Lines Matching defs:m4u_dom
249 struct mtk_iommu_domain *m4u_dom; /* Each bank has a domain */
268 struct mutex mutex; /* Protect m4u_group/m4u_dom above */
459 struct mtk_iommu_domain *dom = bank->m4u_dom;
745 if (!bank->m4u_dom) { /* Initialize the M4U HW for each a BANK */
757 bank->m4u_dom = dom;
1312 bank->m4u_dom = NULL;
1413 if (!bank->m4u_dom)
1448 struct mtk_iommu_domain *m4u_dom;
1472 m4u_dom = data->bank[i].m4u_dom;
1473 if (!data->plat_data->banks_enable[i] || !m4u_dom)
1479 writel(m4u_dom->cfg.arm_v7s_cfg.ttbr, base + REG_MMU_PT_BASE_ADDR);