Home
last modified time | relevance | path

Searched refs:_insb (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/arch/powerpc/kernel/
H A Dio.c27 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 Dio.h46 #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 Dio.h43 #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 Deeh.h435 _insb(addr, buf, ns); in eeh_readsb()
H A Dio.h229 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))