Home
last modified time | relevance | path

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

/linux/arch/alpha/kernel/
H A Dsmc37c93x.c87 unsigned long dataPort; in SMCConfigState() local
92 dataPort = configPort + 1; in SMCConfigState()
101 devId = inb(dataPort); in SMCConfigState()
104 /* unsigned char devRev = */ inb(dataPort); in SMCConfigState()
139 unsigned long dataPort; in SMCEnableDevice() local
142 dataPort = baseAddr + 1; in SMCEnableDevice()
145 outb(device, dataPort); in SMCEnableDevice()
148 outb(( portaddr & 0xFF ), dataPort); in SMCEnableDevice()
151 outb((portaddr >> 8) & 0xFF, dataPort); in SMCEnableDevice()
154 outb(interrupt, dataPort); in SMCEnableDevice()
[all …]