Searched refs:MHI_EE_AMSS (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/bus/mhi/host/ |
H A D | pci_generic.c | 60 .ee_mask = BIT(MHI_EE_AMSS), \ 75 .ee_mask = BIT(MHI_EE_AMSS), \ 90 .ee_mask = BIT(MHI_EE_AMSS), \ 119 .ee_mask = BIT(MHI_EE_AMSS), \ 134 .ee_mask = BIT(MHI_EE_AMSS), \ 1163 mhi_cntrl->ee != MHI_EE_AMSS) in mhi_pci_runtime_suspend() 1199 mhi_cntrl->ee != MHI_EE_AMSS) in mhi_pci_runtime_resume()
|
H A D | internal.h | 59 #define MHI_POWER_UP_CAPABLE(ee) (MHI_IN_PBL(ee) || ee == MHI_EE_AMSS) 61 #define MHI_IN_MISSION_MODE(ee) (ee == MHI_EE_AMSS || ee == MHI_EE_WFW || \
|
H A D | init.c | 28 [MHI_EE_AMSS] = "MISSION MODE",
|
H A D | main.c | 910 case MHI_EE_AMSS: in mhi_process_ctrl_ev_ring()
|
/openbmc/linux/include/linux/ |
H A D | mhi.h | 125 MHI_EE_AMSS, enumerator 175 MHI_CH_EE_AMSS = BIT(MHI_EE_AMSS),
|
/openbmc/linux/drivers/bus/mhi/ep/ |
H A D | sm.c | 87 ret = mhi_ep_send_ee_event(mhi_cntrl, MHI_EE_AMSS); in mhi_ep_set_m0_state()
|
H A D | main.c | 756 mhi_ep_mmio_set_env(mhi_cntrl, MHI_EE_AMSS); in mhi_ep_enable() 1151 mhi_ep_mmio_set_env(mhi_cntrl, MHI_EE_AMSS); in mhi_ep_power_up() 1503 mhi_ep_mmio_set_env(mhi_cntrl, MHI_EE_AMSS); in mhi_ep_register_controller()
|