Home
last modified time | relevance | path

Searched defs:low (Results 1 – 25 of 31) sorted by relevance

12

/u-boot/arch/x86/include/asm/
A Dmsr.h50 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 Du-boot-x86.h113 uint32_t high, low; in rdtsc() local
/u-boot/include/zfs/
A Dspa.h17 #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 Dlibgcc.h10 int high, low; member
14 int low, high; member
/u-boot/arch/sh/lib/
A Dlibgcc.h10 int high, low; member
14 int low, high; member
/u-boot/drivers/timer/
A Dsti-timer.c24 u32 low, high; in sti_timer_get_count() local
/u-boot/arch/m68k/lib/
A Dlshrdi3.c16 struct DIstruct {SItype high, low;}; member
A Dashldi3.c16 struct DIstruct {SItype high, low;}; member
A Dmuldi3.c49 struct DIstruct {SItype high, low;}; member
/u-boot/drivers/clk/
A Dmpc83xx_clk.h145 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 Dmisc.c93 u8 low[cpuid_length / 2], high[cpuid_length / 2]; in rockchip_cpuid_set() local
/u-boot/arch/arm/mach-rmobile/
A Dtimer.c22 u32 low, high; in get_cpu_global_timer() local
/u-boot/lib/zlib/
A Dinftrees.c47 unsigned low; /* low bits for current root entry */ in inflate_table() local
/u-boot/arch/microblaze/lib/
A Dmuldi3.c55 SItype low, high; member
/u-boot/include/linux/
A Dmath64.h189 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 Dlibgcc2.h117 struct DWstruct {Wtype high, low;}; member
119 struct DWstruct {Wtype low, high;}; member
/u-boot/arch/x86/cpu/intel_common/
A Dmicrocode.c104 uint32_t low, high; in microcode_read_cpu() local
/u-boot/lib/
A Dsha256.c233 uint32_t high, low; in sha256_finish() local
A Dsha1.c275 unsigned long high, low; in sha1_finish() local
/u-boot/drivers/crypto/fsl/
A Ddesc_constr.h41 u32 low; member
/u-boot/arch/nios2/lib/
A Dlibgcc.c24 struct DWstruct { Wtype low, high;}; member
/u-boot/fs/btrfs/
A Dctree.c251 int low = 0; in generic_bin_search() local
/u-boot/arch/nds32/include/asm/
A Dsetup.h86 u32 low; member
/u-boot/arch/mips/mach-jz47xx/jz4780/
A Dtimer.c213 u32 low = readl(regs + TCU_OSTCNTL); in get_timer64() local
/u-boot/tools/
A Dproftool.c185 int low; /* least function that could be a match */ in find_caller_by_offset() local

Completed in 25 milliseconds

12