Searched refs:isa_outsb (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/m68k/include/asm/ |
H A D | parport.h | 18 #define outsl(port,buf,len) isa_outsb(port,buf,(len)<<2)
|
H A D | io_mm.h | 272 #define isa_outsb(port, buf, nr) raw_outsb(isa_itb(port), (u8 *)(buf), (nr)) macro 329 #define outsb isa_outsb 362 #define outsb(port, buf, nr) ((port) < 1024 ? isa_rom_outsb((port), (buf), (nr)) : isa_outsb((port)…
|