Home
last modified time | relevance | path

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

/arch/m68k/include/asm/
Dio_mm.h316 #define isa_outsb(port, buf, nr) raw_outsb(isa_itb(port), (u8 *)(buf), (nr))
457 #define writesb(port, buf, nr) raw_outsb((port), (u8 *)(buf), (nr))
Draw_io.h122 static inline void raw_outsb(volatile u8 __iomem *port, const u8 *buf, in raw_outsb() function