Lines Matching refs:basePort
80 static int basePort; /* base port address */ variable
138 outb_p(regOn, basePort); in ali14xx_set_pio_mode()
143 outb_p(regOff, basePort); in ali14xx_set_pio_mode()
158 basePort = ports[i]; in findPort()
159 regOff = inb(basePort); in findPort()
161 outb_p(regOn, basePort); in findPort()
162 if (inb(basePort) == regOn) { in findPort()
163 regPort = basePort + 4; in findPort()
164 dataPort = basePort + 8; in findPort()
166 outb_p(regOff, basePort); in findPort()
173 outb_p(regOff, basePort); in findPort()
189 outb_p(regOn, basePort); in initRegisters()
194 outb_p(regOff, basePort); in initRegisters()
214 basePort, regOn); in ali14xx_probe()