Home
last modified time | relevance | path

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

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