Lines Matching defs:port
210 u8 __inb8(unsigned int port) in __inb8()
237 u8 __inb16(unsigned int port) in __inb16()
252 u16 __inw(unsigned int port) in __inw()
271 u32 __inl(unsigned int port) in __inl()
288 void __outb8(u8 val, unsigned int port) in __outb8()
308 void __outb16(u8 val, unsigned int port) in __outb16()
323 void __outw(u16 val, unsigned int port) in __outw()
339 void __outl(u32 val, unsigned int port) in __outl()
349 void outsb(unsigned int port, const void *from, int len) in outsb()
364 void insb(unsigned int port, void *from, int len) in insb()
382 void outsw(unsigned int port, const void *from, int len) in outsw()
397 void insw(unsigned int port, void *from, int len) in insw()
419 void outsl(unsigned int port, const void *from, int len) in outsl()
429 void insl(unsigned int port, void *from, int len) in insl()