Lines Matching defs:emc
8 #include "tegra210-emc.h"
15 struct tegra210_emc *emc = dev_get_drvdata(dev);
33 if (emc->derated) {
38 if (emc->nominal) {
39 if (count != emc->num_timings) {
41 count, emc->num_timings);
46 emc->derated = timings;
48 emc->num_timings = count;
49 emc->nominal = timings;
63 struct tegra210_emc *emc = dev_get_drvdata(dev);
65 if ((emc->nominal && timings != emc->nominal) &&
66 (emc->derated && timings != emc->derated))
87 RESERVEDMEM_OF_DECLARE(tegra210_emc_table, "nvidia,tegra210-emc-table",