Searched refs:bufa (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/cmd/ddr_tool/memtester/ |
| H A D | tests.c | 40 int compare_regions(u32v *bufa, u32v *bufb, size_t count) in compare_regions() argument 44 u32v *p1 = bufa; in compare_regions() 69 int test_stuck_address(u32v *bufa, size_t count) in test_stuck_address() argument 71 u32v *p1 = bufa; in test_stuck_address() 80 p1 = (u32v *)bufa; in test_stuck_address() 90 p1 = (u32v *)bufa; in test_stuck_address() 117 int test_random_value(u32v *bufa, u32v *bufb, size_t count, in test_random_value() argument 120 u32v *p1 = bufa; in test_random_value() 137 return compare_regions(bufa, bufb, count); in test_random_value() 140 int test_xor_comparison(u32v *bufa, u32v *bufb, size_t count, in test_xor_comparison() argument [all …]
|
| H A D | tests.h | 23 int test_stuck_address(u32v *bufa, size_t count); 24 int test_random_value(u32v *bufa, 26 int test_xor_comparison(u32v *bufa, 28 int test_sub_comparison(u32v *bufa, 30 int test_mul_comparison(u32v *bufa, 32 int test_div_comparison(u32v *bufa, 34 int test_or_comparison(u32v *bufa, 36 int test_and_comparison(u32v *bufa, 38 int test_seqinc_comparison(u32v *bufa, u32v *bufb, size_t count, 40 int test_solidbits_comparison(u32v *bufa, u32v *bufb, size_t count, [all …]
|
| H A D | memtester.c | 69 u32v * bufa[CONFIG_NR_DRAM_BANKS], *bufb[CONFIG_NR_DRAM_BANKS]; in doing_memtester() local 85 bufa[i] = (u32v *)start_adr[i]; in doing_memtester() 96 printf("testing:0x%lx - 0x%lx\n", (ul)bufa[j], in doing_memtester() 97 (ul)bufa[j] + count[j] * 2 * sizeof(u32)); in doing_memtester() 104 if (!test_stuck_address(bufa[j], count[j] * 2)) in doing_memtester() 119 if (!tests[i].fp(bufa[j], bufb[j], count[j], in doing_memtester()
|
| H A D | types.h | 27 int (*fp)(u32v *bufa, u32v *bufb, size_t count,
|