Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/sparc/kernel/
Didprom.c35 { "Sun4c SparcStation 1", (SM_SUN4C | SM_4C_SS1) },
36 { "Sun4c SparcStation IPC", (SM_SUN4C | SM_4C_IPC) },
37 { "Sun4c SparcStation 1+", (SM_SUN4C | SM_4C_SS1PLUS) },
38 { "Sun4c SparcStation SLC", (SM_SUN4C | SM_4C_SLC) },
39 { "Sun4c SparcStation 2", (SM_SUN4C | SM_4C_SS2) },
40 { "Sun4c SparcStation ELC", (SM_SUN4C | SM_4C_ELC) },
41 { "Sun4c SparcStation IPX", (SM_SUN4C | SM_4C_IPX) },
/linux-2.4.37.9/include/asm-sparc/
Dmachines.h35 #define SM_SUN4C 0x50 macro
Dfloppy.h291 ((idprom->id_machtype == (SM_SUN4C | SM_4C_SLC)) || in sun_floppy_init()
292 (idprom->id_machtype == (SM_SUN4C | SM_4C_ELC)))) { in sun_floppy_init()
/linux-2.4.37.9/include/asm-m68k/
Dmachines.h41 #define SM_SUN4C 0x50 macro
/linux-2.4.37.9/arch/sparc/mm/
Dsun4c.c329 if ((idprom->id_machtype == (SM_SUN4C | SM_4C_SS1)) || in sun4c_probe_vac()
330 (idprom->id_machtype == (SM_SUN4C | SM_4C_SS1PLUS))) { in sun4c_probe_vac()
481 if ((idprom->id_machtype == (SM_SUN4C | SM_4C_SS1)) || in sun4c_probe_mmu()
482 (idprom->id_machtype == (SM_SUN4C | SM_4C_SS1PLUS))) { in sun4c_probe_mmu()
522 if ((idprom->id_machtype == (SM_SUN4C | SM_4C_SS2)) || in sun4c_init_ss2_cache_bug()
523 (idprom->id_machtype == (SM_SUN4C | SM_4C_IPX)) || in sun4c_init_ss2_cache_bug()
525 (idprom->id_machtype == (SM_SUN4C | SM_4C_ELC))) { in sun4c_init_ss2_cache_bug()
/linux-2.4.37.9/drivers/scsi/
Desp.c1647 if ((idprom->id_machtype == (SM_SUN4C | SM_4C_SS1)) || in esp_exec_cmd()
1648 (idprom->id_machtype == (SM_SUN4C | SM_4C_SS1PLUS))) { in esp_exec_cmd()