Home
last modified time | relevance | path

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

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