Searched refs:low_bits (Results 1 – 5 of 5) sorted by relevance
| /linux/include/asm-generic/ |
| H A D | word-at-a-time.h | 12 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 D | word-at-a-time.h | 15 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 D | word-at-a-time.h | 15 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/hwmon/ |
| H A D | w83792d.c | 270 u16 low_bits; /* Additional resolution to voltage in6-0 */ member 319 return (data->in[nr] << 2) | ((data->low_bits >> (2 * nr)) & 0x03); in in_count_from_reg() 1501 data->low_bits = w83792d_read_value(client, in w83792d_update_device() 1613 dev_dbg(dev, "Low Bit1 is: 0x%x\n", data->low_bits & 0xff); in w83792d_print_debug() 1614 dev_dbg(dev, "Low Bit2 is: 0x%x\n", data->low_bits >> 8); in w83792d_print_debug()
|
| /linux/drivers/net/ethernet/broadcom/bnxt/ |
| H A D | bnxt_tc.c | 1739 #define low_bits(x, mask) ((x) & (mask)) in accumulate_val() macro 1741 bool wrapped = val < low_bits(*accum, mask); in accumulate_val()
|