Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dcpu_setup_6xx.S164 oris r11,r11,HID0_DPM@h
169 xoris r11,r11,HID0_DPM@h /* disable dynamic power mgmt */
238 oris r11,r11,HID0_DPM@h
246 xoris r11,r11,HID0_DPM@h /* disable dynamic power mgmt */
H A Didle_6xx.S128 oris r4,r4,HID0_DPM@h /* that should be done once for all */
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/52xx/
H A Dmpc52xx_pm.c152 mtspr(SPRN_HID0, (hid0 & ~(HID0_DOZE | HID0_NAP | HID0_DPM)) | HID0_SLEEP); in mpc52xx_pm_enter()
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dprocessor.h239 #define HID0_DPM (1<<20) macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dreg.h568 #define HID0_DPM (1<<20) macro