Lines Matching refs:isa_outb
83 static void isa_outb(QTestState *qts, const TestCase *test, uint16_t addr, in isa_outb() function
151 isa_outb(qts, test, 0xe3, 0x87); in test_endianness()
159 isa_outb(qts, test, 0xe2, 0x65); in test_endianness()
168 isa_outb(qts, test, 0xe1, 0x43); in test_endianness()
177 isa_outb(qts, test, 0xe0, 0x21); in test_endianness()
211 isa_outb(qts, test, 0xeb, 0x87); in test_endianness_split()
215 isa_outb(qts, test, 0xea, 0x65); in test_endianness_split()
220 isa_outb(qts, test, 0xe9, 0x43); in test_endianness_split()
225 isa_outb(qts, test, 0xe8, 0x21); in test_endianness_split()
255 isa_outb(qts, test, 0xe3, 0x87); in test_endianness_combine()
259 isa_outb(qts, test, 0xe2, 0x65); in test_endianness_combine()
264 isa_outb(qts, test, 0xe1, 0x43); in test_endianness_combine()
269 isa_outb(qts, test, 0xe0, 0x21); in test_endianness_combine()