Searched refs:_insb (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/arch/powerpc/kernel/ |
D | io.c | 27 void _insb(const volatile u8 __iomem *port, void *buf, long count) in _insb() function 42 EXPORT_SYMBOL(_insb);
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | io.h | 201 extern void _insb(const volatile u8 __iomem *addr, void *buf, long count); 534 #define __do_readsb(a, b, n) _insb(PCI_FIX_ADDR(a), (b), (n))
|
D | eeh.h | 456 _insb(addr, buf, ns); in eeh_readsb()
|