Home
last modified time | relevance | path

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

/drivers/ide/
Dali14xx.c79 static int basePort; /* base port address */ variable
137 outb_p(regOn, basePort); in ali14xx_set_pio_mode()
142 outb_p(regOff, basePort); in ali14xx_set_pio_mode()
157 basePort = ports[i]; in findPort()
158 regOff = inb(basePort); in findPort()
160 outb_p(regOn, basePort); in findPort()
161 if (inb(basePort) == regOn) { in findPort()
162 regPort = basePort + 4; in findPort()
163 dataPort = basePort + 8; in findPort()
165 outb_p(regOff, basePort); in findPort()
[all …]