Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/bus/mhi/ep/
A Dmmio.c260 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()
A Dmain.c540 mhi_cntrl->event_rings, mhi_cntrl->hw_event_rings); in mhi_ep_cache_host_cfg()
543 ev_ctx_host_size = sizeof(struct mhi_event_ctxt) * mhi_cntrl->event_rings; in mhi_ep_cache_host_cfg()
615 ev_ctx_host_size = sizeof(struct mhi_event_ctxt) * mhi_cntrl->event_rings; in mhi_ep_free_host_cfg()
978 for (i = 0; i < mhi_cntrl->event_rings; i++) { in mhi_ep_abort_transfer()
1053 mhi_cntrl->mhi_event = kzalloc(mhi_cntrl->event_rings * (sizeof(*mhi_cntrl->mhi_event)), in mhi_ep_power_up()
1062 for (i = 0; i < mhi_cntrl->event_rings; i++) in mhi_ep_power_up()
/linux-6.3-rc2/include/linux/
A Dmhi_ep.h144 u32 event_rings; member

Completed in 7 milliseconds