Searched refs:low_bits (Results 1 - 11 of 11) sorted by relevance

/linux-master/include/asm-generic/
H A Dword-at-a-time.h12 const unsigned long high_bits, low_bits; member in struct:word_at_a_time
20 unsigned long mask = (val & c->low_bits) + c->low_bits;
44 unsigned long rhs = val | c->low_bits;
/linux-master/arch/powerpc/include/asm/
H A Dword-at-a-time.h15 const unsigned long high_bits, low_bits; member in struct:word_at_a_time
23 unsigned long mask = (val & c->low_bits) + c->low_bits;
39 unsigned long rhs = val | c->low_bits;
/linux-master/tools/testing/selftests/powerpc/primitives/
H A Dword-at-a-time.h15 const unsigned long high_bits, low_bits; member in struct:word_at_a_time
23 unsigned long mask = (val & c->low_bits) + c->low_bits;
39 unsigned long rhs = val | c->low_bits;
/linux-master/arch/sparc/net/
H A Dbpf_jit_comp_64.c366 static void analyze_64bit_constant(u32 high_bits, u32 low_bits, argument
375 if ((lowest_bit_set == -1) && ((low_bits >> i) & 1))
387 ((low_bits >> (32 - i - 1)) & 1))
396 if ((low_bits & (1 << i)) != 0)
411 unsigned long low_bits,
417 lo = (low_bits >> lowest_bit_set) << shift;
427 unsigned long low_bits)
434 analyze_64bit_constant(high_bits, low_bits,
469 u32 low_bits = (K & 0xffffffff); local
475 if (high_bits == 0xffffffff && (low_bits
410 create_simple_focus_bits(unsigned long high_bits, unsigned long low_bits, int lowest_bit_set, int shift) argument
426 const64_is_2insns(unsigned long high_bits, unsigned long low_bits) argument
[all...]
/linux-master/arch/sparc/kernel/
H A Dprom_64.c71 u32 high_bits, low_bits, type; local
88 low_bits = (regs->phys_addr & 0xffffffffUL);
93 if (low_bits)
96 high_bits, low_bits);
/linux-master/drivers/hwmon/
H A Dw83792d.c270 u16 low_bits; /* Additional resolution to voltage in6-0 */ member in struct:w83792d_data
319 return (data->in[nr] << 2) | ((data->low_bits >> (2 * nr)) & 0x03);
1501 data->low_bits = w83792d_read_value(client,
1613 dev_dbg(dev, "Low Bit1 is: 0x%x\n", data->low_bits & 0xff);
1614 dev_dbg(dev, "Low Bit2 is: 0x%x\n", data->low_bits >> 8);
/linux-master/arch/sparc/mm/
H A Dinit_64.c2095 unsigned long high_bits, low_bits; local
2098 low_bits = (pa >> 0) & 0xffffffff;
2106 ia[1] = (ia[1] & ~0x3fffff) | (low_bits >> 10);
2112 ia[3] = (ia[3] & ~0x1fff) | (low_bits & 0x3ff);
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_phy.c96 u8 low_bits; local
128 if (ixgbe_in_i2c_byte_ack(hw, &low_bits))
139 *val = (high_bits << 8) | low_bits;
/linux-master/drivers/mmc/core/
H A Dcore.c1013 * @low_bits: prefer low bits in boundary cases
1018 * Depending on the @low_bits flag the function prefers low or high OCR bits
1020 * with @low_bits = true, 3300 mV translates to ilog2(MMC_VDD_32_33);
1021 * with @low_bits = false, 3300 mV translates to ilog2(MMC_VDD_33_34);
1025 static int mmc_vdd_to_ocrbitnum(int vdd, bool low_bits) argument
1036 if (low_bits)
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_tc.c1735 #define low_bits(x, mask) ((x) & (mask)) macro
1737 bool wrapped = val < low_bits(*accum, mask);
/linux-master/drivers/crypto/hisilicon/
H A Dqm.c762 static void qm_get_xqc_depth(struct hisi_qm *qm, u16 *low_bits, argument
768 *low_bits = depth & QM_XQ_DEPTH_MASK;

Completed in 332 milliseconds