Home
last modified time | relevance | path

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

/linux/arch/alpha/kernel/
H A Dsmc37c93x.c186 unsigned char oldValue; in SMCEnableFDC() local
195 oldValue = inb(dataPort); in SMCEnableFDC()
197 oldValue |= 0x0E; /* Enable burst mode */ in SMCEnableFDC()
198 outb(oldValue, dataPort); in SMCEnableFDC()