Home
last modified time | relevance | path

Searched defs:low (Results 1 – 25 of 35) 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/include/zfs/
H A Dspa.h18 #define BF32_DECODE(x, low, len) P2PHASE((x) >> (low), 1U << (len)) argument
19 #define BF64_DECODE(x, low, len) P2PHASE((x) >> (low), 1ULL << (len)) argument
20 #define BF32_ENCODE(x, low, len) (P2PHASE((x), 1U << (len)) << (low)) argument
21 #define BF64_ENCODE(x, low, len) (P2PHASE((x), 1ULL << (len)) << (low)) argument
23 #define BF32_GET(x, low, len) BF32_DECODE(x, low, len) argument
24 #define BF64_GET(x, low, len) BF64_DECODE(x, low, len) argument
26 #define BF32_SET(x, low, len, val) \ argument
28 #define BF64_SET(x, low, len, val) \ argument
31 #define BF32_GET_SB(x, low, len, shift, bias) \ argument
33 #define BF64_GET_SB(x, low, len, shift, bias) \ argument
[all …]
/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/lib/zlib/
H A Dinftrees.c47 unsigned low; /* low bits for current root entry */ in inflate_table() local
/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/lib/
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/drivers/crypto/fsl/
H A Ddesc_constr.h44 u32 low; member
/rk3399_rockchip-uboot/arch/nios2/lib/
H A Dlibgcc.c25 struct DWstruct { Wtype low, high;}; member
/rk3399_rockchip-uboot/arch/nds32/include/asm/
H A Dsetup.h87 u32 low; member

12