Searched refs:icc_ops (Results 1 – 12 of 12) sorted by relevance
824 !mc->soc->icc_ops) in tegra_mc_interconnect_setup()829 mc->provider.set = mc->soc->icc_ops->set; in tegra_mc_interconnect_setup()830 mc->provider.aggregate = mc->soc->icc_ops->aggregate; in tegra_mc_interconnect_setup()831 mc->provider.get_bw = mc->soc->icc_ops->get_bw; in tegra_mc_interconnect_setup()832 mc->provider.xlate = mc->soc->icc_ops->xlate; in tegra_mc_interconnect_setup()833 mc->provider.xlate_extended = mc->soc->icc_ops->xlate_extended; in tegra_mc_interconnect_setup()
268 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra186_emc_interconnect_init()340 if (mc && mc->soc->icc_ops) { in tegra186_emc_probe()
305 .icc_ops = &tegra264_mc_icc_ops,
1276 .icc_ops = &tegra124_mc_icc_ops,1308 .icc_ops = &tegra124_mc_icc_ops,
779 .icc_ops = &tegra20_mc_icc_ops,
1147 .icc_ops = &tegra234_mc_icc_ops,
1358 .icc_ops = &tegra_mc_icc_ops,
1401 .icc_ops = &tegra30_mc_icc_ops,
1018 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra20_emc_interconnect_init()
1346 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra124_emc_interconnect_init()
1530 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra30_emc_interconnect_init()
197 const struct tegra_mc_icc_ops *icc_ops; member