Home
last modified time | relevance | path

Searched defs:high (Results 1 – 25 of 37) sorted by relevance

12

/rk3399_rockchip-uboot/arch/x86/include/asm/
H A Dmsr.h51 unsigned long low, high; in native_read_tscp() local
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
72 #define EAX_EDX_RET(val, low, high) "=A" (val) argument
85 unsigned low, unsigned high) in native_write_msr()
[all …]
H A Du-boot-x86.h80 uint32_t high, low; in rdtsc() local
/rk3399_rockchip-uboot/lib/
H A Ddiv64.c33 uint32_t high = rem >> 32; in __div64_32() local
97 u32 high = divisor >> 32; in div64_u64_rem() local
137 u32 high = divisor >> 32; in div64_u64() local
H A Dsha512.c285 uint64_t high, low; in sha512_finish() local
H A Dsha256.c277 uint32_t high, low; in sha256_finish() local
H A Dsha1.c320 unsigned long high, low; in sha1_finish() local
/rk3399_rockchip-uboot/arch/sh/lib/
H A Dlibgcc.h10 int high, low; member
14 int low, high; member
/rk3399_rockchip-uboot/arch/mips/lib/
H A Dlibgcc.h10 int high, low; member
14 int low, high; member
/rk3399_rockchip-uboot/drivers/timer/
H A Dsti-timer.c25 u32 low, high; in sti_timer_get_count() local
/rk3399_rockchip-uboot/arch/m68k/lib/
H A Dlshrdi3.c17 struct DIstruct {SItype high, low;}; member
H A Dashldi3.c17 struct DIstruct {SItype high, low;}; member
H A Dmuldi3.c50 struct DIstruct {SItype high, low;}; member
/rk3399_rockchip-uboot/board/rockchip/gva_rk3229/
H A Dgva_rk3229.c39 u8 low[RK3229_CPUID_LEN/2], high[RK3229_CPUID_LEN/2]; in set_serialno() local
/rk3399_rockchip-uboot/arch/arm/mach-rmobile/
H A Dtimer.c20 u32 low, high; in get_cpu_global_timer() local
/rk3399_rockchip-uboot/drivers/gpio/
H A Dkw_gpio.c39 static void __set_level(unsigned pin, int high) in __set_level()
H A Dtegra_gpio.c116 static void set_level(unsigned gpio, int high) in set_level()
/rk3399_rockchip-uboot/arch/microblaze/lib/
H A Dmuldi3.c56 SItype low, high; member
/rk3399_rockchip-uboot/include/linux/
H A Dmath64.h189 u32 high, low; in mul_u64_u64_shr() member
235 u32 high, low; in mul_u64_u32_div() member
/rk3399_rockchip-uboot/board/rockchip/evb_rk3399/
H A Devb-rk3399.c119 u8 low[RK3399_CPUID_LEN/2], high[RK3399_CPUID_LEN/2]; in setup_serial() local
/rk3399_rockchip-uboot/arch/arc/lib/
H A Dlibgcc2.h118 struct DWstruct {Wtype high, low;}; member
120 struct DWstruct {Wtype low, high;}; member
/rk3399_rockchip-uboot/arch/x86/cpu/intel_common/
H A Dmicrocode.c105 uint32_t low, high; in microcode_read_cpu() local
/rk3399_rockchip-uboot/include/configs/
H A DMPC8641HPCN.h424 #define BAT_PHYS_ADDR(low, high) \ argument
427 #define PAIRED_PHYS_TO_PHYS(low, high) (low | ((u64)high << 32)) argument
430 #define BAT_PHYS_ADDR(low, high) (low) argument
431 #define PAIRED_PHYS_TO_PHYS(low, high) (low) argument
/rk3399_rockchip-uboot/board/theobroma-systems/puma_rk3399/
H A Dpuma-rk3399.c127 u8 low[cpuid_length/2], high[cpuid_length/2]; in setup_serial() local
/rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/
H A Dmp.c167 static void set_r5_start(u8 high) in set_r5_start()
/rk3399_rockchip-uboot/drivers/crypto/fsl/
H A Ddesc_constr.h45 u32 high; member

12