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

/linux-master/arch/powerpc/include/asm/
H A Dcmpxchg.h11 #define BITOFF_CAL(size, off) ((sizeof(u32) - size - off) * BITS_PER_BYTE) macro
13 #define BITOFF_CAL(size, off) (off * BITS_PER_BYTE) macro
22 bitoff = BITOFF_CAL(sizeof(type), off); \
47 bitoff = BITOFF_CAL(sizeof(type), off); \

Completed in 162 milliseconds