Searched refs:dataPort (Results 1 – 2 of 2) sorted by relevance
85 unsigned long dataPort; in SMCConfigState() local90 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() local140 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 …]
81 static int dataPort; /* port for register data */ variable93 return inb(dataPort); in inReg()102 outb_p(data, dataPort); in outReg()163 dataPort = basePort + 8; in findPort()