Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Didprom.c30 { .name = "Sun 4/100 Series", .id_machtype = (SM_SUN4 | SM_4_110) },
31 { .name = "Sun 4/200 Series", .id_machtype = (SM_SUN4 | SM_4_260) },
32 { .name = "Sun 4/300 Series", .id_machtype = (SM_SUN4 | SM_4_330) },
33 { .name = "Sun 4/400 Series", .id_machtype = (SM_SUN4 | SM_4_470) },
35 { .name = "Sun4c SparcStation 1", .id_machtype = (SM_SUN4C | SM_4C_SS1) },
36 { .name = "Sun4c SparcStation IPC", .id_machtype = (SM_SUN4C | SM_4C_IPC) },
37 { .name = "Sun4c SparcStation 1+", .id_machtype = (SM_SUN4C | SM_4C_SS1PLUS) },
38 { .name = "Sun4c SparcStation SLC", .id_machtype = (SM_SUN4C | SM_4C_SLC) },
39 { .name = "Sun4c SparcStation 2", .id_machtype = (SM_SUN4C | SM_4C_SS2) },
40 { .name = "Sun4c SparcStation ELC", .id_machtype = (SM_SUN4C | SM_4C_ELC) },
[all …]
/arch/m68k/sun3/
Didprom.c30 { .name = "Sun 3/160 Series", .id_machtype = (SM_SUN3 | SM_3_160) },
31 { .name = "Sun 3/50", .id_machtype = (SM_SUN3 | SM_3_50) },
32 { .name = "Sun 3/260 Series", .id_machtype = (SM_SUN3 | SM_3_260) },
33 { .name = "Sun 3/110 Series", .id_machtype = (SM_SUN3 | SM_3_110) },
34 { .name = "Sun 3/60", .id_machtype = (SM_SUN3 | SM_3_60) },
35 { .name = "Sun 3/E", .id_machtype = (SM_SUN3 | SM_3_E) },
37 { .name = "Sun 3/460 Series", .id_machtype = (SM_SUN3X | SM_3_460) },
38 { .name = "Sun 3/80", .id_machtype = (SM_SUN3X | SM_3_80) },
65 if(Sun_Machines[i].id_machtype == machtype) { in display_system_type()
88 if(Sun_Machines[i].id_machtype == idprom->id_machtype) { in sun3_get_model()
[all …]
/arch/m68k/sun3x/
Dprom.c109 if (!((idprom->id_machtype & SM_ARCH_MASK) == SM_SUN3X)) { in sun3x_prom_init()
111 idprom->id_machtype); in sun3x_prom_init()
113 idprom->id_machtype = SM_SUN3X | SM_3_80; in sun3x_prom_init()
/arch/sparc/include/asm/
Didprom.h14 u8 id_machtype; /* Machine type */ member
Dmachines.h12 unsigned char id_machtype; member
Dfloppy_32.h317 ((idprom->id_machtype == (SM_SUN4C | SM_4C_SLC)) || in sun_floppy_init()
318 (idprom->id_machtype == (SM_SUN4C | SM_4C_ELC)))) { in sun_floppy_init()
/arch/m68k/include/asm/
Didprom.h13 u8 id_machtype; /* Machine type */ member
Dmachines.h13 unsigned char id_machtype; member
/arch/sparc/mm/
Dsun4c.c282 if ((idprom->id_machtype == (SM_SUN4C | SM_4C_SS1)) || in sun4c_probe_vac()
283 (idprom->id_machtype == (SM_SUN4C | SM_4C_SS1PLUS))) { in sun4c_probe_vac()
401 if ((idprom->id_machtype == (SM_SUN4C | SM_4C_SS1)) || in sun4c_probe_mmu()
402 (idprom->id_machtype == (SM_SUN4C | SM_4C_SS1PLUS))) { in sun4c_probe_mmu()
438 if ((idprom->id_machtype == (SM_SUN4C | SM_4C_SS2)) || in sun4c_init_ss2_cache_bug()
439 (idprom->id_machtype == (SM_SUN4C | SM_4C_IPX)) || in sun4c_init_ss2_cache_bug()
440 (idprom->id_machtype == (SM_SUN4C | SM_4C_ELC))) { in sun4c_init_ss2_cache_bug()