Lines Matching refs:from
39 * @from: from clockdomain
43 const char *from;
169 * from the 32K counter. The BUG applies for GPTIMER1 and WDT2 which
173 {.from = "mpuss_clkdm", .to = "l3_emif_clkdm"},
174 {.from = "mpuss_clkdm", .to = "l3_1_clkdm"},
175 {.from = "mpuss_clkdm", .to = "l3_2_clkdm"},
176 {.from = "ducati_clkdm", .to = "l3_1_clkdm"},
177 {.from = "ducati_clkdm", .to = "l3_2_clkdm"},
178 {.from = NULL} /* TERMINATION */
182 {.from = "mpu_clkdm", .to = "emif_clkdm"},
183 {.from = NULL} /* TERMINATION */
193 struct clockdomain *from, *to;
198 while (map->from) {
199 from = clkdm_lookup(map->from);
201 if (!from || !to) {
203 map->from, map->to);
206 ret = clkdm_add_wkdep(from, to);
209 map->from, map->to, ret);