Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/ide/
Dali14xx.c80 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()
[all …]