Lines Matching refs:dpll
215 temp = REG_READ(map->dpll);
217 REG_WRITE(map->dpll, temp);
218 REG_READ(map->dpll);
221 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE);
222 REG_READ(map->dpll);
225 REG_WRITE(map->dpll, temp | DPLL_VCO_ENABLE);
226 REG_READ(map->dpll);
303 temp = REG_READ(map->dpll);
305 REG_WRITE(map->dpll, temp & ~DPLL_VCO_ENABLE);
306 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);