Home
last modified time | relevance | path

Searched refs:icc_ops (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/drivers/memory/tegra/
Dmc.c664 !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()
Dtegra124.c1276 .icc_ops = &tegra124_mc_icc_ops,
1308 .icc_ops = &tegra124_mc_icc_ops,
Dtegra20.c806 .icc_ops = &tegra20_mc_icc_ops,
Dtegra30.c1401 .icc_ops = &tegra30_mc_icc_ops,
Dtegra20-emc.c863 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra_emc_interconnect_init()
Dtegra124-emc.c1351 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra_emc_interconnect_init()
Dtegra30-emc.c1435 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra_emc_interconnect_init()
/Linux-v5.15/include/soc/tegra/
Dmc.h206 const struct tegra_mc_icc_ops *icc_ops; member