/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 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() 224 #define rdtscl(low) \ argument 230 #define rdpmc(counter, low, high) \ argument [all …]
|
A D | u-boot-x86.h | 113 uint32_t high, low; in rdtsc() local
|
/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 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 27 #define BF64_SET(x, low, len, val) \ argument 30 #define BF32_GET_SB(x, low, len, shift, bias) \ argument 32 #define BF64_GET_SB(x, low, len, shift, bias) \ argument 35 #define BF32_SET_SB(x, low, len, shift, bias, val) \ argument [all …]
|
/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/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 | 145 u8 low; 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/lib/zlib/ |
A D | inftrees.c | 47 unsigned low; /* low bits for current root entry */ in inflate_table() local
|
/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/lib/ |
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/crypto/fsl/ |
A D | desc_constr.h | 41 u32 low; 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 | 251 int low = 0; in generic_bin_search() local
|
/u-boot/arch/nds32/include/asm/ |
A D | setup.h | 86 u32 low; member
|
/u-boot/arch/mips/mach-jz47xx/jz4780/ |
A D | timer.c | 213 u32 low = readl(regs + TCU_OSTCNTL); in get_timer64() local
|
/u-boot/tools/ |
A D | proftool.c | 185 int low; /* least function that could be a match */ in find_caller_by_offset() local
|