Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dtegra-smmu.c121 #define SMMU_ASID_MASK 0x7f macro
122 #define SMMU_ASID_VALUE(x) ((x) & SMMU_ASID_MASK)
368 value &= ~SMMU_ASID_MASK; in tegra_smmu_enable()
401 value &= ~SMMU_ASID_MASK; in tegra_smmu_disable()
1026 asid = value & SMMU_ASID_MASK; in tegra_smmu_swgroups_show()