Home
last modified time | relevance | path

Searched refs:high_bits (Results 1 – 17 of 17) sorted by relevance

/linux-6.6.21/include/asm-generic/
Dword-at-a-time.h11 const unsigned long high_bits, low_bits; member
45 return (val + c->high_bits) & ~rhs; in has_zero()
61 const unsigned long one_bits, high_bits; member
95 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-6.6.21/tools/testing/selftests/powerpc/primitives/
Dword-at-a-time.h15 const unsigned long high_bits, low_bits; member
41 return (val + c->high_bits) & ~rhs; in has_zero()
105 const unsigned long one_bits, high_bits; member
141 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-6.6.21/arch/powerpc/include/asm/
Dword-at-a-time.h15 const unsigned long high_bits, low_bits; member
41 return (val + c->high_bits) & ~rhs; in has_zero()
105 const unsigned long one_bits, high_bits; member
141 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-6.6.21/drivers/input/touchscreen/
Djornada720_ts.c55 int coord, high_bits = coords[3]; in jornada720_ts_average() local
57 coord = coords[0] | ((high_bits & 0x03) << 8); in jornada720_ts_average()
58 coord += coords[1] | ((high_bits & 0x0c) << 6); in jornada720_ts_average()
59 coord += coords[2] | ((high_bits & 0x30) << 4); in jornada720_ts_average()
/linux-6.6.21/arch/sparc/net/
Dbpf_jit_comp_64.c366 static void analyze_64bit_constant(u32 high_bits, u32 low_bits, in analyze_64bit_constant() argument
377 if ((highest_bit_set == -1) && ((high_bits >> (32 - i - 1)) & 1)) in analyze_64bit_constant()
384 if (lowest_bit_set == -1 && ((high_bits >> i) & 1)) in analyze_64bit_constant()
399 if ((high_bits & (1 << (i - 32))) != 0) in analyze_64bit_constant()
410 static unsigned long create_simple_focus_bits(unsigned long high_bits, in create_simple_focus_bits() argument
418 hi = ((high_bits << (32 - lowest_bit_set)) << shift); in create_simple_focus_bits()
421 hi = ((high_bits >> (lowest_bit_set - 32)) << shift); in create_simple_focus_bits()
426 static bool const64_is_2insns(unsigned long high_bits, in const64_is_2insns() argument
431 if (high_bits == 0 || high_bits == 0xffffffff) in const64_is_2insns()
434 analyze_64bit_constant(high_bits, low_bits, in const64_is_2insns()
[all …]
/linux-6.6.21/drivers/gpu/drm/qxl/
Dqxl_kms.c72 uint64_t high_bits; in setup_slot() local
82 high_bits = (qdev->rom->slots_start + slot->index) in setup_slot()
84 high_bits |= slot->generation; in setup_slot()
85 high_bits <<= (64 - (qdev->rom->slot_gen_bits + qdev->rom->slot_id_bits)); in setup_slot()
86 slot->high_bits = high_bits; in setup_slot()
Dqxl_drv.h134 uint64_t high_bits; member
292 return slot->high_bits | ((bo->tbo.resource->start << PAGE_SHIFT) + offset); in qxl_bo_physical_address()
/linux-6.6.21/arch/riscv/include/asm/
Dword-at-a-time.h15 const unsigned long one_bits, high_bits; member
23 unsigned long mask = ((val - c->one_bits) & ~val) & c->high_bits; in has_zero()
/linux-6.6.21/arch/sh/include/asm/
Dword-at-a-time.h12 const unsigned long one_bits, high_bits; member
29 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-6.6.21/arch/arm64/include/asm/
Dword-at-a-time.h15 const unsigned long one_bits, high_bits; member
23 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-6.6.21/arch/arm/include/asm/
Dword-at-a-time.h14 const unsigned long one_bits, high_bits; member
22 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-6.6.21/arch/x86/include/asm/
Dword-at-a-time.h15 const unsigned long one_bits, high_bits; member
49 unsigned long mask = ((a - c->one_bits) & ~a) & c->high_bits; in has_zero()
/linux-6.6.21/arch/sparc/kernel/
Dprom_64.c71 u32 high_bits, low_bits, type; in sun4v_path_component() local
87 high_bits = (regs->phys_addr >> 32UL) & 0x0fffffffUL; in sun4v_path_component()
96 high_bits, low_bits); in sun4v_path_component()
101 high_bits); in sun4v_path_component()
104 name, high_bits); in sun4v_path_component()
/linux-6.6.21/arch/sparc/mm/
Dinit_64.c2095 unsigned long high_bits, low_bits; in patch_one_ktsb_phys() local
2097 high_bits = (pa >> 32) & 0xffffffff; in patch_one_ktsb_phys()
2103 ia[0] = (ia[0] & ~0x3fffff) | (high_bits >> 10); in patch_one_ktsb_phys()
2109 ia[2] = (ia[2] & ~0x1fff) | (high_bits & 0x3ff); in patch_one_ktsb_phys()
/linux-6.6.21/drivers/net/ethernet/intel/ixgbe/
Dixgbe_phy.c95 u8 high_bits; in ixgbe_read_i2c_combined_generic_int() local
125 if (ixgbe_in_i2c_byte_ack(hw, &high_bits)) in ixgbe_read_i2c_combined_generic_int()
139 *val = (high_bits << 8) | low_bits; in ixgbe_read_i2c_combined_generic_int()
/linux-6.6.21/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_tc.c1736 #define high_bits(x, mask) ((x) & ~(mask)) in accumulate_val() macro
1739 *accum = high_bits(*accum, mask) + val; in accumulate_val()
/linux-6.6.21/drivers/crypto/hisilicon/
Dqm.c797 u16 *high_bits, enum qm_basic_type type) in qm_get_xqc_depth() argument
803 *high_bits = (depth >> QM_XQ_DEPTH_SHIFT) & QM_XQ_DEPTH_MASK; in qm_get_xqc_depth()