Home
last modified time | relevance | path

Searched refs:MHI_EE_PBL (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/
Dmhi.h123 MHI_EE_PBL, enumerator
173 MHI_CH_EE_PBL = BIT(MHI_EE_PBL),
/linux-6.12.1/drivers/accel/qaic/
Dmhi_controller.c504 } while (current_ee != MHI_EE_PBL && time_sec++ <= MAX_RESET_TIME_SEC); in mhi_reset_and_async_power_up()
507 if (current_ee == MHI_EE_PBL) in mhi_reset_and_async_power_up()
/linux-6.12.1/drivers/bus/mhi/host/
Dinternal.h68 #define MHI_IN_PBL(ee) (ee == MHI_EE_PBL || ee == MHI_EE_PTHRU || \
71 #define MHI_FW_LOAD_CAPABLE(ee) (ee == MHI_EE_PBL || ee == MHI_EE_EDL)
Dmain.c518 case MHI_EE_PBL: in mhi_intvec_threaded_handler()