Searched refs:dpll_reg (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/xf86-video-intel-old/dist/src/ | ||
| H A D | i830_display.c | 1114 int dpll_reg = (pipe == 0) ? DPLL_A : DPLL_B; local in function:i830_crtc_enable 1121 temp = INREG(dpll_reg); 1124 OUTREG(dpll_reg, temp); 1125 POSTING_READ(dpll_reg); 1128 OUTREG(dpll_reg, temp | DPLL_VCO_ENABLE); 1129 POSTING_READ(dpll_reg); 1132 OUTREG(dpll_reg, temp | DPLL_VCO_ENABLE); 1133 POSTING_READ(dpll_reg); 1171 int dpll_reg = (pipe == 0) ? DPLL_A : DPLL_B; local in function:i830_crtc_disable 1220 temp = INREG(dpll_reg); 1504 int dpll_reg = (pipe == 0) ? DPLL_A : DPLL_B; local in function:i830_crtc_mode_set [all...] |
| H A D | i830_dvo.c | 206 int dpll_reg = (pipe == 0) ? DPLL_A : DPLL_B; local in function:i830_dvo_mode_set 236 OUTREG(dpll_reg, INREG(dpll_reg) | DPLL_DVO_HIGH_SPEED); |
Completed in 5 milliseconds