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

/linux-master/drivers/bus/mhi/ep/
H A Dmain.c192 (union mhi_ep_ring_ctx *)&mhi_cntrl->ch_ctx_cache[ch_id]);
208 tmp = le32_to_cpu(mhi_cntrl->ch_ctx_cache[ch_id].chcfg);
211 mhi_cntrl->ch_ctx_cache[ch_id].chcfg = cpu_to_le32(tmp);
264 tmp = le32_to_cpu(mhi_cntrl->ch_ctx_cache[ch_id].chcfg);
267 mhi_cntrl->ch_ctx_cache[ch_id].chcfg = cpu_to_le32(tmp);
298 tmp = le32_to_cpu(mhi_cntrl->ch_ctx_cache[ch_id].chcfg);
301 mhi_cntrl->ch_ctx_cache[ch_id].chcfg = cpu_to_le32(tmp);
654 (void __iomem **) &mhi_cntrl->ch_ctx_cache,
657 dev_err(dev, "Failed to allocate and map ch_ctx_cache\n");
707 (void __iomem *) mhi_cntrl->ch_ctx_cache, ch_ctx_host_siz
[all...]
/linux-master/include/linux/
H A Dmhi_ep.h83 * @ch_ctx_cache: Cache of host channel context data structure
131 struct mhi_chan_ctxt *ch_ctx_cache; member in struct:mhi_ep_cntrl

Completed in 125 milliseconds