Home
last modified time | relevance | path

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

/openbmc/qemu/tests/qtest/
H A Dendianness-test.c151 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()
[all …]
/openbmc/linux/arch/m68k/include/asm/
H A Dio_mm.h204 #define isa_outb(val,port) out_8(isa_itb(port),(val)) macro
252 case ISA_TYPE_Q40: isa_outb(0,0x80); break; in isa_delay()
265 #define isa_outb_p(v,p) ({isa_outb((v),(p));isa_delay();})
316 #define outb isa_outb