Home
last modified time | relevance | path

Searched defs:low_bits (Results 1 – 5 of 5) 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/hwmon/
H A Dw83792d.c270 u16 low_bits; /* Additional resolution to voltage in6-0 */ member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1739 #define low_bits(x, mask) ((x) & (mask)) in accumulate_val() macro