Home
last modified time | relevance | path

Searched refs: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
20 unsigned long mask = (val & c->low_bits) + c->low_bits; in prep_zero_mask()
44 unsigned long rhs = val | c->low_bits; in has_zero()
/linux/tools/testing/selftests/powerpc/primitives/
H A Dword-at-a-time.h15 const unsigned long high_bits, low_bits; member
23 unsigned long mask = (val & c->low_bits) + c->low_bits; in prep_zero_mask()
39 unsigned long rhs = val | c->low_bits; in has_zero()
/linux/arch/powerpc/include/asm/
H A Dword-at-a-time.h15 const unsigned long high_bits, low_bits; member
23 unsigned long mask = (val & c->low_bits) + c->low_bits; in prep_zero_mask()
39 unsigned long rhs = val | c->low_bits; in has_zero()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1739 #define low_bits(x, mask) ((x) & (mask)) in accumulate_val() macro
1741 bool wrapped = val < low_bits(*accum, mask); in accumulate_val()