Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/memory/tegra/
Dmc.c763 !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()
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.c1034 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.c1546 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra_emc_interconnect_init()
/Linux-v6.1/include/soc/tegra/
Dmc.h210 const struct tegra_mc_icc_ops *icc_ops; member