Searched refs:event_rings (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/bus/mhi/ep/
H A Dmmio.c260 mhi_cntrl->event_rings = FIELD_GET(MHICFG_NER_MASK, regval);
271 mhi_cntrl->event_rings = FIELD_GET(MHICFG_NER_MASK, regval);
H A Dmain.c642 mhi_cntrl->event_rings, mhi_cntrl->hw_event_rings);
645 ev_ctx_host_size = sizeof(struct mhi_event_ctxt) * mhi_cntrl->event_rings;
717 ev_ctx_host_size = sizeof(struct mhi_event_ctxt) * mhi_cntrl->event_rings;
1077 for (i = 0; i < mhi_cntrl->event_rings; i++) {
1152 mhi_cntrl->mhi_event = kcalloc(mhi_cntrl->event_rings,
1162 for (i = 0; i < mhi_cntrl->event_rings; i++)
/linux-master/include/linux/
H A Dmhi_ep.h113 * @event_rings: Number of event rings supported by the endpoint controller
172 u32 event_rings; member in struct:mhi_ep_cntrl

Completed in 244 milliseconds