Lines Matching defs:port
18 static u8 ide_inb(unsigned long port)
20 return (u8) inb(port);
23 static void ide_outb(u8 val, unsigned long port)
25 outb(val, port);
32 static u8 ide_mm_inb(unsigned long port)
34 return (u8) readb((void __iomem *) port);
37 static void ide_mm_outb(u8 value, unsigned long port)
39 writeb(value, (void __iomem *) port);
94 void (*tf_outb)(u8 addr, unsigned long port);
121 u8 (*tf_inb)(unsigned long port);
151 static void ata_vlb_sync(unsigned long port)
153 (void)inb(port);
154 (void)inb(port);
155 (void)inb(port);