Home
last modified time | relevance | path

Searched refs:HID0_EMCP (Results 1 – 5 of 5) sorted by relevance

/netbsd/src/sys/arch/mvmeppc/include/
Dasm.h28 #define HID0_EMCP (1 << 31) /* Enable Machine Checks */ macro
/netbsd/src/sys/arch/powerpc/include/oea/
Dhid.h60 #define HID0_EMCP 0x80000000 /* Enable MCP */ macro
/netbsd/src/sys/arch/powerpc/include/booke/
Dspr.h495 #define HID0_EMCP 0x80000000 /* Enable Machine Check Pin */ macro
/netbsd/src/sys/arch/powerpc/oea/
Dcpu_subr.c704 hid0 |= HID0_EMCP | HID0_BTIC | HID0_SGE | HID0_BHT; in cpu_setup()
710 hid0 |= HID0_EMCP | HID0_BTIC | HID0_SGE | HID0_BHT; in cpu_setup()
/netbsd/src/sys/arch/evbppc/mpc85xx/
Dmachdep.c1152 (hid0 & ~(HID0_NAP | HID0_SLEEP)) | HID0_TBEN | HID0_EMCP | HID0_DOZE); in initppc()