| /u-boot/arch/x86/include/asm/ |
| A D | msr.h | 50 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 D | u-boot-x86.h | 113 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 D | leds-bcm6358.txt | 28 - 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 D | leds-bcm6328.txt | 26 - 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 D | spa.h | 17 #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 D | libgcc.c | 69 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 D | ashldi3.c | 15 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 D | lshrdi3.c | 16 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 D | ashrdi3.c | 18 w.s.low = uu.s.high >> -bm; in __ashrdi3() 23 w.s.low = ((unsigned int) uu.s.low >> b) | carries; in __ashrdi3()
|
| A D | libgcc.h | 10 int high, low; member 14 int low, high; member
|
| /u-boot/arch/sh/lib/ |
| A D | ashldi3.c | 15 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 D | lshrdi3.c | 16 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 D | ashrdi3.c | 18 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 D | netgear,dgnd3700v2.dts | 71 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 D | netgear,cg3100d.dts | 47 active-low; 53 active-low; 59 active-low; 65 active-low; 71 active-low; 77 active-low; 83 active-low;
|
| A D | comtrend,ar-5315u.dts | 64 active-low; 70 active-low; 76 active-low; 82 active-low; 88 active-low; 94 active-low; 100 active-low;
|
| A D | comtrend,vr-3032u.dts | 62 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 D | ashldi3.c | 16 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 D | muldi3.c | 41 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 D | lshrdi3.c | 16 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 D | math64.h | 189 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 D | libgcc2.c | 19 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 D | muldi3.c | 45 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 D | inftrees.c | 47 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 D | tps65090.txt | 7 -ti,enable-low-current-chrg: Enables charging when a low current is detected 16 ti,enable-low-current-chrg;
|