Searched refs:isa_outw (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | endianness-test.c | 93 static void isa_outw(QTestState *qts, const TestCase *test, uint16_t addr, in isa_outw() function 133 isa_outw(qts, test, 0xe2, 0x8866); in test_endianness() 142 isa_outw(qts, test, 0xe0, 0x4422); in test_endianness() 201 isa_outw(qts, test, 0xea, 0x8866); in test_endianness_split() 206 isa_outw(qts, test, 0xe8, 0x4422); in test_endianness_split() 245 isa_outw(qts, test, 0xe2, 0x8866); in test_endianness_combine() 250 isa_outw(qts, test, 0xe0, 0x4422); in test_endianness_combine()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | io_mm.h | 205 #define isa_outw(val,port) (ISA_SEX ? out_be16(isa_itw(port),(val)) : out_le16(isa_itw(port),(val))) macro 267 #define isa_outw_p(v,p) ({isa_outw((v),(p));isa_delay();}) 320 #define outw isa_outw
|