Home
last modified time | relevance | path

Searched refs:MHI_PM_POR (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/drivers/bus/mhi/host/
H A 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()
691 cur_state = mhi_tryset_pm_state(mhi_cntrl, MHI_PM_POR); in mhi_pm_sys_error_transition()
693 if (cur_state != MHI_PM_POR) { in mhi_pm_sys_error_transition()
695 to_mhi_pm_state_str(MHI_PM_POR), in mhi_pm_sys_error_transition()
[all...]
H A 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 | \
/kernel/linux/linux-5.10/drivers/bus/mhi/host/
H A Dpm.c48 MHI_PM_POR
51 MHI_PM_POR,
52 MHI_PM_POR | MHI_PM_DISABLE | MHI_PM_M0 |
95 MHI_PM_POR | MHI_PM_SHUTDOWN_PROCESS |
188 cur_state = mhi_tryset_pm_state(mhi_cntrl, MHI_PM_POR); in mhi_ready_state_transition()
192 if (cur_state != MHI_PM_POR) { in mhi_ready_state_transition()
194 to_mhi_pm_state_str(MHI_PM_POR), in mhi_ready_state_transition()
980 mhi_cntrl->pm_state = MHI_PM_POR; in mhi_async_power_up()
H A Dinternal.h421 #define MHI_PM_POR BIT(1) macro
435 #define MHI_REG_ACCESS_VALID(pm_state) ((pm_state & (MHI_PM_POR | MHI_PM_M0 | \

Completed in 5 milliseconds