Searched refs:dpll_md_reg (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_crt.c123 int dpll_md_reg; local in function:i830_crt_mode_set
127 dpll_md_reg = DPLL_A_MD;
129 dpll_md_reg = DPLL_B_MD;
136 dpll_md = INREG(dpll_md_reg);
137 OUTREG(dpll_md_reg, dpll_md & ~DPLL_MD_UDI_MULTIPLIER_MASK);
H A Di830_display.c1505 int dpll_md_reg = (pipe == 0) ? DPLL_A_MD : DPLL_B_MD; local in function:i830_crtc_mode_set
1815 OUTREG(dpll_md_reg, (0 << DPLL_MD_UDI_DIVIDER_SHIFT) |

Completed in 5 milliseconds