Home
last modified time | relevance | path

Searched refs:test_offset (Results 1 – 2 of 2) sorted by relevance

/u-boot/cmd/
A Dmem.c720 vu_long test_offset; in mem_test_alt() local
832 test_offset = 0; in mem_test_alt()
833 addr[test_offset] = anti_pattern; in mem_test_alt()
847 addr[test_offset] = pattern; in mem_test_alt()
853 for (test_offset = 1; test_offset < num_words; test_offset <<= 1) { in mem_test_alt()
854 addr[test_offset] = anti_pattern; in mem_test_alt()
858 if ((temp != pattern) && (offset != test_offset)) { in mem_test_alt()
869 addr[test_offset] = pattern; in mem_test_alt()
/u-boot/drivers/ram/stm32mp1/
A Dstm32mp1_tests.c243 u32 test_offset; in addressbus() local
254 test_offset = 0; in addressbus()
255 writel(antipattern, &address[test_offset]); in addressbus()
265 writel(pattern, &address[test_offset]); in addressbus()
268 for (test_offset = 1; (test_offset & mask) != 0; test_offset <<= 1) { in addressbus()
269 writel(antipattern, &address[test_offset]); in addressbus()
271 return &address[test_offset]; in addressbus()
275 offset != test_offset) in addressbus()
276 return &address[test_offset]; in addressbus()
278 writel(pattern, &address[test_offset]); in addressbus()

Completed in 7 milliseconds