Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iommu/
H A Dtegra-smmu.c122 #define SMMU_ASID_MASK 0x7f macro
123 #define SMMU_ASID_VALUE(x) ((x) & SMMU_ASID_MASK)
357 value &= ~SMMU_ASID_MASK; in tegra_smmu_enable()
390 value &= ~SMMU_ASID_MASK; in tegra_smmu_disable()
1017 asid = value & SMMU_ASID_MASK; in tegra_smmu_swgroups_show()