Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dmhi.h123 MHI_EE_PBL, enumerator
173 MHI_CH_EE_PBL = BIT(MHI_EE_PBL),
/openbmc/linux/drivers/accel/qaic/
H A Dmhi_controller.c472 } while (current_ee != MHI_EE_PBL && time_sec++ <= MAX_RESET_TIME_SEC); in mhi_reset_and_async_power_up()
475 if (current_ee == MHI_EE_PBL) in mhi_reset_and_async_power_up()
/openbmc/linux/drivers/bus/mhi/host/
H A Dinternal.h57 #define MHI_IN_PBL(ee) (ee == MHI_EE_PBL || ee == MHI_EE_PTHRU || \
60 #define MHI_FW_LOAD_CAPABLE(ee) (ee == MHI_EE_PBL || ee == MHI_EE_EDL)
H A Dinit.c26 [MHI_EE_PBL] = "PRIMARY BOOTLOADER",
H A Dmain.c519 case MHI_EE_PBL: in mhi_intvec_threaded_handler()