Home
last modified time | relevance | path

Searched refs:mmio_insw (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Diomap.c86 static inline void mmio_insw(const void __iomem *addr, u16 *dst, int count) in mmio_insw() function
136 mmio_insw(addr, dst, count); in ioread16_rep()
/OK3568_Linux_fs/u-boot/include/
H A Dusbdevice.h75 #define insw(p,to,len) mmio_insw(p,to,len)
86 #ifndef mmio_insw
87 #define mmio_insw(r,b,l) ({ int __i ; \ macro
/OK3568_Linux_fs/kernel/lib/
H A Diomap.c286 static inline void mmio_insw(const void __iomem *addr, u16 *dst, int count) in mmio_insw() function
334 IO_COND(addr, insw(port,dst,count), mmio_insw(addr, dst, count)); in ioread16_rep()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dio.h769 #define mmio_insw(addr, dst, count) readsw(addr, dst, count) macro