Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/kernel/
H A Dsmc37c93x.c213 unsigned char currentControl; in SMCReportDeviceStatus() local
219 currentControl = inb(dataPort); in SMCReportDeviceStatus()
221 printk(currentControl & (1 << FDC) in SMCReportDeviceStatus()
223 printk(currentControl & (1 << IDE1) in SMCReportDeviceStatus()
225 printk(currentControl & (1 << IDE2) in SMCReportDeviceStatus()
227 printk(currentControl & (1 << PARP) in SMCReportDeviceStatus()
229 printk(currentControl & (1 << SER1) in SMCReportDeviceStatus()
231 printk(currentControl & (1 << SER2) in SMCReportDeviceStatus()