Lines Matching refs:mc
26 struct tegra_mc *mc; member
172 offset &= ~(smmu->mc->soc->atom_size - 1); in smmu_flush_ptc()
174 if (smmu->mc->soc->num_address_bits > 32) { in smmu_flush_ptc()
690 struct tegra_mc *mc; in tegra_smmu_find() local
696 mc = platform_get_drvdata(pdev); in tegra_smmu_find()
697 if (!mc) in tegra_smmu_find()
700 return mc->smmu; in tegra_smmu_find()
865 struct tegra_mc *mc) in tegra_smmu_probe() argument
888 mc->smmu = smmu; in tegra_smmu_probe()
898 smmu->regs = mc->regs; in tegra_smmu_probe()
901 smmu->mc = mc; in tegra_smmu_probe()
903 smmu->pfn_mask = BIT_MASK(mc->soc->num_address_bits - PAGE_SHIFT) - 1; in tegra_smmu_probe()
905 mc->soc->num_address_bits, smmu->pfn_mask); in tegra_smmu_probe()