Searched refs:base0 (Results 1 – 4 of 4) sorted by relevance
171 ulong base0 = (ulong) (data + 8); in cpu_post_test_load() local172 ulong base = base0; in cpu_post_test_load()199 ret = base == base0 + test->offset ? 0 : -1; in cpu_post_test_load()201 ret = base == base0 ? 0 : -1; in cpu_post_test_load()209 ret = *(uchar *)(base0 + test->offset) == value ? in cpu_post_test_load()213 ret = *(ushort *)(base0 + test->offset) == value ? in cpu_post_test_load()217 ret = *(short *)(base0 + test->offset) == value ? in cpu_post_test_load()221 ret = *(ulong *)(base0 + test->offset) == value ? in cpu_post_test_load()
156 ulong base0 = (ulong) (data + 8); in cpu_post_test_store() local157 ulong base = base0; in cpu_post_test_store()183 ret = base == base0 + test->offset ? 0 : -1; in cpu_post_test_store()185 ret = base == base0 ? 0 : -1; in cpu_post_test_store()193 ret = *(uchar *)(base0 + test->offset) == test->value ? in cpu_post_test_store()197 ret = *(ushort *)(base0 + test->offset) == test->value ? in cpu_post_test_store()201 ret = *(ulong *)(base0 + test->offset) == test->value ? in cpu_post_test_store()
43 uint32_t base0; member
477 nand_pins_a: nand-base0@0 {
Completed in 7 milliseconds