Lines Matching defs:offset
70 unsigned long offset)
72 writel(value, smmu->regs + offset);
75 static inline u32 smmu_readl(struct tegra_smmu *smmu, unsigned long offset)
77 return readl(smmu->regs + offset);
182 unsigned long offset)
186 offset &= ~(smmu->mc->soc->atom_size - 1);
197 value = (dma + offset) | SMMU_PTC_FLUSH_TYPE_ADR;
542 unsigned long offset = pd_index * sizeof(*pd);
548 dma_sync_single_range_for_device(smmu->dev, as->pd_dma, offset,
552 smmu_flush_ptc(smmu, as->pd_dma, offset);
653 unsigned long offset = SMMU_OFFSET_IN_PAGE(pte);
657 dma_sync_single_range_for_device(smmu->dev, pte_dma, offset,
659 smmu_flush_ptc(smmu, pte_dma, offset);