Searched refs:high_bits (Results 1 - 15 of 15) sorted by relevance

/linux-4.1.27/arch/sh/include/asm/
H A Dword-at-a-time.h11 const unsigned long one_bits, high_bits; member in struct:word_at_a_time
28 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; has_zero()
/linux-4.1.27/include/asm-generic/
H A Dword-at-a-time.h15 const unsigned long high_bits, low_bits; member in struct:word_at_a_time
49 return (val + c->high_bits) & ~rhs; has_zero()
/linux-4.1.27/drivers/input/touchscreen/
H A Djornada720_ts.c58 int coord, high_bits = coords[3]; jornada720_ts_average() local
60 coord = coords[0] | ((high_bits & 0x03) << 8); jornada720_ts_average()
61 coord += coords[1] | ((high_bits & 0x0c) << 6); jornada720_ts_average()
62 coord += coords[2] | ((high_bits & 0x30) << 4); jornada720_ts_average()
/linux-4.1.27/arch/arm/include/asm/
H A Dword-at-a-time.h13 const unsigned long one_bits, high_bits; member in struct:word_at_a_time
21 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; has_zero()
/linux-4.1.27/arch/powerpc/include/asm/
H A Dword-at-a-time.h14 const unsigned long high_bits, low_bits; member in struct:word_at_a_time
40 return (val + c->high_bits) & ~rhs; has_zero()
99 const unsigned long one_bits, high_bits; member in struct:word_at_a_time
135 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; has_zero()
/linux-4.1.27/tools/testing/selftests/powerpc/primitives/
H A Dword-at-a-time.h14 const unsigned long high_bits, low_bits; member in struct:word_at_a_time
40 return (val + c->high_bits) & ~rhs; has_zero()
99 const unsigned long one_bits, high_bits; member in struct:word_at_a_time
135 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; has_zero()
/linux-4.1.27/arch/x86/include/asm/
H A Dword-at-a-time.h14 const unsigned long one_bits, high_bits; member in struct:word_at_a_time
48 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; has_zero()
/linux-4.1.27/arch/arm64/include/asm/
H A Dword-at-a-time.h24 const unsigned long one_bits, high_bits; member in struct:word_at_a_time
32 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; has_zero()
/linux-4.1.27/drivers/gpu/drm/qxl/
H A Dqxl_kms.c87 uint64_t high_bits; setup_slot() local
99 high_bits = slot_index << qdev->slot_gen_bits; setup_slot()
100 high_bits |= slot->generation; setup_slot()
101 high_bits <<= (64 - (qdev->slot_gen_bits + qdev->slot_id_bits)); setup_slot()
102 slot->high_bits = high_bits; setup_slot()
H A Dqxl_drv.h179 uint64_t high_bits; member in struct:qxl_memslot
378 return slot->high_bits | (bo->tbo.offset + offset); qxl_bo_physical_address()
H A Dqxl_cmd.c518 cmd->u.surface_create.data = slot->high_bits; qxl_hw_surface_alloc()
/linux-4.1.27/arch/sparc/kernel/
H A Dprom_64.c77 u32 high_bits, low_bits, type; sun4v_path_component() local
93 high_bits = (regs->phys_addr >> 32UL) & 0x0fffffffUL; sun4v_path_component()
102 high_bits, low_bits); sun4v_path_component()
107 high_bits); sun4v_path_component()
110 dp->name, high_bits); sun4v_path_component()
/linux-4.1.27/arch/sparc/mm/
H A Dinit_64.c1788 unsigned long high_bits, low_bits; patch_one_ktsb_phys() local
1790 high_bits = (pa >> 32) & 0xffffffff; patch_one_ktsb_phys()
1796 ia[0] = (ia[0] & ~0x3fffff) | (high_bits >> 10); patch_one_ktsb_phys()
1802 ia[2] = (ia[2] & ~0x1fff) | (high_bits & 0x3ff); patch_one_ktsb_phys()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c118 u8 high_bits; ixgbe_read_i2c_combined_generic() local
148 if (ixgbe_in_i2c_byte_ack(hw, &high_bits)) ixgbe_read_i2c_combined_generic()
161 *val = (high_bits << 8) | low_bits; ixgbe_read_i2c_combined_generic()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb/
H A Dpm3393.c524 * high_bits[47:32] = ma[5]:ma[4] pm3393_macaddress_set()

Completed in 430 milliseconds