Home
last modified time | relevance | path

Searched refs:base0 (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/post/lib_powerpc/
H A Dload.c170 ulong base0 = (ulong) (data + 8); in cpu_post_test_load() local
171 ulong base = base0; in cpu_post_test_load()
198 ret = base == base0 + test->offset ? 0 : -1; in cpu_post_test_load()
200 ret = base == base0 ? 0 : -1; in cpu_post_test_load()
208 ret = *(uchar *)(base0 + test->offset) == value ? in cpu_post_test_load()
212 ret = *(ushort *)(base0 + test->offset) == value ? in cpu_post_test_load()
216 ret = *(short *)(base0 + test->offset) == value ? in cpu_post_test_load()
220 ret = *(ulong *)(base0 + test->offset) == value ? in cpu_post_test_load()
H A Dstore.c155 ulong base0 = (ulong) (data + 8); in cpu_post_test_store() local
156 ulong base = base0; in cpu_post_test_store()
182 ret = base == base0 + test->offset ? 0 : -1; in cpu_post_test_store()
184 ret = base == base0 ? 0 : -1; in cpu_post_test_store()
192 ret = *(uchar *)(base0 + test->offset) == test->value ? in cpu_post_test_store()
196 ret = *(ushort *)(base0 + test->offset) == test->value ? in cpu_post_test_store()
200 ret = *(ulong *)(base0 + test->offset) == test->value ? in cpu_post_test_store()
/openbmc/qemu/target/i386/emulate/
H A Dx86.h124 uint64_t base0:16; member
140 return (uint32_t)((desc->base2 << 24) | (desc->base1 << 16) | desc->base0); in x86_segment_base()
148 desc->base0 = base & 0xffff; in x86_set_segment_base()
/openbmc/u-boot/arch/arm/include/asm/arch-ep93xx/
H A Dep93xx.h43 uint32_t base0; member
/openbmc/u-boot/arch/arm/dts/
H A Dsun5i.dtsi477 nand_pins_a: nand-base0@0 {