Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/hp300/hp300/
Dmachdep.c183 case HP_320: in hp300_init()
345 { HP_320, -1, "320", "16.67" },
469 machineid == HP_320 ? 16 : 32); in identifycpu()
496 case HP_320: in identifycpu()
Dgenassym.cf93 define HP_320 HP_320
Dlocore.s1132 .long HP_320 | default to 320
/netbsd/src/sys/arch/hp300/include/
Dhp300spu.h41 #define HP_320 0 /* 16MHz 68020+HP MMU+16K external cache */ macro
/netbsd/src/sys/arch/hp300/dev/
Ddioreg.h82 #define DIO_SCMAX(machineid) ((machineid) == HP_320 ? 32 : 256)
Dintio.c71 (__BIT(HP_320) | __BIT(HP_330) | __BIT(HP_340) | \
/netbsd/src/sys/arch/hp300/stand/common/
Dmachdep.c52 case HP_320: in getmachineid()
Dautoconf.c93 case HP_320: in configure()
Dsrt0.S243 movl #HP_320,%a0@ /* no, consider a 320 for now */