Searched refs:low (Results 26 - 50 of 589) sorted by relevance

1234567891011>>

/linux-master/arch/s390/include/uapi/asm/
H A Dtypes.h22 __u64 low; member in struct:__anon58::__anon59::__anon60
/linux-master/drivers/rtc/
H A Drtc-max8925.c113 unsigned char high, low; local
119 low = (tm->tm_year + 1900) / 100;
120 low = low - high * 10;
121 buf[RTC_YEAR2] = (high << 4) + low;
123 low = tm->tm_year + 1900;
124 low = low - high * 10;
126 buf[RTC_YEAR1] = (high << 4) + low;
128 low
[all...]
/linux-master/arch/arm64/kvm/hyp/nvhe/
H A Dstacktrace.c44 unsigned long low = (unsigned long)this_cpu_ptr(overflow_stack); local
45 unsigned long high = low + OVERFLOW_STACK_SIZE;
48 .low = low,
57 unsigned long low = high - PAGE_SIZE; local
60 .low = low,
/linux-master/arch/arm/mach-omap2/
H A Dclkt2xxx_dpllcore.c77 u32 high, low, core_clk_src; local
83 low = curr_prcm_set->dpll_speed;
86 low = curr_prcm_set->dpll_speed / 2;
95 if (target_rate > low)
98 return low;
113 u32 cur_rate, low, mult, div, valid_rate, done_rate; local
131 low = curr_prcm_set->dpll_speed;
133 low = curr_prcm_set->dpll_speed / 2;
146 if (rate > low) {
/linux-master/arch/microblaze/lib/
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)};
53 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high
54 + (unsigned long) uu.s.high * (unsigned long) vv.s.low);
H A Dashrdi3.c21 w.s.low = uu.s.high >> -bm;
26 w.s.low = ((unsigned int) uu.s.low >> b) | carries;
H A Dlibgcc.h11 int high, low; member in struct:DWstruct
15 int low, high; member in struct:DWstruct
/linux-master/arch/arm64/include/asm/stacktrace/
H A Dcommon.h15 unsigned long low; member in struct:stack_info
41 .low = 0,
49 if (!info->low)
52 if (sp < info->low || sp + size < sp || sp + size > info->high)
126 state->stack.low = sp + size;
/linux-master/drivers/net/ethernet/sfc/siena/
H A Dbitfield.h109 * Extract bit field portion [low,high) from the native-endian element
121 * [0,high-low), with garbage in bits [high-low+1,...).
123 #define EFX_EXTRACT_NATIVE(native_element, min, max, low, high) \
124 ((low) > (max) || (high) < (min) ? 0 : \
125 (low) > (min) ? \
126 (native_element) >> ((low) - (min)) : \
127 (native_element) << ((min) - (low)))
130 * Extract bit field portion [low,high) from the 64-bit little-endian
133 #define EFX_EXTRACT64(element, min, max, low, hig
[all...]
/linux-master/drivers/net/ethernet/sfc/
H A Dbitfield.h111 * Extract bit field portion [low,high) from the native-endian element
123 * [0,high-low), with garbage in bits [high-low+1,...).
125 #define EFX_EXTRACT_NATIVE(native_element, min, max, low, high) \
126 ((low) > (max) || (high) < (min) ? 0 : \
127 (low) > (min) ? \
128 (native_element) >> ((low) - (min)) : \
129 (native_element) << ((min) - (low)))
132 * Extract bit field portion [low,high) from the 64-bit little-endian
135 #define EFX_EXTRACT64(element, min, max, low, hig
[all...]
/linux-master/lib/
H A Dashrdi3.c24 w.s.low = uu.s.high >> -bm;
29 w.s.low = ((unsigned int) uu.s.low >> b) | carries;
H A Dlshrdi3.c22 w.s.low = (unsigned int) uu.s.high >> -bm;
27 w.s.low = ((unsigned int) uu.s.low >> b) | carries;
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)};
55 w.s.high += ((unsigned long) uu.s.low * (unsigned long) vv.s.high
56 + (unsigned long) uu.s.high * (unsigned long) vv.s.low);
/linux-master/arch/powerpc/kernel/
H A Dtau_6xx.c38 unsigned char low; member in struct:tau_temp
60 mtspr(SPRN_THRM1, THRM1_THRES(tau[cpu].low) | THRM1_V | maybe_tie | THRM1_TID);
77 if (tau[cpu].low >= step_size) {
78 tau[cpu].low -= step_size;
82 pr_debug("%s: low threshold crossed\n", __func__);
89 tau[cpu].low += (step_size - window_expand);
127 size = tau[cpu].high - tau[cpu].low;
132 tau[cpu].low += shrink;
135 tau[cpu].low += 1;
137 if ((tau[cpu].high - tau[cpu].low) !
[all...]
/linux-master/arch/mips/include/asm/
H A Dirq.h40 unsigned long low = (unsigned long)irq_stack[cpu]; local
41 unsigned long high = low + IRQ_STACK_SIZE;
43 return (low <= sp && sp <= high);
H A Ddiv64.h20 #define do_div64_32(res, high, low, base) ({ \
53 : "Jr" (base), "0" (high), "1" (low)); \
/linux-master/include/linux/
H A Dlibgcc.h15 int high, low; member in struct:DWstruct
19 int low, high; member in struct:DWstruct
H A Dmath64.h203 u32 high, low; member in struct:__anon3492::__anon3493
205 u32 low, high;
214 rl.ll = mul_u32_u32(a0.l.low, b0.l.low);
215 rm.ll = mul_u32_u32(a0.l.low, b0.l.high);
216 rn.ll = mul_u32_u32(a0.l.high, b0.l.low);
221 * starting at bits 32-95. The low 32-bits go into the result of the
224 rl.l.high = c = (u64)rl.l.high + rm.l.low + rn.l.low;
225 rh.l.low
267 u32 high, low; member in struct:__anon3494::__anon3495
[all...]
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ptp.c67 low = 0, enumerator in enum:i40e_ptp_led_pin_state
84 {off, in_A, off, high, high, high, low},
85 {off, out_A, off, high, low, high, high},
86 {off, in_B, off, high, high, high, low},
87 {off, out_B, off, high, low, high, high},
88 {in_A, off, off, high, high, high, low},
89 {in_A, in_B, off, high, high, high, low},
90 {in_A, out_B, off, high, low, high, high},
91 {out_A, off, off, high, low, high, high},
92 {out_A, in_B, off, high, low, hig
[all...]
/linux-master/net/dccp/ccids/lib/
H A Dtfrc_equation.c593 u32 try, low = 0, high = TFRC_CALC_X_ARRSIZE - 1; local
595 while (low < high) {
596 try = (low + high) / 2;
600 low = try + 1;
/linux-master/drivers/thermal/
H A Dthermal_trip.c54 * the trip points. The result is the closer low and high trip points
67 int low = -INT_MAX, high = INT_MAX; local
80 if (trip_low < tz->temperature && trip_low > low)
81 low = trip_low;
89 if (tz->prev_low_trip == low && tz->prev_high_trip == high)
92 tz->prev_low_trip = low;
96 "new temperature boundaries: %d < x < %d\n", low, high);
102 ret = tz->ops.set_trips(tz, low, high);
/linux-master/arch/x86/include/asm/
H A Dcmpxchg_64.h26 u64 low, high; member in struct:__u128_halves::__anon173
37 "+a" (o.low), "+d" (o.high) \
38 : "b" (n.low), "c" (n.high) \
66 "+a" (o.low), "+d" (o.high) \
67 : "b" (n.low), "c" (n.high) \
/linux-master/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 long compat_sys_s390_pread64(unsigned int fd, char __user *ubuf, compat_size_t count, u32 high, u32 low);
84 long compat_sys_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);
/linux-master/arch/m68k/lib/
H A Dmuldi3.c66 umul_ppmm (__w.s.high, __w.s.low, u, v); \
74 struct DIstruct {SItype high, low;}; member in struct:DIstruct
91 w.ll = __umulsidi3 (uu.s.low, vv.s.low);
92 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high
93 + (USItype) uu.s.high * (USItype) vv.s.low);
/linux-master/lib/zlib_inflate/
H A Dinftrees.c37 unsigned low; /* low bits for current root entry */ local
38 unsigned mask; /* mask for low root bits */
145 of the low root bits of huff. This is saved in low to check for when a
193 low = (unsigned)(-1); /* trigger new sub-table when len > root */
195 mask = used - 1; /* mask for comparing low */
218 /* replicate for those indices with low len bits equal to huff */
246 if (len > root && (huff & mask) != low) {
270 low
[all...]

Completed in 234 milliseconds

1234567891011>>