Searched refs:test_cmos_byte (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | hd-geo-test.c | 89 static void test_cmos_byte(QTestState *qts, int reg, int expected) in test_cmos_byte() function 105 test_cmos_byte(qts, reg0 + i, expected[i]); in test_cmos_bytes() 111 test_cmos_byte(qts, 0x12, in test_cmos_disk_data() 132 test_cmos_byte(qts, reg0 + i, 0); in test_cmos_drive_cyl() 139 test_cmos_byte(qts, 0x19, is_hd(cur_ide[0]) ? 47 : 0); in test_cmos_drive1() 145 test_cmos_byte(qts, 0x1a, is_hd(cur_ide[1]) ? 47 : 0); in test_cmos_drive2() 159 test_cmos_byte(qts, 0x39, val); in test_cmos_disktransflag()
|