Lines Matching defs:buffer
190 static inline void readsb(const volatile void __iomem *addr, void *buffer, in readsb()
206 static inline void readsw(const volatile void __iomem *addr, void *buffer, in readsw()
222 static inline void readsl(const volatile void __iomem *addr, void *buffer, in readsl()
239 static inline void readsq(const volatile void __iomem *addr, void *buffer, in readsq()
256 static inline void writesb(volatile void __iomem *addr, const void *buffer, in writesb()
271 static inline void writesw(volatile void __iomem *addr, const void *buffer, in writesw()
286 static inline void writesl(volatile void __iomem *addr, const void *buffer, in writesl()
302 static inline void writesq(volatile void __iomem *addr, const void *buffer, in writesq()
327 static inline void insb(unsigned long addr, void *buffer, unsigned int count) in insb()
335 static inline void insw(unsigned long addr, void *buffer, unsigned int count) in insw()
343 static inline void insl(unsigned long addr, void *buffer, unsigned int count) in insl()
351 static inline void outsb(unsigned long addr, const void *buffer, in outsb()
360 static inline void outsw(unsigned long addr, const void *buffer, in outsw()
369 static inline void outsl(unsigned long addr, const void *buffer, in outsl()
378 static inline void ioread8_rep(const volatile void __iomem *addr, void *buffer, in ioread8_rep()
388 void *buffer, unsigned int count) in ioread16_rep()
397 void *buffer, unsigned int count) in ioread32_rep()
407 void *buffer, unsigned int count) in ioread64_rep()
417 const void *buffer, in iowrite8_rep()
427 const void *buffer, in iowrite16_rep()
437 const void *buffer, in iowrite32_rep()
448 const void *buffer, in iowrite64_rep()