Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dmem.c577 vu_long test_offset; in mem_test_alt() local
689 test_offset = 0; in mem_test_alt()
690 addr[test_offset] = anti_pattern; in mem_test_alt()
704 addr[test_offset] = pattern; in mem_test_alt()
710 for (test_offset = 1; test_offset < num_words; test_offset <<= 1) { in mem_test_alt()
711 addr[test_offset] = anti_pattern; in mem_test_alt()
715 if ((temp != pattern) && (offset != test_offset)) { in mem_test_alt()
726 addr[test_offset] = pattern; in mem_test_alt()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py1147 def test_offset(self): member in Wic2