Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds