Lines Matching defs:port
209 u8 __inb8(unsigned int port) in __inb8()
236 u8 __inb16(unsigned int port) in __inb16()
251 u16 __inw(unsigned int port) in __inw()
270 u32 __inl(unsigned int port) in __inl()
287 void __outb8(u8 val, unsigned int port) in __outb8()
307 void __outb16(u8 val, unsigned int port) in __outb16()
322 void __outw(u16 val, unsigned int port) in __outw()
338 void __outl(u32 val, unsigned int port) in __outl()
348 void outsb(unsigned int port, const void *from, int len) in outsb()
363 void insb(unsigned int port, void *from, int len) in insb()
381 void outsw(unsigned int port, const void *from, int len) in outsw()
396 void insw(unsigned int port, void *from, int len) in insw()
418 void outsl(unsigned int port, const void *from, int len) in outsl()
428 void insl(unsigned int port, void *from, int len) in insl()