Home
last modified time | relevance | path

Searched refs:MHI_PM_POR (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/bus/mhi/host/
Dpm.c49 MHI_PM_POR
52 MHI_PM_POR,
53 MHI_PM_POR | MHI_PM_DISABLE | MHI_PM_M0 |
96 MHI_PM_POR | MHI_PM_SHUTDOWN_PROCESS |
191 cur_state = mhi_tryset_pm_state(mhi_cntrl, MHI_PM_POR); in mhi_ready_state_transition()
195 if (cur_state != MHI_PM_POR) { in mhi_ready_state_transition()
197 to_mhi_pm_state_str(MHI_PM_POR), in mhi_ready_state_transition()
686 cur_state = mhi_tryset_pm_state(mhi_cntrl, MHI_PM_POR); in mhi_pm_sys_error_transition()
688 if (cur_state != MHI_PM_POR) { in mhi_pm_sys_error_transition()
690 to_mhi_pm_state_str(MHI_PM_POR), in mhi_pm_sys_error_transition()
[all …]
Dinternal.h97 #define MHI_PM_POR BIT(1) macro
111 #define MHI_REG_ACCESS_VALID(pm_state) ((pm_state & (MHI_PM_POR | MHI_PM_M0 | \