Home
last modified time | relevance | path

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

/linux-5.19.10/arch/alpha/kernel/
Dsmc37c93x.c84 unsigned long indexPort; in SMCConfigState() local
89 configPort = indexPort = baseAddr; in SMCConfigState()
98 outb(DEVICE_ID, indexPort); in SMCConfigState()
101 outb(DEVICE_REV, indexPort); in SMCConfigState()
136 unsigned long indexPort; in SMCEnableDevice() local
139 indexPort = baseAddr; in SMCEnableDevice()
142 outb(LOGICAL_DEVICE_NUMBER, indexPort); in SMCEnableDevice()
145 outb(ADDR_LO, indexPort); in SMCEnableDevice()
148 outb(ADDR_HI, indexPort); in SMCEnableDevice()
151 outb(INTERRUPT_SEL, indexPort); in SMCEnableDevice()
[all …]