Home
last modified time | relevance | path

Searched defs:low_bits (Results 1 – 4 of 4) sorted by relevance

/linux/include/asm-generic/
H A Dword-at-a-time.h12 const unsigned long high_bits, low_bits; member
/linux/tools/testing/selftests/powerpc/primitives/
H A Dword-at-a-time.h15 const unsigned long high_bits, low_bits; member
/linux/arch/powerpc/include/asm/
H A Dword-at-a-time.h15 const unsigned long high_bits, low_bits; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1739 #define low_bits(x, mask) ((x) & (mask)) in accumulate_val() macro