Home
last modified time | relevance | path

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

/openbmc/linux/drivers/accel/qaic/
H A Dmhi_controller.c459 int current_ee; in mhi_reset_and_async_power_up() local
471 current_ee = mhi_get_exec_env(mhi_cntrl); in mhi_reset_and_async_power_up()
472 } 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 Dpm.c391 enum mhi_ee_type ee = MHI_EE_MAX, current_ee = mhi_cntrl->ee; in mhi_pm_mission_mode_transition() local
411 device_for_each_child(&mhi_cntrl->mhi_dev->dev, &current_ee, in mhi_pm_mission_mode_transition()
1085 enum mhi_ee_type current_ee; in mhi_async_power_up() local
1110 current_ee = mhi_get_exec_env(mhi_cntrl); in mhi_async_power_up()
1114 if (!MHI_POWER_UP_CAPABLE(current_ee)) { in mhi_async_power_up()
1116 TO_MHI_EXEC_STR(current_ee)); in mhi_async_power_up()
1123 TO_MHI_EXEC_STR(current_ee), mhi_state_str(state)); in mhi_async_power_up()
1152 next_state = MHI_IN_PBL(current_ee) ? in mhi_async_power_up()