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