Home
last modified time | relevance | path

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

/openbmc/linux/drivers/bus/mhi/ep/
H A Dmain.c566 size_t cmd_ctx_host_size, ch_ctx_host_size, ev_ctx_host_size; in mhi_ep_cache_host_cfg() local
577 ev_ctx_host_size = sizeof(struct mhi_event_ctxt) * mhi_cntrl->event_rings; in mhi_ep_cache_host_cfg()
600 ev_ctx_host_size); in mhi_ep_cache_host_cfg()
635 (void __iomem *) mhi_cntrl->ev_ctx_cache, ev_ctx_host_size); in mhi_ep_cache_host_cfg()
646 size_t cmd_ctx_host_size, ch_ctx_host_size, ev_ctx_host_size; in mhi_ep_free_host_cfg() local
649 ev_ctx_host_size = sizeof(struct mhi_event_ctxt) * mhi_cntrl->event_rings; in mhi_ep_free_host_cfg()
656 (void __iomem *) mhi_cntrl->ev_ctx_cache, ev_ctx_host_size); in mhi_ep_free_host_cfg()