Searched refs:iowrite8_rep (Results 26 - 30 of 30) sorted by path

12

/linux-master/drivers/ssb/
H A Dpci.c1089 iowrite8_rep(addr, buffer, count);
/linux-master/drivers/usb/musb/
H A Dmusb_core.c351 iowrite8_rep(fifo, src, len);
/linux-master/include/asm-generic/
H A Dio.h950 #ifndef iowrite8_rep macro
951 #define iowrite8_rep iowrite8_rep function
952 static inline void iowrite8_rep(volatile void __iomem *addr,
H A Diomap.h86 extern void iowrite8_rep(void __iomem *port, const void *buf, unsigned long count);
/linux-master/lib/
H A Diomap.c382 void iowrite8_rep(void __iomem *addr, const void *src, unsigned long count) function
400 EXPORT_SYMBOL(iowrite8_rep); variable

Completed in 386 milliseconds

12