Searched refs:_insb (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/powerpc/kernel/ |
H A D | io.c | 27 void _insb(const volatile u8 __iomem *port, void *buf, long count) in _insb() function 42 EXPORT_SYMBOL(_insb);
|
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | io.h | 46 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) 69 static inline void _insb(volatile u8 * port, void *buf, int ns) in _insb() function
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | io.h | 43 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) 71 extern void _insb(volatile u8 *port, void *buf, int ns);
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | eeh.h | 435 _insb(addr, buf, ns); in eeh_readsb()
|
H A D | io.h | 229 extern void _insb(const volatile u8 __iomem *addr, void *buf, long count); 601 #define __do_readsb(a, b, n) _insb(PCI_FIX_ADDR(a), (b), (n))
|