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

/linux-master/include/linux/
H A Dmhi.h113 * @MHI_EE_PBL: Primary Bootloader
123 MHI_EE_PBL, enumerator in enum:mhi_ee_type
173 MHI_CH_EE_PBL = BIT(MHI_EE_PBL),
/linux-master/drivers/accel/qaic/
H A Dmhi_controller.c504 } while (current_ee != MHI_EE_PBL && time_sec++ <= MAX_RESET_TIME_SEC);
507 if (current_ee == MHI_EE_PBL)
/linux-master/drivers/bus/mhi/host/
H A 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)
H A Dmain.c518 case MHI_EE_PBL:

Completed in 146 milliseconds