Searched refs:SMCUltraBase (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/alpha/kernel/
H A Dsmc37c93x.c242 unsigned long SMCUltraBase; local
246 if ((SMCUltraBase = SMCDetectUltraIO()) != 0UL) {
248 SMCReportDeviceStatus(SMCUltraBase);
250 SMCEnableDevice(SMCUltraBase, SER1, COM1_BASE, COM1_INTERRUPT);
252 SMCEnableDevice(SMCUltraBase, SER2, COM2_BASE, COM2_INTERRUPT);
254 SMCEnableDevice(SMCUltraBase, PARP, PARP_BASE, PARP_INTERRUPT);
258 SMCEnableKYBD(SMCUltraBase);
260 SMCEnableFDC(SMCUltraBase);
263 SMCReportDeviceStatus(SMCUltraBase);
265 SMCRunState(SMCUltraBase);
[all...]

Completed in 267 milliseconds