Home
last modified time | relevance | path

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

/drivers/bus/mhi/host/
Dboot.c512 new_state = mhi_tryset_pm_state(mhi_cntrl, MHI_PM_FW_DL_ERR); in mhi_fw_load_handler()
514 if (new_state == MHI_PM_FW_DL_ERR) in mhi_fw_load_handler()
534 new_state = mhi_tryset_pm_state(mhi_cntrl, MHI_PM_FW_DL_ERR); in mhi_download_amss_image()
536 if (new_state == MHI_PM_FW_DL_ERR) in mhi_download_amss_image()
Dinternal.h443 #define MHI_PM_FW_DL_ERR BIT(7) macro
453 MHI_PM_SHUTDOWN_PROCESS | MHI_PM_FW_DL_ERR)))
454 #define MHI_PM_IN_ERROR_STATE(pm_state) (pm_state >= MHI_PM_FW_DL_ERR)
Dpm.c55 MHI_PM_LD_ERR_FATAL_DETECT | MHI_PM_FW_DL_ERR
61 MHI_PM_LD_ERR_FATAL_DETECT | MHI_PM_FW_DL_ERR
84 MHI_PM_FW_DL_ERR,
85 MHI_PM_FW_DL_ERR | MHI_PM_SYS_ERR_DETECT |