Searched refs:_insw (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/sandbox/include/asm/ |
| H A D | io.h | 106 static inline void _insw(volatile u16 *port, void *buf, int ns) in _insw() function 114 #define insw(port, buf, ns) _insw((u16 *)port, buf, ns)
|
| /OK3568_Linux_fs/kernel/arch/powerpc/include/asm/ |
| H A D | io.h | 210 #define _insw _insw_ns macro 558 #define __do_readsw(a, b, n) _insw(PCI_FIX_ADDR(a), (b), (n))
|
| H A D | eeh.h | 449 _insw(addr, buf, ns); in eeh_readsw()
|
| /OK3568_Linux_fs/u-boot/arch/m68k/include/asm/ |
| H A D | io.h | 84 static inline void _insw(volatile u16 * port, void *buf, int ns) in _insw() function
|
| /OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/ |
| H A D | io.h | 73 extern void _insw(volatile u16 *port, void *buf, int ns);
|