Searched refs:m4u_dom (Results 1 – 3 of 3) sorted by relevance
235 struct iommu_domain *domain = &data->m4u_dom->domain; in mtk_iommu_tlb_flush_page_nosync()250 struct mtk_iommu_domain *dom = data->m4u_dom; in mtk_iommu_isr()395 if (!data->m4u_dom) { in mtk_iommu_attach_device()396 data->m4u_dom = dom; in mtk_iommu_attach_device()802 struct mtk_iommu_domain *m4u_dom = data->m4u_dom; in mtk_iommu_resume() local819 if (m4u_dom) in mtk_iommu_resume()820 writel(m4u_dom->cfg.arm_v7s_cfg.ttbr & MMU_PT_ADDR_MASK, in mtk_iommu_resume()
163 struct mtk_iommu_domain *dom = data->m4u_dom; in mtk_iommu_isr()223 struct mtk_iommu_domain *dom = data->m4u_dom; in mtk_iommu_domain_finalise()276 if (!data->m4u_dom) { in mtk_iommu_attach_device()277 data->m4u_dom = dom; in mtk_iommu_attach_device()280 data->m4u_dom = NULL; in mtk_iommu_attach_device()671 writel_relaxed(data->m4u_dom->pgt_pa, base + REG_MMU_PT_BASE_ADDR); in mtk_iommu_resume()
63 struct mtk_iommu_domain *m4u_dom; member