Searched refs:isa_outsw (Results 1 – 1 of 1) sorted by relevance
278 #define isa_outsw(port, buf, nr) \ macro330 #define outsw isa_outsw363 #define outsw(port, buf, nr) ((port) < 1024 ? isa_rom_outsw((port), (buf), (nr)) : isa_outsw((port)…