| /rk3399_rockchip-uboot/arch/x86/include/asm/ |
| H A D | msr.h | 51 unsigned long low, high; in native_read_tscp() local 53 : "=a" (low), "=d" (high), "=c" (*aux)); in native_read_tscp() 54 return low | ((u64)high << 32); in native_read_tscp() 64 #define DECLARE_ARGS(val, low, high) unsigned low, high argument 65 #define EAX_EDX_VAL(val, low, high) ((low) | ((u64)(high) << 32)) argument 66 #define EAX_EDX_ARGS(val, low, high) "a" (low), "d" (high) argument 67 #define EAX_EDX_RET(val, low, high) "=a" (low), "=d" (high) argument 69 #define DECLARE_ARGS(val, low, high) unsigned long long val argument 70 #define EAX_EDX_VAL(val, low, high) (val) argument 71 #define EAX_EDX_ARGS(val, low, high) "A" (val) argument [all …]
|
| H A D | u-boot-x86.h | 80 uint32_t high, low; in rdtsc() local 81 __asm__ __volatile__("rdtsc" : "=a" (low), "=d" (high)); in rdtsc() 82 return (((uint64_t)high) << 32) | low; in rdtsc()
|
| /rk3399_rockchip-uboot/arch/nios2/lib/ |
| H A D | libgcc.c | 25 struct DWstruct { Wtype low, high;}; member 64 w.s.high = (UWtype) uu.s.low << -bm; in __ashldi3() 71 w.s.high = ((UWtype) uu.s.high << b) | carries; in __ashldi3() 90 w.s.high = uu.s.high >> (sizeof (Wtype) * BITS_PER_UNIT - 1); in __ashrdi3() 91 w.s.low = uu.s.high >> -bm; in __ashrdi3() 95 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() 97 w.s.high = uu.s.high >> b; in __ashrdi3() 116 w.s.high = 0; in __lshrdi3() 117 w.s.low = (UWtype) uu.s.high >> -bm; in __lshrdi3() 121 const UWtype carries = (UWtype) uu.s.high << bm; in __lshrdi3() [all …]
|
| /rk3399_rockchip-uboot/arch/arc/lib/ |
| H A D | libgcc2.c | 21 w.s.high = (UWtype)uu.s.low << -bm; in __ashldi3() 26 w.s.high = ((UWtype)uu.s.high << b) | carries; in __ashldi3() 44 w.s.high = uu.s.high >> (W_TYPE_SIZE - 1); in __ashrdi3() 45 w.s.low = uu.s.high >> -bm; in __ashrdi3() 47 const UWtype carries = (UWtype) uu.s.high << bm; in __ashrdi3() 49 w.s.high = uu.s.high >> b; in __ashrdi3() 67 w.s.high = 0; in __lshrdi3() 68 w.s.low = (UWtype)uu.s.high >> -bm; in __lshrdi3() 70 const UWtype carries = (UWtype)uu.s.high << bm; in __lshrdi3() 72 w.s.high = (UWtype)uu.s.high >> b; in __lshrdi3()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | math64.h | 189 u32 high, low; in mul_u64_u64_shr() member 191 u32 low, high; 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() 203 rh.ll = mul_u32_u32(a0.l.high, b0.l.high); 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() 212 rh.l.high = (c >> 32) + rh.l.high; in mul_u64_u64_shr() 235 u32 high, low; in mul_u64_u32_div() member 237 u32 low, high; in mul_u64_u32_div() [all …]
|
| /rk3399_rockchip-uboot/arch/sh/lib/ |
| H A D | ashrdi3.c | 16 w.s.high = in __ashrdi3() 17 uu.s.high >> 31; in __ashrdi3() 18 w.s.low = uu.s.high >> -bm; in __ashrdi3() 20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() 22 w.s.high = uu.s.high >> b; in __ashrdi3()
|
| H A D | lshrdi3.c | 15 w.s.high = 0; in __lshrdi3() 16 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3() 18 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() 20 w.s.high = (unsigned int) uu.s.high >> b; in __lshrdi3()
|
| H A D | ashldi3.c | 16 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 21 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
| H A D | libgcc.h | 10 int high, low; member 14 int low, high; member
|
| /rk3399_rockchip-uboot/arch/mips/lib/ |
| H A D | ashrdi3.c | 16 w.s.high = in __ashrdi3() 17 uu.s.high >> 31; in __ashrdi3() 18 w.s.low = uu.s.high >> -bm; in __ashrdi3() 20 const unsigned int carries = (unsigned int) uu.s.high << bm; in __ashrdi3() 22 w.s.high = uu.s.high >> b; in __ashrdi3()
|
| H A D | lshrdi3.c | 15 w.s.high = 0; in __lshrdi3() 16 w.s.low = (unsigned int) uu.s.high >> -bm; in __lshrdi3() 18 const unsigned int carries = (unsigned int) uu.s.high << bm; in __lshrdi3() 20 w.s.high = (unsigned int) uu.s.high >> b; in __lshrdi3()
|
| H A D | ashldi3.c | 16 w.s.high = (unsigned int) uu.s.low << -bm; in __ashldi3() 21 w.s.high = ((unsigned int) uu.s.high << b) | carries; in __ashldi3()
|
| H A D | libgcc.h | 10 int high, low; member 14 int low, high; member
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | div64.c | 33 uint32_t high = rem >> 32; in __div64_32() local 37 if (high >= base) { in __div64_32() 38 high /= base; in __div64_32() 39 res = (uint64_t) high << 32; in __div64_32() 40 rem -= (uint64_t) (high*base) << 32; in __div64_32() 97 u32 high = divisor >> 32; in div64_u64_rem() local 100 if (high == 0) { in div64_u64_rem() 105 int n = 1 + fls(high); in div64_u64_rem() 137 u32 high = divisor >> 32; in div64_u64() local 140 if (high == 0) { in div64_u64() [all …]
|
| /rk3399_rockchip-uboot/arch/m68k/lib/ |
| H A D | lshrdi3.c | 17 struct DIstruct {SItype high, low;}; member 39 w.s.high = 0; in __lshrdi3() 40 w.s.low = (USItype)uu.s.high >> -bm; in __lshrdi3() 44 USItype carries = (USItype)uu.s.high << bm; in __lshrdi3() 45 w.s.high = (USItype)uu.s.high >> b; in __lshrdi3()
|
| H A D | ashldi3.c | 17 struct DIstruct {SItype high, low;}; member 40 w.s.high = (USItype)uu.s.low << -bm; in __ashldi3() 46 w.s.high = ((USItype)uu.s.high << b) | carries; in __ashldi3()
|
| H A D | muldi3.c | 42 umul_ppmm (__w.s.high, __w.s.low, u, v); \ 50 struct DIstruct {SItype high, low;}; member 67 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3() 68 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
|
| /rk3399_rockchip-uboot/arch/arm/mach-rmobile/ |
| H A D | timer.c | 20 u32 low, high; in get_cpu_global_timer() local 26 high = readl(&global_timer->cnt_h); in get_cpu_global_timer() 27 if (old == high) in get_cpu_global_timer() 30 old = high; in get_cpu_global_timer() 33 timer = high; in get_cpu_global_timer()
|
| /rk3399_rockchip-uboot/drivers/timer/ |
| H A D | sti-timer.c | 25 u32 low, high; in sti_timer_get_count() local 31 high = readl(&global_timer->cnt_h); in sti_timer_get_count() 32 if (old == high) in sti_timer_get_count() 35 old = high; in sti_timer_get_count() 37 timer = high; in sti_timer_get_count()
|
| /rk3399_rockchip-uboot/arch/x86/cpu/intel_common/ |
| H A D | microcode.c | 77 uint32_t low, high; in microcode_read_rev() 89 "=a" (low), "=d" (high) in microcode_read_rev() 96 return high; in microcode_read_rev() 105 uint32_t low, high; in microcode_read_cpu() local 116 rdmsr(0x17, low, high); in microcode_read_cpu() 117 cpu->processor_flags = 1 << ((high >> 18) & 7); in microcode_read_cpu()
|
| /rk3399_rockchip-uboot/arch/arm/dts/ |
| H A D | tegra30-cardhu.dts | 238 enable-active-high; 251 enable-active-high; 263 enable-active-high; 274 enable-active-high; 284 enable-active-high; 295 enable-active-high; 306 enable-active-high; 317 enable-active-high; 330 enable-active-high; 341 enable-active-high; [all …]
|
| /rk3399_rockchip-uboot/arch/microblaze/lib/ |
| H A D | muldi3.c | 46 umul_ppmm(__w.s.high, __w.s.low, u, v); \ 56 SItype low, high; member 71 w.s.high += ((USItype) uu.s.low * (USItype) vv.s.high in __muldi3() 72 + (USItype) uu.s.high * (USItype) vv.s.low); in __muldi3()
|
| /rk3399_rockchip-uboot/doc/device-tree-bindings/video/ |
| H A D | displaymode.txt | 16 - hsync-active-high (bool): Hsync pulse is active high 17 - vsync-active-high (bool): Vsync pulse is active high 41 hsync-active-high;
|
| H A D | display-timing.txt | 26 - hsync-active: hsync pulse is active low/high/ignored 27 - vsync-active: vsync pulse is active low/high/ignored 28 - de-active: data-enable pulse is active low/high/ignored 30 - active high = drive pixel data on rising edge/ 40 <1>: high active
|
| /rk3399_rockchip-uboot/board/rockchip/gva_rk3229/ |
| H A D | gva_rk3229.c | 39 u8 low[RK3229_CPUID_LEN/2], high[RK3229_CPUID_LEN/2]; in set_serialno() local 69 high[i] = cpuid[i << 1]; in set_serialno() 72 serialno |= (u64)crc32_no_comp(serialno, high, 8) << 32; in set_serialno() 102 serialnr->high = (u32)(serial >> 32); in get_board_serial()
|