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

/linux-master/arch/m68k/sun3/
H A Didprom.c33 { .name = "Sun 3/160 Series", .id_machtype = (SM_SUN3 | SM_3_160) },
34 { .name = "Sun 3/50", .id_machtype = (SM_SUN3 | SM_3_50) },
35 { .name = "Sun 3/260 Series", .id_machtype = (SM_SUN3 | SM_3_260) },
36 { .name = "Sun 3/110 Series", .id_machtype = (SM_SUN3 | SM_3_110) },
37 { .name = "Sun 3/60", .id_machtype = (SM_SUN3 | SM_3_60) },
38 { .name = "Sun 3/E", .id_machtype = (SM_SUN3 | SM_3_E) },
40 { .name = "Sun 3/460 Series", .id_machtype = (SM_SUN3X | SM_3_460) },
41 { .name = "Sun 3/80", .id_machtype = (SM_SUN3X | SM_3_80) },
43 // { .name = "Sun 4/100 Series", .id_machtype = (SM_SUN4 | SM_4_110) },
44 // { .name = "Sun 4/200 Series", .id_machtype
[all...]
H A Dconfig.c204 switch (idprom->id_machtype) {
/linux-master/arch/sparc/kernel/
H A Didprom.c32 { .name = "Leon3 System-on-a-Chip", .id_machtype = (M_LEON | M_LEON3_SOC) },
34 { .name = "Sun4m SparcSystem600", .id_machtype = (SM_SUN4M | SM_4M_SS60) },
35 { .name = "Sun4m SparcStation10/20", .id_machtype = (SM_SUN4M | SM_4M_SS50) },
36 { .name = "Sun4m SparcStation5", .id_machtype = (SM_SUN4M | SM_4M_SS40) },
38 { .name = "Sun4M OBP based system", .id_machtype = (SM_SUN4M_OBP | 0x0) } };
46 if (Sun_Machines[i].id_machtype == machtype) {
58 prom_printf("IDPROM: Warning, bogus id_machtype value, 0x%x\n", machtype);
96 display_system_type(idprom->id_machtype);
/linux-master/arch/sparc/include/asm/
H A Dmachines.h13 unsigned char id_machtype; member in struct:Sun_Machine_Models
H A Didprom.h15 u8 id_machtype; /* Machine type */ member in struct:idprom
/linux-master/arch/m68k/include/asm/
H A Didprom.h14 u8 id_machtype; /* Machine type */ member in struct:idprom
H A Dmachines.h14 unsigned char id_machtype; member in struct:Sun_Machine_Models
/linux-master/arch/m68k/sun3x/
H A Dprom.c107 if (!((idprom->id_machtype & SM_ARCH_MASK) == SM_SUN3X)) {
109 idprom->id_machtype);
111 idprom->id_machtype = SM_SUN3X | SM_3_80;
/linux-master/drivers/net/ethernet/amd/
H A Dsun3lance.c258 switch(idprom->id_machtype) {
/linux-master/drivers/net/ethernet/i825xx/
H A Dsun3_82586.c289 switch(idprom->id_machtype) {

Completed in 144 milliseconds