Searched refs:raw_rom_outsb (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | raw_io.h | 424 static inline void raw_rom_outsb(volatile u8 __iomem *port, const u8 *buf, in raw_rom_outsb() function
|
H A D | io_mm.h | 305 #define isa_rom_outsb(port, buf, nr) raw_rom_outsb(isa_itb(port), (u8 *)(buf), (nr))
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | raw_io.h | 424 static inline void raw_rom_outsb(volatile u8 __iomem *port, const u8 *buf, in raw_rom_outsb() function
|
H A D | io_mm.h | 303 #define isa_rom_outsb(port, buf, nr) raw_rom_outsb(isa_itb(port), (u8 *)(buf), (nr))
|
Completed in 6 milliseconds