Home
last modified time | relevance | path

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

/linux/drivers/iommu/
H A Dtegra-smmu.c124 #define SMMU_ASID_MASK 0x7f macro
125 #define SMMU_ASID_VALUE(x) ((x) & SMMU_ASID_MASK)
356 value &= ~SMMU_ASID_MASK; in tegra_smmu_enable()
389 value &= ~SMMU_ASID_MASK; in tegra_smmu_disable()
1047 asid = value & SMMU_ASID_MASK; in tegra_smmu_swgroups_show()