Home
last modified time | relevance | path

Searched refs:MHI_FW_LOAD_CAPABLE (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/bus/mhi/host/
H A Dinternal.h60 #define MHI_FW_LOAD_CAPABLE(ee) (ee == MHI_EE_PBL || ee == MHI_EE_EDL) macro
H A Dboot.c421 if (!MHI_FW_LOAD_CAPABLE(mhi_cntrl->ee)) in mhi_fw_load_handler()