Searched refs:isa_rom_outsw (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | io_mm.h | 307 #define isa_rom_outsw(port, buf, nr) \ macro 365 #define outsw(port, buf, nr) ((port) < 1024 ? isa_rom_outsw((port), (buf), (nr)) : isa_outsw((port), (buf), (nr)))
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | io_mm.h | 305 #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), (buf), (nr)))
|
Completed in 3 milliseconds