Searched refs:PPC_BITLSHIFT32 (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Dbitops.h54 #define PPC_BITLSHIFT32(be) (32 - 1 - (be)) macro
55 #define PPC_BIT32(bit) (1UL << PPC_BITLSHIFT32(bit))

Completed in 198 milliseconds