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