Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu.h1282 #define BIT_MASK_UPPER(i) ((i) >= BITS_PER_LONG ? 0 : ~0UL << (i)) macro
1285 i = ffs(inst_mask & BIT_MASK_UPPER(i + 1)))