Home
last modified time | relevance | path

Searched refs:ST_DEC_3000_300 (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/arch/alpha/tc/
Dtcasic.c73 if ((cputype != ST_DEC_3000_500) && (cputype != ST_DEC_3000_300)) in tcasicmatch()
120 case ST_DEC_3000_300: in tcasicattach()
Dioasic.c137 if ((cputype != ST_DEC_3000_500) && (cputype != ST_DEC_3000_300)) in ioasicmatch()
172 if (cputype == ST_DEC_3000_300) { in ioasicattach()
Dtc_bootdev.c52 return cputype == ST_DEC_3000_300 ? 5 : 7; in tc_ioasic_slot()
/netbsd/src/sys/arch/alpha/alpha/
Dcpuconf.c221 cpu_init(ST_DEC_3000_300, dec_3000_300_init, "DEC_3000_300"),
Dmachdep.c420 if (hwrpb->rpb_type == ST_DEC_3000_300 || in alpha_init()
/netbsd/src/sys/arch/alpha/include/
Drpb.h58 #define ST_DEC_3000_300 7 /* "Pelican" (TC) */ macro
/netbsd/src/sys/dev/tc/
Dtcds.c305 cputype == ST_DEC_3000_300) in tcdsattach()
Dzs_ioasic.c398 else if (cputype == ST_DEC_3000_300) in zs_ioasic_submatch()