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

  /src/sys/arch/powerpc/include/oea/
hid.h 89 #define HID0_SGE 0x00000080 /* Enable store gathering */
  /src/sys/arch/amigappc/amigappc/
locore.S 225 ori 7,7,HID0_SGE|HID0_BHT
  /src/sys/arch/powerpc/oea/
cpu_subr.c 653 hid0 |= HID0_SGE | HID0_BTIC;
704 hid0 |= HID0_EMCP | HID0_BTIC | HID0_SGE | HID0_BHT;
710 hid0 |= HID0_EMCP | HID0_BTIC | HID0_SGE | HID0_BHT;
  /src/sys/arch/evbppc/wii/dev/
wiifb.c 626 mtspr(SPR_HID0, hid0 & ~HID0_SGE);

Completed in 13 milliseconds