/linux-6.1.9/include/asm-generic/ |
D | word-at-a-time.h | 11 const unsigned long high_bits, low_bits; member 19 unsigned long mask = (val & c->low_bits) + c->low_bits; in prep_zero_mask() 43 unsigned long rhs = val | c->low_bits; in has_zero()
|
/linux-6.1.9/tools/testing/selftests/powerpc/primitives/ |
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-6.1.9/arch/powerpc/include/asm/ |
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-6.1.9/arch/sparc/net/ |
D | bpf_jit_comp_64.c | 366 static void analyze_64bit_constant(u32 high_bits, u32 low_bits, in analyze_64bit_constant() argument 375 if ((lowest_bit_set == -1) && ((low_bits >> i) & 1)) in analyze_64bit_constant() 387 ((low_bits >> (32 - i - 1)) & 1)) in analyze_64bit_constant() 396 if ((low_bits & (1 << i)) != 0) in analyze_64bit_constant() 411 unsigned long low_bits, in create_simple_focus_bits() argument 417 lo = (low_bits >> lowest_bit_set) << shift; in create_simple_focus_bits() 427 unsigned long low_bits) in const64_is_2insns() argument 434 analyze_64bit_constant(high_bits, low_bits, in const64_is_2insns() 469 u32 low_bits = (K & 0xffffffff); in emit_loadimm64() local 475 if (high_bits == 0xffffffff && (low_bits & 0x80000000)) in emit_loadimm64() [all …]
|
/linux-6.1.9/arch/sparc/kernel/ |
D | prom_64.c | 71 u32 high_bits, low_bits, type; in sun4v_path_component() local 88 low_bits = (regs->phys_addr & 0xffffffffUL); in sun4v_path_component() 93 if (low_bits) in sun4v_path_component() 96 high_bits, low_bits); in sun4v_path_component()
|
/linux-6.1.9/drivers/hwmon/ |
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-6.1.9/arch/sparc/mm/ |
D | init_64.c | 2082 unsigned long high_bits, low_bits; in patch_one_ktsb_phys() local 2085 low_bits = (pa >> 0) & 0xffffffff; in patch_one_ktsb_phys() 2093 ia[1] = (ia[1] & ~0x3fffff) | (low_bits >> 10); in patch_one_ktsb_phys() 2099 ia[3] = (ia[3] & ~0x1fff) | (low_bits & 0x3ff); in patch_one_ktsb_phys()
|
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_phy.c | 96 u8 low_bits; in ixgbe_read_i2c_combined_generic_int() local 128 if (ixgbe_in_i2c_byte_ack(hw, &low_bits)) in ixgbe_read_i2c_combined_generic_int() 139 *val = (high_bits << 8) | low_bits; in ixgbe_read_i2c_combined_generic_int()
|
/linux-6.1.9/drivers/mmc/core/ |
D | core.c | 1021 static int mmc_vdd_to_ocrbitnum(int vdd, bool low_bits) in mmc_vdd_to_ocrbitnum() argument 1032 if (low_bits) in mmc_vdd_to_ocrbitnum()
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_tc.c | 1735 #define low_bits(x, mask) ((x) & (mask)) in accumulate_val() macro 1737 bool wrapped = val < low_bits(*accum, mask); in accumulate_val()
|
/linux-6.1.9/drivers/crypto/hisilicon/ |
D | qm.c | 905 static void qm_get_xqc_depth(struct hisi_qm *qm, u16 *low_bits, in qm_get_xqc_depth() argument 911 *low_bits = depth & QM_XQ_DEPTH_MASK; in qm_get_xqc_depth()
|