Home
last modified time | relevance | path

Searched refs:low (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/u-boot/arch/x86/include/asm/
A Dmsr.h50 unsigned long low, high; in native_read_tscp() local
53 return low | ((u64)high << 32); in native_read_tscp()
63 #define DECLARE_ARGS(val, low, high) unsigned low, high argument
64 #define EAX_EDX_VAL(val, low, high) ((low) | ((u64)(high) << 32)) argument
65 #define EAX_EDX_ARGS(val, low, high) "a" (low), "d" (high) argument
66 #define EAX_EDX_RET(val, low, high) "=a" (low), "=d" (high) argument
77 DECLARE_ARGS(val, low, high); in native_read_msr()
96 DECLARE_ARGS(val, low, high); in native_read_pmc()
121 native_write_msr(msr, low, high); in wrmsr()
224 #define rdtscl(low) \ argument
[all …]
A Du-boot-x86.h113 uint32_t high, low; in rdtsc() local
114 __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high)); in rdtsc()
115 return (((uint64_t)high) << 32) | low; in rdtsc()
/u-boot/doc/device-tree-bindings/leds/
A Dleds-bcm6358.txt28 - active-low : Boolean, makes LED active low.
41 active-low;
46 active-low;
51 active-low;
56 active-low;
72 active-low;
77 active-low;
87 active-low;
96 active-low;
101 active-low;
[all …]
A Dleds-bcm6328.txt26 - brcm,serial-dat-low : Boolean, makes data signal active low.
38 - active-low : Boolean, makes LED active low.
51 active-low;
56 active-low;
61 active-low;
78 active-low;
83 active-low;
88 active-low;
93 active-low;
98 active-low;
[all …]
/u-boot/include/zfs/
A Dspa.h17 #define BF32_DECODE(x, low, len) P2PHASE((x) >> (low), 1U << (len)) argument
18 #define BF64_DECODE(x, low, len) P2PHASE((x) >> (low), 1ULL << (len)) argument
19 #define BF32_ENCODE(x, low, len) (P2PHASE((x), 1U << (len)) << (low)) argument
20 #define BF64_ENCODE(x, low, len) (P2PHASE((x), 1ULL << (len)) << (low)) argument
22 #define BF32_GET(x, low, len) BF32_DECODE(x, low, len) argument
23 #define BF64_GET(x, low, len) BF64_DECODE(x, low, len) argument
25 #define BF32_SET(x, low, len, val) \ argument
26 ((x) ^= BF32_ENCODE((x >> low) ^ (val), low, len))
27 #define BF64_SET(x, low, len, val) \ argument
28 ((x) ^= BF64_ENCODE((x >> low) ^ (val), low, len))
[all …]
/u-boot/arch/nios2/lib/
A Dlibgcc.c69 w.s.low = (UWtype) uu.s.low << b; in __ashldi3()
97 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __ashrdi3()
123 w.s.low = ((UWtype) uu.s.low >> b) | carries; in __lshrdi3()
139 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __cmpdi2()
141 else if ((UWtype) au.s.low > (UWtype) bu.s.low) in __cmpdi2()
156 d0 = dd.s.low; in __udivmoddi4()
158 n0 = nn.s.low; in __udivmoddi4()
385 const DWunion w = { {.low = -uu.s.low, in __negdi2()
397 DWunion w = {.ll = __umulsidi3 (uu.s.low, vv.s.low)}; in __muldi3()
436 if ((UWtype) au.s.low < (UWtype) bu.s.low) in __ucmpdi2()
[all …]
/u-boot/arch/mips/lib/
A Dashldi3.c15 w.s.low = 0; in __ashldi3()
16 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3()
18 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3()
20 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3()
A Dlshrdi3.c16 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3()
21 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
A Dashrdi3.c18 w.s.low = uu.s.high >> -bm; in __ashrdi3()
23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
A Dlibgcc.h10 int high, low; member
14 int low, high; member
/u-boot/arch/sh/lib/
A Dashldi3.c15 w.s.low = 0; in __ashldi3()
16 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3()
18 const unsigned int carries = (unsigned int) uu.s.low >> bm; in __ashldi3()
20 w.s.low = (unsigned int) uu.s.low << b; in __ashldi3()
A Dlshrdi3.c16 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3()
21 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __lshrdi3()
A Dashrdi3.c18 w.s.low = uu.s.high >> -bm; in __ashrdi3()
23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
/u-boot/arch/mips/dts/
A Dnetgear,dgnd3700v2.dts71 brcm,serial-dat-low;
82 active-low;
88 active-low;
94 active-low;
100 active-low;
106 active-low;
112 active-low;
118 active-low;
124 active-low;
130 active-low;
A Dnetgear,cg3100d.dts47 active-low;
53 active-low;
59 active-low;
65 active-low;
71 active-low;
77 active-low;
83 active-low;
A Dcomtrend,ar-5315u.dts64 active-low;
70 active-low;
76 active-low;
82 active-low;
88 active-low;
94 active-low;
100 active-low;
A Dcomtrend,vr-3032u.dts62 brcm,serial-dat-low;
67 active-low;
73 active-low;
79 active-low;
85 active-low;
91 active-low;
97 active-low;
/u-boot/arch/m68k/lib/
A Dashldi3.c16 struct DIstruct {SItype high, low;}; member
38 w.s.low = 0; in __ashldi3()
39 w.s.high = (USItype)uu.s.low << -bm; in __ashldi3()
43 USItype carries = (USItype)uu.s.low >> bm; in __ashldi3()
44 w.s.low = (USItype)uu.s.low << b; in __ashldi3()
A Dmuldi3.c41 umul_ppmm (__w.s.high, __w.s.low, u, v); \
49 struct DIstruct {SItype high, low;}; member
65 w.ll = __umulsidi3 (uu.s.low, vv.s.low); in __muldi3()
66 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()
67 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
A Dlshrdi3.c16 struct DIstruct {SItype high, low;}; member
39 w.s.low = (USItype)uu.s.high >> -bm; in __lshrdi3()
45 w.s.low = ((USItype)uu.s.low >> b) | carries; in __lshrdi3()
/u-boot/include/linux/
A Dmath64.h189 u32 high, low; in mul_u64_u64_shr() member
191 u32 low, high; in mul_u64_u64_shr()
200 rl.ll = mul_u32_u32(a0.l.low, b0.l.low); in mul_u64_u64_shr()
201 rm.ll = mul_u32_u32(a0.l.low, b0.l.high); in mul_u64_u64_shr()
202 rn.ll = mul_u32_u32(a0.l.high, b0.l.low); in mul_u64_u64_shr()
210 rl.l.high = c = (u64)rl.l.high + rm.l.low + rn.l.low; in mul_u64_u64_shr()
211 rh.l.low = c = (c >> 32) + rm.l.high + rn.l.high + rh.l.low; in mul_u64_u64_shr()
235 u32 high, low; in mul_u64_u32_div() member
237 u32 low, high; in mul_u64_u32_div()
243 rl.ll = mul_u32_u32(u.l.low, mul); in mul_u64_u32_div()
[all …]
/u-boot/arch/arc/lib/
A Dlibgcc2.c19 w.s.low = 0; in __ashldi3()
20 w.s.high = (UWtype)uu.s.low << -bm; in __ashldi3()
22 const UWtype carries = (UWtype) uu.s.low >> bm; in __ashldi3()
24 w.s.low = (UWtype)uu.s.low << b; in __ashldi3()
44 w.s.low = uu.s.high >> -bm; in __ashrdi3()
49 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __ashrdi3()
67 w.s.low = (UWtype)uu.s.high >> -bm; in __lshrdi3()
72 w.s.low = ((UWtype)uu.s.low >> b) | carries; in __lshrdi3()
/u-boot/arch/microblaze/lib/
A Dmuldi3.c45 umul_ppmm(__w.s.high, __w.s.low, u, v); \
55 SItype low, high; member
69 w.ll = __umulsidi3(uu.s.low, vv.s.low); in __muldi3()
70 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3()
71 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
/u-boot/lib/zlib/
A Dinftrees.c47 unsigned low; /* low bits for current root entry */ in inflate_table() local
201 low = (unsigned)(-1); /* trigger new sub-table when len > root */ in inflate_table()
253 if (len > root && (huff & mask) != low) { in inflate_table()
277 low = huff & mask; in inflate_table()
278 (*table)[low].op = (unsigned char)curr; in inflate_table()
279 (*table)[low].bits = (unsigned char)root; in inflate_table()
280 (*table)[low].val = (unsigned short)(next - *table); in inflate_table()
296 if (drop != 0 && (huff & mask) != low) { in inflate_table()
/u-boot/doc/device-tree-bindings/power/
A Dtps65090.txt7 -ti,enable-low-current-chrg: Enables charging when a low current is detected
16 ti,enable-low-current-chrg;

Completed in 34 milliseconds

12345678910>>...14