Lines Matching refs:ns
46 #define insb(port, buf, ns) _insb((u8 *)((port)+_IO_BASE), (buf), (ns)) argument
47 #define outsb(port, buf, ns) _outsb((u8 *)((port)+_IO_BASE), (buf), (ns)) argument
48 #define insw(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) argument
49 #define outsw(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) argument
74 extern void _insb(volatile u8 *port, void *buf, int ns);
75 extern void _outsb(volatile u8 *port, const void *buf, int ns);
76 extern void _insw(volatile u16 *port, void *buf, int ns);
77 extern void _outsw(volatile u16 *port, const void *buf, int ns);
80 extern void _insw_ns(volatile u16 *port, void *buf, int ns);
81 extern void _outsw_ns(volatile u16 *port, const void *buf, int ns);
90 #define insw_ns(port, buf, ns) _insw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) argument
91 #define outsw_ns(port, buf, ns) _outsw_ns((u16 *)((port)+_IO_BASE), (buf), (ns)) argument