Home
last modified time | relevance | path

Searched refs:HID0_SLEEP (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/sys/powerpc/include/
Dhid.h48 #define HID0_SLEEP 0x00200000 /* Enable sleep mode */ macro
/freebsd-10-stable/sys/powerpc/powerpc/
Dcpu.c384 hid0 &= ~(HID0_DOZE | HID0_NAP | HID0_SLEEP); in cpu_6xx_setup()
402 hid0 &= ~(HID0_DOZE | HID0_NAP | HID0_SLEEP); in cpu_6xx_setup()
511 hid0 &= ~(HID0_DOZE | HID0_NAP | HID0_SLEEP); in cpu_booke_setup()
/freebsd-10-stable/sys/powerpc/aim/
Dmachdep.c925 hid0 = (hid0 & ~(HID0_DOZE | HID0_NAP)) | HID0_SLEEP; in cpu_sleep()