Searched refs:sun50i_domain (Results 1 – 1 of 1) sorted by relevance
288 static void sun50i_table_flush(struct sun50i_iommu_domain *sun50i_domain, in sun50i_table_flush() argument291 struct sun50i_iommu *iommu = sun50i_domain->iommu; in sun50i_table_flush()327 struct sun50i_iommu_domain *sun50i_domain = to_sun50i_domain(domain); in sun50i_iommu_flush_iotlb_all() local328 struct sun50i_iommu *iommu = sun50i_domain->iommu; in sun50i_iommu_flush_iotlb_all()355 struct sun50i_iommu_domain *sun50i_domain; in sun50i_iommu_enable() local362 sun50i_domain = to_sun50i_domain(iommu->domain); in sun50i_iommu_enable()374 iommu_write(iommu, IOMMU_TTB_REG, sun50i_domain->dt_dma); in sun50i_iommu_enable()482 static u32 *sun50i_dte_get_page_table(struct sun50i_iommu_domain *sun50i_domain, in sun50i_dte_get_page_table() argument485 struct sun50i_iommu *iommu = sun50i_domain->iommu; in sun50i_dte_get_page_table()491 dte_addr = &sun50i_domain->dt[sun50i_iova_get_dte_index(iova)]; in sun50i_dte_get_page_table()[all …]