Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iommu/
Dsun50i-iommu.c287 static void sun50i_table_flush(struct sun50i_iommu_domain *sun50i_domain, in sun50i_table_flush() argument
290 struct sun50i_iommu *iommu = sun50i_domain->iommu; in sun50i_table_flush()
326 struct sun50i_iommu_domain *sun50i_domain = to_sun50i_domain(domain); in sun50i_iommu_flush_iotlb_all() local
327 struct sun50i_iommu *iommu = sun50i_domain->iommu; in sun50i_iommu_flush_iotlb_all()
354 struct sun50i_iommu_domain *sun50i_domain; in sun50i_iommu_enable() local
361 sun50i_domain = to_sun50i_domain(iommu->domain); in sun50i_iommu_enable()
373 iommu_write(iommu, IOMMU_TTB_REG, sun50i_domain->dt_dma); in sun50i_iommu_enable()
481 static u32 *sun50i_dte_get_page_table(struct sun50i_iommu_domain *sun50i_domain, in sun50i_dte_get_page_table() argument
484 struct sun50i_iommu *iommu = sun50i_domain->iommu; in sun50i_dte_get_page_table()
490 dte_addr = &sun50i_domain->dt[sun50i_iova_get_dte_index(iova)]; in sun50i_dte_get_page_table()
[all …]