Searched refs:_insl (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/arch/m68k/include/asm/ |
H A D | io.h | 99 static inline void _insl(volatile u32 * port, void *buf, int nl) in _insl() function
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | eeh.h | 451 _insl(addr, buf, nl); in eeh_readsl()
|
H A D | io.h | 240 #define _insl _insl_ns macro 603 #define __do_readsl(a, b, n) _insl(PCI_FIX_ADDR(a), (b), (n))
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | io.h | 75 extern void _insl(volatile u32 *port, void *buf, int nl);
|