Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
Dio_mm.h347 #define isa_rom_outsw(port, buf, nr) \ macro
405 #define outsw(port, buf, nr) ((port) < 1024 ? isa_rom_outsw((port), (buf), (nr)) : isa_outsw((port)…