Lines Matching defs:port
60 unsigned int port, endport = baseport + nports; in hd64465_port_map() local
87 unsigned int port, endport = baseport + nports; in hd64465_port_unmap() local
106 unsigned long hd64465_isa_port2addr(unsigned long port) in hd64465_isa_port2addr()
146 unsigned char hd64465_inb(unsigned long port) in hd64465_inb()
155 unsigned char hd64465_inb_p(unsigned long port) in hd64465_inb_p()
166 unsigned short hd64465_inw(unsigned long port) in hd64465_inw()
174 unsigned int hd64465_inl(unsigned long port) in hd64465_inl()
182 void hd64465_insb(unsigned long port, void *buffer, unsigned long count) in hd64465_insb()
188 void hd64465_insw(unsigned long port, void *buffer, unsigned long count) in hd64465_insw()
194 void hd64465_insl(unsigned long port, void *buffer, unsigned long count) in hd64465_insl()
200 void hd64465_outb(unsigned char b, unsigned long port) in hd64465_outb()
209 void hd64465_outb_p(unsigned char b, unsigned long port) in hd64465_outb_p()
219 void hd64465_outw(unsigned short b, unsigned long port) in hd64465_outw()
227 void hd64465_outl(unsigned int b, unsigned long port) in hd64465_outl()
235 void hd64465_outsb(unsigned long port, const void *buffer, unsigned long count) in hd64465_outsb()
241 void hd64465_outsw(unsigned long port, const void *buffer, unsigned long count) in hd64465_outsw()
247 void hd64465_outsl(unsigned long port, const void *buffer, unsigned long count) in hd64465_outsl()