Searched refs:event_rings (Results 1 – 3 of 3) sorted by relevance
260 mhi_cntrl->event_rings = FIELD_GET(MHICFG_NER_MASK, regval); in mhi_ep_mmio_init()271 mhi_cntrl->event_rings = FIELD_GET(MHICFG_NER_MASK, regval); in mhi_ep_mmio_update_ner()
626 mhi_cntrl->event_rings, mhi_cntrl->hw_event_rings); in mhi_ep_cache_host_cfg()629 ev_ctx_host_size = sizeof(struct mhi_event_ctxt) * mhi_cntrl->event_rings; in mhi_ep_cache_host_cfg()701 ev_ctx_host_size = sizeof(struct mhi_event_ctxt) * mhi_cntrl->event_rings; in mhi_ep_free_host_cfg()1061 for (i = 0; i < mhi_cntrl->event_rings; i++) { in mhi_ep_abort_transfer()1136 mhi_cntrl->mhi_event = kzalloc(mhi_cntrl->event_rings * (sizeof(*mhi_cntrl->mhi_event)), in mhi_ep_power_up()1145 for (i = 0; i < mhi_cntrl->event_rings; i++) in mhi_ep_power_up()
172 u32 event_rings; member