Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/m68k/sun3/
Didprom.c62 if(Sun_Machines[i].id_machtype == machtype) { in display_system_type()
85 if(Sun_Machines[i].id_machtype == idprom->id_machtype) { in sun3_get_model()
123 display_system_type(idprom->id_machtype); in idprom_init()
/linux-2.4.37.9/arch/m68k/sun3x/
Dprom.c119 if(!((idprom->id_machtype & SM_ARCH_MASK) == SM_SUN3X)) { in sun3x_prom_init()
121 idprom->id_machtype); in sun3x_prom_init()
123 idprom->id_machtype = SM_SUN3X | SM_3_80; in sun3x_prom_init()
/linux-2.4.37.9/arch/sparc/kernel/
Dtime.c126 if((idprom->id_machtype == (SM_SUN4 | SM_4_260)) || in timer_interrupt()
127 (idprom->id_machtype == (SM_SUN4 | SM_4_110))) { in timer_interrupt()
237 if( idprom->id_machtype == (SM_SUN4 | SM_4_330) ) { in sun4_clock_probe()
248 } else if( idprom->id_machtype == (SM_SUN4 | SM_4_260)) { in sun4_clock_probe()
385 if(idprom->id_machtype == (SM_SUN4 | SM_4_330)) { in sbus_time_init()
405 } else if(idprom->id_machtype == (SM_SUN4 | SM_4_260) ) { in sbus_time_init()
Didprom.c55 if(Sun_Machines[i].id_machtype == machtype) { in display_system_type()
100 display_system_type(idprom->id_machtype); in idprom_init()
Dsun4c_irq.c141 if (idprom->id_machtype == (SM_SUN4 | SM_4_260)) in sun4c_clear_clock_irq()
166 if (idprom->id_machtype == (SM_SUN4 | SM_4_260)) in sun4c_init_timers()
Dsun4setup.c37 switch(idprom->id_machtype) { in sun4setup()
Dsys_sunos.c877 ret = ((unsigned long)idprom->id_machtype << 24) | in sunos_gethostid()
/linux-2.4.37.9/include/asm-sparc/
Didprom.h20 unsigned char id_machtype; /* Machine type */ member
Dmachines.h12 unsigned char id_machtype; member
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-sparc64/
Didprom.h22 u8 id_machtype; /* Machine type */ member
/linux-2.4.37.9/arch/sparc/mm/
Dsun4c.c290 switch (idprom->id_machtype) { in sun4c_probe_vac()
323 …m_printf("Cannot initialize VAC - weird sun4 model idprom->id_machtype = %d", idprom->id_machtype); in sun4c_probe_vac()
329 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()
452 switch (idprom->id_machtype) { in sun4c_probe_mmu()
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()
524 (idprom->id_machtype == (SM_SUN4 | SM_4_330)) || in sun4c_init_ss2_cache_bug()
[all …]
/linux-2.4.37.9/include/asm-m68k/
Dmachines.h13 unsigned char id_machtype; member
/linux-2.4.37.9/drivers/scsi/
Dsun3_scsi.c200 switch(idprom->id_machtype) { in sun3scsi_detect()
Dsun3_scsi_vme.c155 switch(idprom->id_machtype) { in sun3scsi_detect()
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()
/linux-2.4.37.9/drivers/net/
Dsunlance.c1519 if ((idprom->id_machtype == (SM_SUN4|SM_4_330)) || in sparc_lance_probe()
1520 (idprom->id_machtype == (SM_SUN4|SM_4_470))) { in sparc_lance_probe()
Dsun3lance.c259 switch(idprom->id_machtype) { in sun3lance_probe()
Dsun3_82586.c286 switch(idprom->id_machtype) { in sun3_82586_probe()
Dmyri_sbus.c818 mp->eeprom.id[1] = idprom->id_machtype; in set_boardid_from_idprom()
/linux-2.4.37.9/arch/sparc64/kernel/
Dsys_sunos32.c840 ret = (((u32)idprom->id_machtype << 24) | ((u32)idprom->id_sernum)); in sunos_gethostid()