Home
last modified time | relevance | path

Searched refs:readsw (Results 1 – 2 of 2) sorted by relevance

/include/linux/mfd/
Dtmio.h15 #define tmio_ioread16_rep(r, b, l) readsw(r, b, l)
/include/asm-generic/
Dio.h404 #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()