Searched refs:hid0 (Results 1 - 3 of 3) sorted by relevance

/src/sys/arch/powerpc/oea/
H A Dcpu_subr.c358 register_t hid0 = mfspr(SPR_HID0); local in function:cpu_features_enable
361 const register_t ohid0 = hid0;
364 hid0 |= HID0_HIGH_BAT_EN;
368 hid0 |= HID0_XBSEN;
371 if (hid0 != ohid0) {
372 mtspr(SPR_HID0, hid0);
611 register_t hid0 = 0, hid0_save = 0; local in function:cpu_setup
633 hid0_save = hid0 = mfspr(SPR_HID0);
664 hid0 &= ~(HID0_DOZE | HID0_NAP | HID0_SLEEP);
665 hid0 |
[all...]
/src/sys/arch/evbppc/mpc85xx/
H A Dmachdep.c1068 register_t msr, hid0; local in function:e500_ipi_halt
1072 hid0 = mfspr(SPR_HID0);
1073 hid0 = (hid0 & ~(HID0_TBEN|HID0_NAP|HID0_SLEEP)) | HID0_DOZE;
1074 mtspr(SPR_HID0, hid0);
1150 const register_t hid0 = mfspr(SPR_HID0); local in function:initppc
1152 (hid0 & ~(HID0_NAP | HID0_SLEEP)) | HID0_TBEN | HID0_EMCP | HID0_DOZE);
1251 printf(" hid0=%#lx/%#jx", hid0, (uintmax_t)mfspr(SPR_HID0));
/src/sys/arch/evbppc/nintendo/dev/
H A Dwiifb.c620 register_t hid0 = mfspr(SPR_HID0); local in function:wiifb_rgb_to_efb
626 mtspr(SPR_HID0, hid0 & ~HID0_SGE);
635 mtspr(SPR_HID0, hid0);

Completed in 6 milliseconds