Home
last modified time | relevance | path

Searched refs:low (Results 76 – 100 of 2711) sorted by relevance

12345678910>>...109

/openbmc/linux/arch/microblaze/lib/
H A Dcmpdi2.c20 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
22 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
H A Dmuldi3.c42 umul_ppmm(__w.s.high, __w.s.low, u, v); \
51 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
53 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3()
54 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
/openbmc/linux/arch/sparc/lib/
H A Dcmpdi2.c20 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
22 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
H A Ducmpdi2.c14 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
16 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
/openbmc/linux/lib/
H A Dcmpdi2.c23 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __cmpdi2()
25 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __cmpdi2()
H A Ducmpdi2.c17 if ((unsigned int) au.s.low < (unsigned int) bu.s.low) in __ucmpdi2()
19 else if ((unsigned int) au.s.low > (unsigned int) bu.s.low) in __ucmpdi2()
H A Dmuldi3.c44 umul_ppmm(__w.s.high, __w.s.low, u, v); \
53 DWunion w = {.ll = __umulsidi3(uu.s.low, vv.s.low)}; in __muldi3()
55 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high in __muldi3()
56 + (unsigned long) uu.s.high * (unsigned long) vv.s.low); in __muldi3()
/openbmc/linux/arch/mips/lib/
H A Dlibgcc.h11 int high, low; member
15 long long high, low; member
19 int low, high; member
23 long long low, high; member
/openbmc/linux/arch/x86/kernel/cpu/mce/
H A Damd.c254 u32 low, high; in smca_set_misc_banks_map() local
263 if (!(low & MCI_CONFIG_MCAX)) in smca_set_misc_banks_map()
269 if (low & MASK_BLKPTR_LO) in smca_set_misc_banks_map()
279 u32 high, low; in smca_configure() local
311 wrmsr(smca_config, low, high); in smca_configure()
503 u32 low = 0, high = 0; in deferred_error_interrupt_enable() local
510 if (!(low & MASK_DEF_LVTOFF)) { in deferred_error_interrupt_enable()
513 low = (low & ~MASK_DEF_LVTOFF) | (DEF_LVT_OFF << 4); in deferred_error_interrupt_enable()
522 low = (low & ~MASK_DEF_INT_TYPE) | DEF_INT_TYPE_APIC; in deferred_error_interrupt_enable()
844 u32 low = 0, high = 0; in log_and_reset_block() local
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlegacy/
H A D3945-rs.c528 u8 low = RATE_INVALID; in il3945_get_adjacent_rate() local
541 low = i; in il3945_get_adjacent_rate()
558 low = idx; in il3945_get_adjacent_rate()
561 low = il3945_rates[low].prev_rs_tgg; in il3945_get_adjacent_rate()
563 low = il3945_rates[low].prev_rs; in il3945_get_adjacent_rate()
564 if (low == RATE_INVALID) in il3945_get_adjacent_rate()
609 u8 low = RATE_INVALID; in il3945_rs_get_rate() local
690 low = high_low & 0xff; in il3945_rs_get_rate()
698 if (low != RATE_INVALID) in il3945_rs_get_rate()
768 idx = low; in il3945_rs_get_rate()
[all …]
/openbmc/linux/arch/m68k/lib/
H A Dmuldi3.c65 umul_ppmm (__w.s.high, __w.s.low, u, v); \
73 struct DIstruct {SItype high, low;}; member
90 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()
91 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()
92 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
H A Dlshrdi3.c26 struct DIstruct {SItype high, low;}; member
50 w.s.low = (USItype)uu.s.high >> -bm; in __lshrdi3()
56 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
/openbmc/linux/Documentation/devicetree/bindings/leds/
H A Dleds-bcm6328.yaml51 brcm,serial-clk-low:
55 brcm,serial-dat-low:
81 active-low:
134 active-low;
140 active-low;
146 active-low;
196 active-low;
202 active-low;
208 active-low;
214 active-low;
[all …]
/openbmc/linux/lib/zlib_inflate/
H A Dinftrees.c37 unsigned low; /* low bits for current root entry */ in zlib_inflate_table() local
193 low = (unsigned)(-1); /* trigger new sub-table when len > root */ in zlib_inflate_table()
246 if (len > root && (huff & mask) != low) { in zlib_inflate_table()
270 low = huff & mask; in zlib_inflate_table()
271 (*table)[low].op = (unsigned char)curr; in zlib_inflate_table()
272 (*table)[low].bits = (unsigned char)root; in zlib_inflate_table()
273 (*table)[low].val = (unsigned short)(next - *table); in zlib_inflate_table()
289 if (drop != 0 && (huff & mask) != low) { in zlib_inflate_table()
/openbmc/u-boot/lib/zlib/
H A Dinftrees.c47 unsigned low; /* low bits for current root entry */ in inflate_table() local
203 low = (unsigned)(-1); /* trigger new sub-table when len > root */ in inflate_table()
256 if (len > root && (huff & mask) != low) { in inflate_table()
280 low = huff & mask; in inflate_table()
281 (*table)[low].op = (unsigned char)curr; in inflate_table()
282 (*table)[low].bits = (unsigned char)root; in inflate_table()
283 (*table)[low].val = (unsigned short)(next - *table); in inflate_table()
299 if (drop != 0 && (huff & mask) != low) { in inflate_table()
/openbmc/linux/Documentation/devicetree/bindings/net/
H A Dmdio-mux-gpio.yaml61 interrupts = <10 8>; /* Pin 10, active low */
70 interrupts = <10 8>; /* Pin 10, active low */
79 interrupts = <10 8>; /* Pin 10, active low */
88 interrupts = <10 8>; /* Pin 10, active low */
104 interrupts = <12 8>; /* Pin 12, active low */
113 interrupts = <12 8>; /* Pin 12, active low */
122 interrupts = <12 8>; /* Pin 12, active low */
131 interrupts = <12 8>; /* Pin 12, active low */
/openbmc/linux/drivers/net/ethernet/engleder/
H A Dtsnep_ptp.c9 u32 low; in tsnep_get_system_time() local
15 low = ioread32(adapter->addr + ECM_SYSTEM_TIME_LOW); in tsnep_get_system_time()
19 *time = (((u64)high) << 32) | ((u64)low); in tsnep_get_system_time()
136 u32 low; in tsnep_ptp_gettimex64() local
144 low = ioread32(adapter->addr + ECM_SYSTEM_TIME_LOW); in tsnep_ptp_gettimex64()
149 system_time = (((u64)high) << 32) | ((u64)low); in tsnep_ptp_gettimex64()
185 u32 low; in tsnep_ptp_getcyclesx64() local
193 low = ioread32(adapter->addr + ECM_COUNTER_LOW); in tsnep_ptp_getcyclesx64()
198 counter = (((u64)high) << 32) | ((u64)low); in tsnep_ptp_getcyclesx64()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dbtc_dpm.c2157 ps->low.sclk = sclk; in btc_apply_state_adjust_rules()
2163 &ps->low.sclk, &ps->low.mclk); in btc_apply_state_adjust_rules()
2208 ps->low.sclk, max_limits->vddc, &ps->low.vddc); in btc_apply_state_adjust_rules()
2210 ps->low.mclk, max_limits->vddci, &ps->low.vddci); in btc_apply_state_adjust_rules()
2212 ps->low.mclk, max_limits->vddc, &ps->low.vddc); in btc_apply_state_adjust_rules()
2235 &ps->low.vddc, &ps->low.vddci); in btc_apply_state_adjust_rules()
2748 pl = &ps->low; in btc_dpm_debugfs_print_current_performance_level()
2773 pl = &ps->low; in btc_dpm_get_current_sclk()
2796 pl = &ps->low; in btc_dpm_get_current_mclk()
2810 if (low) in btc_dpm_get_sclk()
[all …]
/openbmc/linux/arch/arm64/include/asm/stacktrace/
H A Dcommon.h16 unsigned long low; member
52 .low = 0, in stackinfo_get_unknown()
60 if (!info->low) in stackinfo_on_stack()
63 if (sp < info->low || sp + size < sp || sp + size > info->high) in stackinfo_on_stack()
143 state->stack.low = sp + size; in unwind_consume_stack()
/openbmc/linux/drivers/thermal/
H A Dthermal_trip.c54 int low = -INT_MAX, high = INT_MAX; in __thermal_zone_set_trips() local
73 if (trip_low < tz->temperature && trip_low > low) { in __thermal_zone_set_trips()
74 low = trip_low; in __thermal_zone_set_trips()
87 if (tz->prev_low_trip == low && tz->prev_high_trip == high) in __thermal_zone_set_trips()
98 tz->prev_low_trip = low; in __thermal_zone_set_trips()
102 "new temperature boundaries: %d < x < %d\n", low, high); in __thermal_zone_set_trips()
108 ret = tz->ops->set_trips(tz, low, high); in __thermal_zone_set_trips()
/openbmc/linux/Documentation/hwmon/
H A Dadm9240.rst104 - low speed alarm is disabled
108 * User sets fan_min limit too low
110 - low speed alarm is enabled
114 - low speed alarm will be asserted if fan speed is
120 - low speed alarm is enabled
124 * User sets unreasonably high low fan speed limit
126 - resolution of the low speed limit may be reduced
187 0 +2.5 V_Error high or low limit exceeded
188 1 VCCP_Error high or low limit exceeded
192 6 FAN1_Error fan low limit exceeded
[all …]
/openbmc/linux/arch/s390/kernel/
H A Dcompat_linux.h81 long compat_sys_s390_truncate64(const char __user *path, u32 high, u32 low);
82 long compat_sys_s390_ftruncate64(unsigned int fd, u32 high, u32 low);
83 …ompat_sys_s390_pread64(unsigned int fd, char __user *ubuf, compat_size_t count, u32 high, u32 low);
84 …ys_s390_pwrite64(unsigned int fd, const char __user *ubuf, compat_size_t count, u32 high, u32 low);
85 long compat_sys_s390_readahead(int fd, u32 high, u32 low, s32 count);
94 long compat_sys_s390_fadvise64(int fd, u32 high, u32 low, compat_size_t len, int advise);
/openbmc/qemu/util/
H A Dhost-utils.c38 uint32_t high, low; in mul64() member
40 uint32_t low, high; in mul64()
50 rl.ll = (uint64_t)a0.l.low * b0.l.low; in mul64()
51 rm.ll = (uint64_t)a0.l.low * b0.l.high; in mul64()
52 rn.ll = (uint64_t)a0.l.high * b0.l.low; in mul64()
55 c = (uint64_t)rl.l.high + rm.l.low + rn.l.low; in mul64()
58 c = c + rm.l.high + rn.l.high + rh.l.low; in mul64()
59 rh.l.low = c; in mul64()
247 uint64_t low = *plow; in ulshift() local
256 urshift(&low, &high, 128 - shift); in ulshift()
[all …]
/openbmc/linux/arch/mips/boot/dts/brcm/
H A Dbcm6358-neufbox4-sercomm.dts26 active-low;
31 active-low;
36 active-low;
41 active-low;
/openbmc/linux/sound/soc/amd/acp/
H A Damd.h226 u64 byte_count = 0, low = 0, high = 0; in acp_get_byte_count() local
232 low = readl(adata->acp_base + ACP_BT_TX_LINEARPOSITIONCNTR_LOW); in acp_get_byte_count()
236 low = readl(adata->acp_base + ACP_I2S_TX_LINEARPOSITIONCNTR_LOW); in acp_get_byte_count()
240 low = readl(adata->acp_base + ACP_HS_TX_LINEARPOSITIONCNTR_LOW); in acp_get_byte_count()
250 low = readl(adata->acp_base + ACP_BT_RX_LINEARPOSITIONCNTR_LOW); in acp_get_byte_count()
254 low = readl(adata->acp_base + ACP_I2S_RX_LINEARPOSITIONCNTR_LOW); in acp_get_byte_count()
258 low = readl(adata->acp_base + ACP_HS_RX_LINEARPOSITIONCNTR_LOW); in acp_get_byte_count()
262 low = readl(adata->acp_base + ACP_WOV_RX_LINEARPOSITIONCNTR_LOW); in acp_get_byte_count()
270 byte_count = (high << 32) | low; in acp_get_byte_count()

12345678910>>...109