Home
last modified time | relevance | path

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

/Linux-v4.19/arch/m68k/include/asm/
Dio_mm.h303 #define isa_rom_outsw(port, buf, nr) \ macro
361 #define outsw(port, buf, nr) ((port) < 1024 ? isa_rom_outsw((port), (buf), (nr)) : isa_outsw((port)…