Home
last modified time | relevance | path

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

/linux-6.1.9/arch/m68k/include/asm/
Dio_mm.h301 #define isa_rom_insw(port, buf, nr) \ macro
362 #define insw(port, buf, nr) ((port) < 1024 ? isa_rom_insw((port), (buf), (nr)) : isa_insw((port), (…