Searched refs:low_bits (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/asm-generic/ |
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() 47 unsigned long rhs = val | c->low_bits; in has_zero()
|
/linux-4.1.27/tools/testing/selftests/powerpc/primitives/ |
D | word-at-a-time.h | 14 const unsigned long high_bits, low_bits; member 22 unsigned long mask = (val & c->low_bits) + c->low_bits; in prep_zero_mask() 38 unsigned long rhs = val | c->low_bits; in has_zero()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | word-at-a-time.h | 14 const unsigned long high_bits, low_bits; member 22 unsigned long mask = (val & c->low_bits) + c->low_bits; in prep_zero_mask() 38 unsigned long rhs = val | c->low_bits; in has_zero()
|
/linux-4.1.27/arch/sparc/kernel/ |
D | prom_64.c | 77 u32 high_bits, low_bits, type; in sun4v_path_component() local 94 low_bits = (regs->phys_addr & 0xffffffffUL); in sun4v_path_component() 99 if (low_bits) in sun4v_path_component() 102 high_bits, low_bits); in sun4v_path_component()
|
/linux-4.1.27/drivers/hwmon/ |
D | w83792d.c | 286 u16 low_bits; /* Additional resolution to voltage in6-0 */ member 339 return (data->in[nr] << 2) | ((data->low_bits >> (2 * nr)) & 0x03); in in_count_from_reg() 1526 data->low_bits = w83792d_read_value(client, in w83792d_update_device() 1638 dev_dbg(dev, "Low Bit1 is: 0x%x\n", data->low_bits & 0xff); in w83792d_print_debug() 1639 dev_dbg(dev, "Low Bit2 is: 0x%x\n", data->low_bits >> 8); in w83792d_print_debug()
|
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_phy.c | 119 u8 low_bits; in ixgbe_read_i2c_combined_generic() local 151 if (ixgbe_in_i2c_byte_ack(hw, &low_bits)) in ixgbe_read_i2c_combined_generic() 161 *val = (high_bits << 8) | low_bits; in ixgbe_read_i2c_combined_generic()
|
/linux-4.1.27/arch/sparc/mm/ |
D | init_64.c | 1788 unsigned long high_bits, low_bits; in patch_one_ktsb_phys() local 1791 low_bits = (pa >> 0) & 0xffffffff; in patch_one_ktsb_phys() 1799 ia[1] = (ia[1] & ~0x3fffff) | (low_bits >> 10); in patch_one_ktsb_phys() 1805 ia[3] = (ia[3] & ~0x1fff) | (low_bits & 0x3ff); in patch_one_ktsb_phys()
|
/linux-4.1.27/drivers/mmc/core/ |
D | core.c | 1171 static int mmc_vdd_to_ocrbitnum(int vdd, bool low_bits) in mmc_vdd_to_ocrbitnum() argument 1182 if (low_bits) in mmc_vdd_to_ocrbitnum()
|