Lines Matching defs:emc
8 #include "tegra210-emc.h"
15 struct tegra210_emc *emc = dev_get_drvdata(dev);
35 if (emc->derated) {
40 if (emc->nominal) {
41 if (count != emc->num_timings) {
43 count, emc->num_timings);
48 emc->derated = timings;
50 emc->num_timings = count;
51 emc->nominal = timings;
65 struct tegra210_emc *emc = dev_get_drvdata(dev);
67 if ((emc->nominal && timings != emc->nominal) &&
68 (emc->derated && timings != emc->derated))
89 RESERVEDMEM_OF_DECLARE(tegra210_emc_table, "nvidia,tegra210-emc-table",