Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/include/asm/
Dio_mm.h299 #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), (…