Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/bus/mhi/ep/
Dmain.c192 (union mhi_ep_ring_ctx *)&mhi_cntrl->ch_ctx_cache[ch_id]); in mhi_ep_process_cmd_ring()
208 tmp = le32_to_cpu(mhi_cntrl->ch_ctx_cache[ch_id].chcfg); in mhi_ep_process_cmd_ring()
211 mhi_cntrl->ch_ctx_cache[ch_id].chcfg = cpu_to_le32(tmp); in mhi_ep_process_cmd_ring()
264 tmp = le32_to_cpu(mhi_cntrl->ch_ctx_cache[ch_id].chcfg); in mhi_ep_process_cmd_ring()
267 mhi_cntrl->ch_ctx_cache[ch_id].chcfg = cpu_to_le32(tmp); in mhi_ep_process_cmd_ring()
298 tmp = le32_to_cpu(mhi_cntrl->ch_ctx_cache[ch_id].chcfg); in mhi_ep_process_cmd_ring()
301 mhi_cntrl->ch_ctx_cache[ch_id].chcfg = cpu_to_le32(tmp); in mhi_ep_process_cmd_ring()
654 (void __iomem **) &mhi_cntrl->ch_ctx_cache, in mhi_ep_cache_host_cfg()
707 (void __iomem *) mhi_cntrl->ch_ctx_cache, ch_ctx_host_size); in mhi_ep_cache_host_cfg()
727 (void __iomem *) mhi_cntrl->ch_ctx_cache, ch_ctx_host_size); in mhi_ep_free_host_cfg()
[all …]
/linux-6.12.1/include/linux/
Dmhi_ep.h131 struct mhi_chan_ctxt *ch_ctx_cache; member