Home
last modified time | relevance | path

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

/linux-2.6.39/arch/alpha/kernel/
Dsmc37c93x.c85 unsigned long dataPort; in SMCConfigState() local
90 dataPort = configPort + 1; in SMCConfigState()
99 devId = inb(dataPort); in SMCConfigState()
102 /* unsigned char devRev = */ inb(dataPort); in SMCConfigState()
137 unsigned long dataPort; in SMCEnableDevice() local
140 dataPort = baseAddr + 1; in SMCEnableDevice()
143 outb(device, dataPort); in SMCEnableDevice()
146 outb(( portaddr & 0xFF ), dataPort); in SMCEnableDevice()
149 outb((portaddr >> 8) & 0xFF, dataPort); in SMCEnableDevice()
152 outb(interrupt, dataPort); in SMCEnableDevice()
[all …]
/linux-2.6.39/drivers/ide/
Dali14xx.c81 static int dataPort; /* port for register data */ variable
93 return inb(dataPort); in inReg()
102 outb_p(data, dataPort); in outReg()
163 dataPort = basePort + 8; in findPort()