Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/bus/mhi/ep/
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()
Dmain.c642 mhi_cntrl->event_rings, mhi_cntrl->hw_event_rings); in mhi_ep_cache_host_cfg()
645 ev_ctx_host_size = sizeof(struct mhi_event_ctxt) * mhi_cntrl->event_rings; in mhi_ep_cache_host_cfg()
717 ev_ctx_host_size = sizeof(struct mhi_event_ctxt) * mhi_cntrl->event_rings; in mhi_ep_free_host_cfg()
1077 for (i = 0; i < mhi_cntrl->event_rings; i++) { in mhi_ep_abort_transfer()
1152 mhi_cntrl->mhi_event = kcalloc(mhi_cntrl->event_rings, in mhi_ep_power_up()
1162 for (i = 0; i < mhi_cntrl->event_rings; i++) in mhi_ep_power_up()
/linux-6.12.1/include/linux/
Dmhi_ep.h172 u32 event_rings; member