Searched refs:icc_ops (Results 1 – 8 of 8) sorted by relevance
664 !mc->soc->icc_ops) in tegra_mc_interconnect_setup()669 mc->provider.set = mc->soc->icc_ops->set; in tegra_mc_interconnect_setup()670 mc->provider.aggregate = mc->soc->icc_ops->aggregate; in tegra_mc_interconnect_setup()671 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,
863 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()
1435 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra_emc_interconnect_init()
206 const struct tegra_mc_icc_ops *icc_ops; member