Searched refs:smmu_write (Results 1 – 1 of 1) sorted by relevance
/drivers/iommu/ |
D | tegra-smmu.c | 355 static inline void smmu_write(struct smmu_device *smmu, u32 val, size_t offs) in smmu_write() function 409 smmu_write(smmu, val, offs); in __smmu_client_set_hwgrp() 420 smmu_write(smmu, val, offs); in __smmu_client_set_hwgrp() 446 smmu_write(smmu, SMMU_PTC_FLUSH_TYPE_ALL, SMMU_PTC_FLUSH); in smmu_flush_regs() 450 smmu_write(smmu, val, SMMU_TLB_FLUSH); in smmu_flush_regs() 453 smmu_write(smmu, SMMU_CONFIG_ENABLE, SMMU_CONFIG); in smmu_flush_regs() 466 smmu_write(smmu, SMMU_PTB_ASID_CUR(as->asid), SMMU_PTB_ASID); in smmu_setup_regs() 470 smmu_write(smmu, val, SMMU_PTB_DATA); in smmu_setup_regs() 476 smmu_write(smmu, smmu->translation_enable_0, SMMU_TRANSLATION_ENABLE_0); in smmu_setup_regs() 477 smmu_write(smmu, smmu->translation_enable_1, SMMU_TRANSLATION_ENABLE_1); in smmu_setup_regs() [all …]
|