Searched refs:_insb (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/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);
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | io.h | 47 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) 70 static inline void _insb(volatile u8 * port, void *buf, int ns) in _insb() function
|
| /OK3568_Linux_fs/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);
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | io.h | 200 extern void _insb(const volatile u8 __iomem *addr, void *buf, long count); 557 #define __do_readsb(a, b, n) _insb(PCI_FIX_ADDR(a), (b), (n))
|
| H A D | eeh.h | 441 _insb(addr, buf, ns); in eeh_readsb()
|