Lines Matching defs:count
120 static inline void insb(unsigned long addr, void *buffer, int count) in insb()
131 static inline void insw(unsigned long addr, void *buffer, int count) in insw()
142 static inline void insl(unsigned long addr, void *buffer, int count) in insl()
153 static inline void outsb(unsigned long addr, const void *buffer, int count) in outsb()
163 static inline void outsw(unsigned long addr, const void *buffer, int count) in outsw()
174 static inline void outsl(unsigned long addr, const void *buffer, int count) in outsl()
195 #define ioread8_rep(p, dst, count) \ argument
197 #define ioread16_rep(p, dst, count) \ argument
199 #define ioread32_rep(p, dst, count) \ argument
202 #define iowrite8_rep(p, src, count) \ argument
204 #define iowrite16_rep(p, src, count) \ argument
206 #define iowrite32_rep(p, src, count) \ argument
209 #define readsb(p, dst, count) \ argument
211 #define readsw(p, dst, count) \ argument
213 #define readsl(p, dst, count) \ argument
216 #define writesb(p, src, count) \ argument
218 #define writesw(p, src, count) \ argument
220 #define writesl(p, src, count) \ argument