Searched refs:_insb (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/arch/powerpc/kernel/ |
D | io.c | 31 void _insb(const volatile u8 __iomem *port, void *buf, long count) in _insb() function 46 EXPORT_SYMBOL(_insb);
|
/Linux-v4.19/arch/powerpc/include/asm/ |
D | eeh.h | 448 _insb(addr, buf, ns); in eeh_readsb()
|
D | io.h | 228 extern void _insb(const volatile u8 __iomem *addr, void *buf, long count); 567 #define __do_readsb(a, b, n) _insb(PCI_FIX_ADDR(a), (b), (n))
|