Lines Matching refs:mc
25 struct tegra_mc *mc; member
143 offset &= ~(smmu->mc->soc->atom_size - 1); in smmu_flush_ptc()
145 if (smmu->mc->soc->num_address_bits > 32) { in smmu_flush_ptc()
602 struct tegra_mc *mc; in tegra_smmu_find() local
608 mc = platform_get_drvdata(pdev); in tegra_smmu_find()
609 if (!mc) in tegra_smmu_find()
612 return mc->smmu; in tegra_smmu_find()
680 struct tegra_mc *mc) in tegra_smmu_probe() argument
703 mc->smmu = smmu; in tegra_smmu_probe()
713 smmu->regs = mc->regs; in tegra_smmu_probe()
716 smmu->mc = mc; in tegra_smmu_probe()
718 smmu->pfn_mask = BIT_MASK(mc->soc->num_address_bits - PAGE_SHIFT) - 1; in tegra_smmu_probe()
720 mc->soc->num_address_bits, smmu->pfn_mask); in tegra_smmu_probe()