Searched refs:isa_outsb (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/arch/m68k/include/asm/ |
| D | parport.h | 17 #define outsl(port,buf,len) isa_outsb(port,buf,(len)<<2)
|
| D | io_mm.h | 316 #define isa_outsb(port, buf, nr) raw_outsb(isa_itb(port), (u8 *)(buf), (nr)) macro 373 #define outsb isa_outsb 406 #define outsb(port, buf, nr) ((port) < 1024 ? isa_rom_outsb((port), (buf), (nr)) : isa_outsb((port)…
|