Searched refs:raw_insb (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/arch/m68k/include/asm/ |
D | io_mm.h | 273 #define isa_insb(port, buf, nr) raw_insb(isa_itb(port), (u8 *)(buf), (nr)) 377 #define readsb(port, buf, nr) raw_insb((port), (u8 *)(buf), (nr))
|
D | raw_io.h | 101 static inline void raw_insb(volatile u8 __iomem *port, u8 *buf, unsigned int len) in raw_insb() function
|