Lines Matching defs:ptr
194 struct mpu_rate * ptr;
199 for (ptr = omap1_rate_table; ptr->rate; ptr++) {
200 if (!(ptr->flags & cpu_mask))
203 if (ptr->xtal != ref_rate)
207 if (ptr->rate <= rate)
211 if (!ptr->rate)
218 omap_sram_reprogram_clock(ptr->dpllctl_val, ptr->ckctl_val);
221 ck_dpll1_p->rate = ptr->pll_rate;
279 struct mpu_rate * ptr;
287 for (ptr = omap1_rate_table; ptr->rate; ptr++) {
288 if (!(ptr->flags & cpu_mask))
291 if (ptr->xtal != ref_rate)
294 highest_rate = ptr->rate;
297 if (ptr->rate <= rate)