Searched refs:dataPort (Results 1 – 1 of 1) sorted by relevance
87 unsigned long dataPort; in SMCConfigState() local92 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() local142 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 …]