Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qemu-iotests/
H A D136287 test_values = [[512, 1],
291 for i in test_values:
295 test_values = [[512, 1],
299 for i in test_values:
320 test_values = [[512, 1, 512, 1, 1, 4, 7, 5, 2, 0],
324 for i in test_values:
/openbmc/linux/drivers/video/fbdev/omap/
H A Dlcd_mipid.c276 static const u16 test_values[4] = { in mipid_run_test() local
284 for (i = 0; i < ARRAY_SIZE(test_values); i++) { in mipid_run_test()
288 omapfb_write_first_pixel(md->fbdev, test_values[i]); in mipid_run_test()
296 if (pixel == test_values[i]) in mipid_run_test()
302 test_values[i], pixel); in mipid_run_test()