Searched refs:isa_rom_insb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | io_mm.h | 299 #define isa_rom_insb(port, buf, nr) raw_rom_insb(isa_itb(port), (u8 *)(buf), (nr)) macro 361 #define insb(port, buf, nr) ((port) < 1024 ? isa_rom_insb((port), (buf), (nr)) : isa_insb((port), (buf), (nr)))
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | io_mm.h | 297 #define isa_rom_insb(port, buf, nr) raw_rom_insb(isa_itb(port), (u8 *)(buf), (nr)) macro 359 #define insb(port, buf, nr) ((port) < 1024 ? isa_rom_insb((port), (buf), (nr)) : isa_insb((port), (buf), (nr)))
|
Completed in 3 milliseconds