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()
529 mhi_cntrl->event_rings, mhi_cntrl->hw_event_rings); in mhi_ep_cache_host_cfg()532 ev_ctx_host_size = sizeof(struct mhi_event_ctxt) * mhi_cntrl->event_rings; in mhi_ep_cache_host_cfg()604 ev_ctx_host_size = sizeof(struct mhi_event_ctxt) * mhi_cntrl->event_rings; in mhi_ep_free_host_cfg()954 for (i = 0; i < mhi_cntrl->event_rings; i++) { in mhi_ep_abort_transfer()1048 mhi_cntrl->mhi_event = kzalloc(mhi_cntrl->event_rings * (sizeof(*mhi_cntrl->mhi_event)), in mhi_ep_power_up()1057 for (i = 0; i < mhi_cntrl->event_rings; i++) in mhi_ep_power_up()
144 u32 event_rings; member