Lines Matching defs:count
125 static inline void insb(unsigned long addr, void *buffer, int count) in insb()
136 static inline void insw(unsigned long addr, void *buffer, int count) in insw()
147 static inline void insl(unsigned long addr, void *buffer, int count) in insl()
158 static inline void outsb(unsigned long addr, const void *buffer, int count) in outsb()
168 static inline void outsw(unsigned long addr, const void *buffer, int count) in outsw()
179 static inline void outsl(unsigned long addr, const void *buffer, int count) in outsl()
205 #define ioread8_rep(p, dst, count) \ argument
207 #define ioread16_rep(p, dst, count) \ argument
209 #define ioread32_rep(p, dst, count) \ argument
212 #define iowrite8_rep(p, src, count) \ argument
214 #define iowrite16_rep(p, src, count) \ argument
216 #define iowrite32_rep(p, src, count) \ argument
219 #define readsb(p, dst, count) \ argument
221 #define readsw(p, dst, count) \ argument
223 #define readsl(p, dst, count) \ argument
226 #define writesb(p, src, count) \ argument
228 #define writesw(p, src, count) \ argument
230 #define writesl(p, src, count) \ argument