Home
last modified time | relevance | path

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

/linux-6.1.9/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 …]