Searched refs:raw_outsb (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/arch/m68k/include/asm/ |
D | io_mm.h | 274 #define isa_outsb(port, buf, nr) raw_outsb(isa_itb(port), (u8 *)(buf), (nr)) 380 #define writesb(port, buf, nr) raw_outsb((port), (u8 *)(buf), (nr))
|
D | raw_io.h | 109 static inline void raw_outsb(volatile u8 __iomem *port, const u8 *buf, in raw_outsb() function
|