Searched refs:icc_ops (Results 1 – 8 of 8) sorted by relevance
763 !mc->soc->icc_ops) in tegra_mc_interconnect_setup()768 mc->provider.set = mc->soc->icc_ops->set; in tegra_mc_interconnect_setup()769 mc->provider.aggregate = mc->soc->icc_ops->aggregate; in tegra_mc_interconnect_setup()770 mc->provider.xlate_extended = mc->soc->icc_ops->xlate_extended; in tegra_mc_interconnect_setup()
1276 .icc_ops = &tegra124_mc_icc_ops,1308 .icc_ops = &tegra124_mc_icc_ops,
806 .icc_ops = &tegra20_mc_icc_ops,
1401 .icc_ops = &tegra30_mc_icc_ops,
1034 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra_emc_interconnect_init()
1351 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra_emc_interconnect_init()
1546 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra_emc_interconnect_init()
210 const struct tegra_mc_icc_ops *icc_ops; member