Searched defs:bufa (Results 1 – 2 of 2) 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() 69 int test_stuck_address(u32v *bufa, size_t count) in test_stuck_address() 117 int test_random_value(u32v *bufa, u32v *bufb, size_t count, in test_random_value() 140 int test_xor_comparison(u32v *bufa, u32v *bufb, size_t count, in test_xor_comparison() 156 int test_sub_comparison(u32v *bufa, u32v *bufb, size_t count, in test_sub_comparison() 171 int test_mul_comparison(u32v *bufa, u32v *bufb, size_t count, in test_mul_comparison() 186 int test_div_comparison(u32v *bufa, u32v *bufb, size_t count, in test_div_comparison() 203 int test_or_comparison(u32v *bufa, u32v *bufb, size_t count, in test_or_comparison() 218 int test_and_comparison(u32v *bufa, u32v *bufb, size_t count, in test_and_comparison() 233 int test_seqinc_comparison(u32v *bufa, u32v *bufb, size_t count, in test_seqinc_comparison() [all …]
|
| H A D | memtester.c | 69 u32v * bufa[CONFIG_NR_DRAM_BANKS], *bufb[CONFIG_NR_DRAM_BANKS]; in doing_memtester() local
|