Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/bus/mhi/ep/
Dmain.c634 size_t cmd_ctx_host_size, ch_ctx_host_size, ev_ctx_host_size; in mhi_ep_cache_host_cfg() local
644 ch_ctx_host_size = sizeof(struct mhi_chan_ctxt) * mhi_cntrl->max_chan; in mhi_ep_cache_host_cfg()
655 ch_ctx_host_size); in mhi_ep_cache_host_cfg()
707 (void __iomem *) mhi_cntrl->ch_ctx_cache, ch_ctx_host_size); in mhi_ep_cache_host_cfg()
714 size_t cmd_ctx_host_size, ch_ctx_host_size, ev_ctx_host_size; in mhi_ep_free_host_cfg() local
716 ch_ctx_host_size = sizeof(struct mhi_chan_ctxt) * mhi_cntrl->max_chan; in mhi_ep_free_host_cfg()
727 (void __iomem *) mhi_cntrl->ch_ctx_cache, ch_ctx_host_size); in mhi_ep_free_host_cfg()