/u-boot/arch/x86/include/asm/ |
A D | msr.h | 50 unsigned long low, high; in native_read_tscp() local 63 #define DECLARE_ARGS(val, low, high) unsigned low, high 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 68 #define DECLARE_ARGS(val, low, high) unsigned long long val argument 69 #define EAX_EDX_VAL(val, low, high) (val) argument 70 #define EAX_EDX_ARGS(val, low, high) "A" (val) argument 71 #define EAX_EDX_RET(val, low, high) "=A" (val) argument 84 unsigned low, unsigned high) in native_write_msr() 230 #define rdpmc(counter, low, high) \ argument [all …]
|
A D | u-boot-x86.h | 113 uint32_t high, low; in rdtsc() local
|
/u-boot/arch/mips/lib/ |
A D | libgcc.h | 10 int high, low; member 14 int low, high; member
|
/u-boot/arch/sh/lib/ |
A D | libgcc.h | 10 int high, low; member 14 int low, high; member
|
/u-boot/lib/ |
A D | div64.c | 40 u32 high = rem >> 32; in __div64_32() local 104 u32 high = divisor >> 32; in div64_u64_rem() local 144 u32 high = divisor >> 32; in div64_u64() local
|
A D | sha256.c | 233 uint32_t high, low; in sha256_finish() local
|
A D | sha1.c | 275 unsigned long high, low; in sha1_finish() local
|
/u-boot/drivers/timer/ |
A D | sti-timer.c | 24 u32 low, high; in sti_timer_get_count() local
|
/u-boot/arch/m68k/lib/ |
A D | lshrdi3.c | 16 struct DIstruct {SItype high, low;}; member
|
A D | ashldi3.c | 16 struct DIstruct {SItype high, low;}; member
|
A D | muldi3.c | 49 struct DIstruct {SItype high, low;}; member
|
/u-boot/drivers/clk/ |
A D | mpc83xx_clk.h | 146 u8 high; member 164 static void set_mode(struct clk_mode *mode, u8 low, u8 high, int type) in set_mode()
|
/u-boot/arch/arm/mach-rockchip/ |
A D | misc.c | 93 u8 low[cpuid_length / 2], high[cpuid_length / 2]; in rockchip_cpuid_set() local
|
/u-boot/arch/arm/mach-rmobile/ |
A D | timer.c | 22 u32 low, high; in get_cpu_global_timer() local
|
/u-boot/drivers/gpio/ |
A D | kw_gpio.c | 38 static void __set_level(unsigned pin, int high) in __set_level()
|
A D | tegra_gpio.c | 114 static void set_level(unsigned gpio, int high) in set_level()
|
/u-boot/arch/microblaze/lib/ |
A D | muldi3.c | 55 SItype low, high; member
|
/u-boot/include/linux/ |
A D | math64.h | 189 u32 high, low; in mul_u64_u64_shr() member 235 u32 high, low; in mul_u64_u32_div() member
|
/u-boot/arch/arc/lib/ |
A D | libgcc2.h | 117 struct DWstruct {Wtype high, low;}; member 119 struct DWstruct {Wtype low, high;}; member
|
/u-boot/arch/x86/cpu/intel_common/ |
A D | microcode.c | 104 uint32_t low, high; in microcode_read_cpu() local
|
/u-boot/arch/arm/mach-zynqmp/ |
A D | mp.c | 169 static void set_r5_start(u8 high) in set_r5_start()
|
/u-boot/drivers/crypto/fsl/ |
A D | desc_constr.h | 42 u32 high; member
|
/u-boot/arch/nios2/lib/ |
A D | libgcc.c | 24 struct DWstruct { Wtype low, high;}; member
|
/u-boot/fs/btrfs/ |
A D | ctree.c | 252 int high = max; in generic_bin_search() local
|
/u-boot/arch/nds32/include/asm/ |
A D | setup.h | 87 u32 high; member
|