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

/linux-master/arch/powerpc/include/asm/
H A Dbitops.h58 #define PPC_BITLSHIFT8(be) (8 - 1 - (be)) macro
59 #define PPC_BIT8(bit) (1UL << PPC_BITLSHIFT8(bit))

Completed in 99 milliseconds