Searched refs:isa_insb (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/arch/m68k/include/asm/ |
H A D | parport.h | 17 #define insl(port,buf,len) isa_insb(port,buf,(len)<<2)
|
H A D | io_mm.h | 271 #define isa_insb(port, buf, nr) raw_insb(isa_itb(port), (u8 *)(buf), (nr)) macro 326 #define insb isa_insb 359 #define insb(port, buf, nr) ((port) < 1024 ? isa_rom_insb((port), (buf), (nr)) : isa_insb((port), (…
|