Home
last modified time | relevance | path

Searched defs:low (Results 1 – 25 of 34) 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/sh/lib/
A Dlibgcc.h10 int high, low; member
14 int low, high; member
/u-boot/arch/mips/lib/
A Dlibgcc.h10 int high, low; member
14 int low, high; member
/u-boot/drivers/timer/
A Darm_global_timer.c26 u32 low, high; in arm_global_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 Dashrdi3.c15 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.c97 u8 low[cpuid_length / 2], high[cpuid_length / 2]; in rockchip_cpuid_set() 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.h192 u32 high, low; in mul_u64_u64_shr() member
238 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.c245 uint32_t high, low; in sha256_finish() local
A Dsha1.c287 unsigned long high, low; in sha1_finish() local
/u-boot/boot/
A Dimage-fdt.c167 ulong mapsize, low; in boot_relocate_fdt() local
/u-boot/drivers/crypto/fsl/
A Ddesc_constr.h41 u32 low; member
/u-boot/drivers/video/tidss/
A Dtidss_drv.c666 u32 hw_plane, u32 low, u32 high) in dss_vid_set_mflag_threshold()
674 u32 hw_plane, u32 low, u32 high) in dss_vid_set_buf_threshold()
/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/mips/mach-jz47xx/jz4780/
A Dtimer.c213 u32 low = readl(regs + TCU_OSTCNTL); in get_timer64() local

Completed in 35 milliseconds

12