Home
last modified time | relevance | path

Searched refs:isa_rom_insb (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/m68k/include/asm/
H A Dio_mm.h297 #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), (…