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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/sun3/
H A 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) },
40 // { .name = "Sun 4/100 Series", .id_machtype = (SM_SUN4 | SM_4_110) },
41 // { .name = "Sun 4/200 Series", .id_machtype
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc/
H A Didprom.h14 u8 id_machtype; /* Machine type */ member in struct:idprom
H A Dmachines.h12 unsigned char id_machtype; member in struct:Sun_Machine_Models
H A Dfloppy.h289 ((idprom->id_machtype == (SM_SUN4C | SM_4C_SLC)) ||
290 (idprom->id_machtype == (SM_SUN4C | SM_4C_ELC)))) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-sparc64/
H A Didprom.h14 u8 id_machtype; /* Machine type */ member in struct:idprom
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/sun3x/
H A Dprom.c109 if (!((idprom->id_machtype & SM_ARCH_MASK) == SM_SUN3X)) {
111 idprom->id_machtype);
113 idprom->id_machtype = SM_SUN3X | SM_3_80;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-m68k/
H A Dmachines.h13 unsigned char id_machtype; member in struct:Sun_Machine_Models
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/kernel/
H A Didprom.c54 if(Sun_Machines[i].id_machtype == machtype) {
65 prom_printf("IDPROM: Bogus id_machtype value, 0x%x\n", machtype);
98 display_system_type(idprom->id_machtype);
H A Dsun4setup.c37 switch(idprom->id_machtype) {
H A Dtime.c119 if((idprom->id_machtype == (SM_SUN4 | SM_4_260)) ||
120 (idprom->id_machtype == (SM_SUN4 | SM_4_110))) {
260 if( idprom->id_machtype == (SM_SUN4 | SM_4_330) ) {
271 } else if( idprom->id_machtype == (SM_SUN4 | SM_4_260)) {
379 if(idprom->id_machtype == (SM_SUN4 | SM_4_330)) {
381 } else if(idprom->id_machtype == (SM_SUN4 | SM_4_260) ) {
H A Dsun4c_irq.c132 if (idprom->id_machtype == (SM_SUN4 | SM_4_260))
157 if (idprom->id_machtype == (SM_SUN4 | SM_4_260))
H A Dsys_sunos.c883 ret = ((unsigned long)idprom->id_machtype << 24) |
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc/mm/
H A Dsun4c.c291 switch (idprom->id_machtype) {
324 prom_printf("Cannot initialize VAC - weird sun4 model idprom->id_machtype = %d", idprom->id_machtype);
330 if ((idprom->id_machtype == (SM_SUN4C | SM_4C_SS1)) ||
331 (idprom->id_machtype == (SM_SUN4C | SM_4C_SS1PLUS))) {
453 switch (idprom->id_machtype) {
482 if ((idprom->id_machtype == (SM_SUN4C | SM_4C_SS1)) ||
483 (idprom->id_machtype == (SM_SUN4C | SM_4C_SS1PLUS))) {
524 if ((idprom->id_machtype == (SM_SUN4C | SM_4C_SS2)) ||
525 (idprom->id_machtype
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/scsi/
H A Dsun3_scsi.c205 switch(idprom->id_machtype) {
H A Dsun3_scsi_vme.c150 switch(idprom->id_machtype) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dsunlance.c1533 if ((idprom->id_machtype == (SM_SUN4|SM_4_330)) ||
1534 (idprom->id_machtype == (SM_SUN4|SM_4_470))) {
H A Dsun3lance.c256 switch(idprom->id_machtype) {
H A Dmyri_sbus.c821 mp->eeprom.id[1] = idprom->id_machtype;
H A Dsun3_82586.c286 switch(idprom->id_machtype) {
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dsys_sunos32.c850 ret = (((u32)idprom->id_machtype << 24) | ((u32)idprom->id_sernum));

Completed in 228 milliseconds