Home
last modified time | relevance | path

Searched refs:BIT_MASK_UPPER (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu.h1427 #define BIT_MASK_UPPER(i) ((i) >= BITS_PER_LONG ? 0 : ~0UL << (i)) macro
1430 i = ffs(inst_mask & BIT_MASK_UPPER(i + 1)))