HomeSort by: relevance | last modified time | path
    Searched refs:hid0 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/powerpc/oea/
cpu_subr.c 358 register_t hid0 = mfspr(SPR_HID0); local
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
633 hid0_save = hid0 = mfspr(SPR_HID0);
648 * Do not have HID0 support settings, but can support
664 hid0 &= ~(HID0_DOZE | HID0_NAP | HID0_SLEEP)
    [all...]
  /src/sys/arch/evbppc/mpc85xx/
machdep.c 1088 register_t msr, hid0; local
1092 hid0 = mfspr(SPR_HID0);
1093 hid0 = (hid0 & ~(HID0_TBEN|HID0_NAP|HID0_SLEEP)) | HID0_DOZE;
1094 mtspr(SPR_HID0, hid0);
1170 const register_t hid0 = mfspr(SPR_HID0); local
1172 (hid0 & ~(HID0_NAP | HID0_SLEEP)) | HID0_TBEN | HID0_EMCP | HID0_DOZE);
1271 printf(" hid0=%#lx/%#jx", hid0, (uintmax_t)mfspr(SPR_HID0));
  /src/sys/arch/evbppc/nintendo/dev/
wiifb.c 620 register_t hid0 = mfspr(SPR_HID0); local
626 mtspr(SPR_HID0, hid0 & ~HID0_SGE);
635 mtspr(SPR_HID0, hid0);

Completed in 93 milliseconds