Home
last modified time | relevance | path

Searched refs:low_bits (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/include/asm-generic/
Dword-at-a-time.h10 const unsigned long high_bits, low_bits; member
18 unsigned long mask = (val & c->low_bits) + c->low_bits; in prep_zero_mask()
42 unsigned long rhs = val | c->low_bits; in has_zero()
/linux-4.4.14/tools/testing/selftests/powerpc/primitives/
Dword-at-a-time.h14 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.4.14/arch/powerpc/include/asm/
Dword-at-a-time.h14 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.4.14/arch/sparc/kernel/
Dprom_64.c77 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.4.14/drivers/hwmon/
Dw83792d.c286 u16 low_bits; /* Additional resolution to voltage in6-0 */ member
336 return (data->in[nr] << 2) | ((data->low_bits >> (2 * nr)) & 0x03); in in_count_from_reg()
1543 data->low_bits = w83792d_read_value(client, in w83792d_update_device()
1655 dev_dbg(dev, "Low Bit1 is: 0x%x\n", data->low_bits & 0xff); in w83792d_print_debug()
1656 dev_dbg(dev, "Low Bit2 is: 0x%x\n", data->low_bits >> 8); in w83792d_print_debug()
/linux-4.4.14/arch/sparc/mm/
Dinit_64.c1845 unsigned long high_bits, low_bits; in patch_one_ktsb_phys() local
1848 low_bits = (pa >> 0) & 0xffffffff; in patch_one_ktsb_phys()
1856 ia[1] = (ia[1] & ~0x3fffff) | (low_bits >> 10); in patch_one_ktsb_phys()
1862 ia[3] = (ia[3] & ~0x1fff) | (low_bits & 0x3ff); in patch_one_ktsb_phys()
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c120 u8 low_bits; in ixgbe_read_i2c_combined_generic_int() local
152 if (ixgbe_in_i2c_byte_ack(hw, &low_bits)) in ixgbe_read_i2c_combined_generic_int()
163 *val = (high_bits << 8) | low_bits; in ixgbe_read_i2c_combined_generic_int()
/linux-4.4.14/drivers/mmc/core/
Dcore.c1147 static int mmc_vdd_to_ocrbitnum(int vdd, bool low_bits) in mmc_vdd_to_ocrbitnum() argument
1158 if (low_bits) in mmc_vdd_to_ocrbitnum()