Lines Matching refs:dpll
223 temp = REG_READ(map->dpll);
225 REG_WRITE(map->dpll, temp);
226 REG_READ(map->dpll);
229 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE);
230 REG_READ(map->dpll);
233 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE);
234 REG_READ(map->dpll);
311 temp = REG_READ(map->dpll);
313 REG_WRITE(map->dpll, temp & ~DPLL_VCO_ENABLE);
314 REG_READ(map->dpll);
595 crtc_state->saveDPLL = REG_READ(map->dpll);
634 REG_WRITE(map->dpll,
636 REG_READ(map->dpll);
646 REG_WRITE(map->dpll, crtc_state->saveDPLL);
647 REG_READ(map->dpll);