Searched refs:basePort (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/ide/
H A Dali14xx.c79 static int basePort; /* base port address */ variable
137 outb_p(regOn, basePort); ali14xx_set_pio_mode()
142 outb_p(regOff, basePort); ali14xx_set_pio_mode()
157 basePort = ports[i]; findPort()
158 regOff = inb(basePort); findPort()
160 outb_p(regOn, basePort); findPort()
161 if (inb(basePort) == regOn) { findPort()
162 regPort = basePort + 4; findPort()
163 dataPort = basePort + 8; findPort()
165 outb_p(regOff, basePort); findPort()
172 outb_p(regOff, basePort); findPort()
188 outb_p(regOn, basePort); initRegisters()
193 outb_p(regOff, basePort); initRegisters()
213 basePort, regOn); ali14xx_probe()

Completed in 199 milliseconds