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