Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/include/asm/
H A Dio_mm.h305 #define isa_rom_outsw(port, buf, nr) \ macro
363 #define outsw(port, buf, nr) ((port) < 1024 ? isa_rom_outsw((port), (buf), (nr)) : isa_outsw((port)…