Home
last modified time | relevance | path

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

/openbmc/linux/drivers/memory/tegra/
H A Dmc.c826 !mc->soc->icc_ops) in tegra_mc_interconnect_setup()
831 mc->provider.set = mc->soc->icc_ops->set; in tegra_mc_interconnect_setup()
832 mc->provider.aggregate = mc->soc->icc_ops->aggregate; in tegra_mc_interconnect_setup()
833 mc->provider.get_bw = mc->soc->icc_ops->get_bw; in tegra_mc_interconnect_setup()
834 mc->provider.xlate = mc->soc->icc_ops->xlate; in tegra_mc_interconnect_setup()
835 mc->provider.xlate_extended = mc->soc->icc_ops->xlate_extended; in tegra_mc_interconnect_setup()
H A Dtegra186-emc.c273 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra_emc_interconnect_init()
348 if (mc && mc->soc->icc_ops) { in tegra186_emc_probe()
H A Dtegra124.c1276 .icc_ops = &tegra124_mc_icc_ops,
1308 .icc_ops = &tegra124_mc_icc_ops,
H A Dtegra20.c807 .icc_ops = &tegra20_mc_icc_ops,
H A Dtegra234.c1057 .icc_ops = &tegra234_mc_icc_ops,
H A Dtegra194.c1358 .icc_ops = &tegra_mc_icc_ops,
H A Dtegra30.c1401 .icc_ops = &tegra30_mc_icc_ops,
H A Dtegra20-emc.c1021 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra_emc_interconnect_init()
H A Dtegra124-emc.c1351 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra_emc_interconnect_init()
H A Dtegra30-emc.c1533 emc->provider.aggregate = soc->icc_ops->aggregate; in tegra_emc_interconnect_init()
/openbmc/linux/include/soc/tegra/
H A Dmc.h220 const struct tegra_mc_icc_ops *icc_ops; member