Searched refs:readsw (Results 1 – 2 of 2) sorted by relevance
/include/linux/mfd/ |
D | tmio.h | 15 #define tmio_ioread16_rep(r, b, l) readsw(r, b, l)
|
/include/asm-generic/ |
D | io.h | 404 #ifndef readsw 405 #define readsw readsw macro 406 static inline void readsw(const volatile void __iomem *addr, void *buffer, in readsw() function 690 readsw(PCI_IOBASE + addr, buffer, count); in insw() 915 readsw(addr, buffer, count); in ioread16_rep()
|