Home
last modified time | relevance | path

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

/linux/arch/m68k/include/asm/
H A Dio_mm.h272 #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 Draw_io.h110 static inline void raw_outsb(volatile u8 __iomem *port, const u8 *buf, in raw_outsb() function