Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iommu/
Dsun50i-iommu.c139 static void iommu_write(struct sun50i_iommu *iommu, u32 offset, u32 value) in iommu_write() function
304 iommu_write(iommu, in sun50i_iommu_flush_all_tlb()
373 iommu_write(iommu, IOMMU_TTB_REG, sun50i_domain->dt_dma); in sun50i_iommu_enable()
374 iommu_write(iommu, IOMMU_TLB_PREFETCH_REG, in sun50i_iommu_enable()
381 iommu_write(iommu, IOMMU_INT_ENABLE_REG, IOMMU_INT_MASK); in sun50i_iommu_enable()
382 iommu_write(iommu, IOMMU_DM_AUT_CTRL_REG(SUN50I_IOMMU_ACI_NONE), in sun50i_iommu_enable()
396 iommu_write(iommu, IOMMU_DM_AUT_CTRL_REG(SUN50I_IOMMU_ACI_RD), in sun50i_iommu_enable()
404 iommu_write(iommu, IOMMU_DM_AUT_CTRL_REG(SUN50I_IOMMU_ACI_WR), in sun50i_iommu_enable()
418 iommu_write(iommu, IOMMU_AUTO_GATING_REG, IOMMU_AUTO_GATING_ENABLE); in sun50i_iommu_enable()
419 iommu_write(iommu, IOMMU_ENABLE_REG, IOMMU_ENABLE_ENABLE); in sun50i_iommu_enable()
[all …]
/Linux-v6.1/arch/sparc/kernel/
Diommu.c43 #define iommu_write(__reg, __val) \ macro
54 iommu_write(iommu->iommu_flushinv, ~(u64)0); in iommu_flushall()
61 iommu_write(tag, 0); in iommu_flushall()
334 iommu_write(flushreg, ctx); in strbuf_flush()
342 iommu_write(flushreg, ctx); in strbuf_flush()
357 iommu_write(strbuf->strbuf_pflush, vaddr); in strbuf_flush()
369 iommu_write(strbuf->strbuf_fsync, strbuf->strbuf_flushflag_pa); in strbuf_flush()