Searched refs:isa_outl (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qtest/ |
H A D | endianness-test.c | 104 static void isa_outl(QTestState *qts, const TestCase *test, uint16_t addr, in isa_outl() function 124 isa_outl(qts, test, 0xe0, 0x87654321); in test_endianness() 196 isa_outl(qts, test, 0xe8, 0x87654321); in test_endianness_split() 240 isa_outl(qts, test, 0xe0, 0x87654321); in test_endianness_combine()
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | io_mm.h | 206 #define isa_outl(val,port) (ISA_SEX ? out_be32(isa_itl(port),(val)) : out_le32(isa_itl(port),(val))) macro 269 #define isa_outl_p(v,p) ({isa_outl((v),(p));isa_delay();}) 324 #define outl isa_outl 356 #define outl isa_outl
|