Home
last modified time | relevance | path

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

/arch/alpha/kernel/
Dsmc37c93x.c241 unsigned long SMCUltraBase; in SMC93x_Init() local
245 if ((SMCUltraBase = SMCDetectUltraIO()) != 0UL) { in SMC93x_Init()
247 SMCReportDeviceStatus(SMCUltraBase); in SMC93x_Init()
249 SMCEnableDevice(SMCUltraBase, SER1, COM1_BASE, COM1_INTERRUPT); in SMC93x_Init()
251 SMCEnableDevice(SMCUltraBase, SER2, COM2_BASE, COM2_INTERRUPT); in SMC93x_Init()
253 SMCEnableDevice(SMCUltraBase, PARP, PARP_BASE, PARP_INTERRUPT); in SMC93x_Init()
257 SMCEnableKYBD(SMCUltraBase); in SMC93x_Init()
259 SMCEnableFDC(SMCUltraBase); in SMC93x_Init()
262 SMCReportDeviceStatus(SMCUltraBase); in SMC93x_Init()
264 SMCRunState(SMCUltraBase); in SMC93x_Init()
[all …]