Searched refs:dataPort (Results 1 – 1 of 1) 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 …]