Home
last modified time | relevance | path

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

/linux-6.6.21/arch/m68k/include/asm/
Dio_mm.h278 #define isa_outsw(port, buf, nr) \ macro
330 #define outsw isa_outsw
363 #define outsw(port, buf, nr) ((port) < 1024 ? isa_rom_outsw((port), (buf), (nr)) : isa_outsw((port)…