Lines Matching refs:__n
37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() argument
40 : "+S" (__buf), "+c" (__n) in outsb()
44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() argument
47 : "+S" (__buf), "+c" (__n) in outsw()
51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() argument
54 : "+S" (__buf), "+c"(__n) in outsl()
58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() argument
61 : "+D" (__buf), "+c" (__n) in insb()
65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() argument
68 : "+D" (__buf), "+c" (__n) in insw()
72 static __inline void insl(unsigned short __port, void *__buf, unsigned long __n) in insl() argument
75 : "+D" (__buf), "+c" (__n) in insl()