Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Dmem.c580 vu_long test_offset; in mem_test_alt() local
692 test_offset = 0; in mem_test_alt()
693 addr[test_offset] = anti_pattern; in mem_test_alt()
707 addr[test_offset] = pattern; in mem_test_alt()
713 for (test_offset = 1; test_offset < num_words; test_offset <<= 1) { in mem_test_alt()
714 addr[test_offset] = anti_pattern; in mem_test_alt()
718 if ((temp != pattern) && (offset != test_offset)) { in mem_test_alt()
729 addr[test_offset] = pattern; in mem_test_alt()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dwic.py945 def test_offset(self): member in Wic2