Home
last modified time | relevance | path

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

/drivers/staging/tidspbridge/include/dspbridge/
Dpwr.h24 #define PWR_DEEPSLEEP MBX_PM_DSPIDLE macro
/drivers/staging/tidspbridge/rmgr/
Dpwr.c62 if (sleep_code == PWR_DEEPSLEEP) in pwr_sleep_dsp()
Dproc.c501 status = pwr_sleep_dsp(PWR_DEEPSLEEP, timeout); in proc_ctrl()
507 } else if (dw_cmd == PWR_DEEPSLEEP) { in proc_ctrl()
509 status = pwr_sleep_dsp(PWR_DEEPSLEEP, timeout); in proc_ctrl()
/drivers/staging/tidspbridge/core/
Dtiomap3430_pwr.c163 if ((dw_cmd != PWR_DEEPSLEEP) && (dw_cmd != PWR_EMERGENCYDEEPSLEEP)) in sleep_dsp()
Dtiomap3430.c926 status = sleep_dsp(dev_context, PWR_DEEPSLEEP, pargs); in bridge_dev_ctrl()