Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/ide/
H A 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...]

Completed in 1 milliseconds