Searched refs:DPLL_VCO_ENABLE (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/xf86-video-intel-old/dist/src/
H A Di830_display.c1122 if ((temp & DPLL_VCO_ENABLE) == 0)
1128 OUTREG(dpll_reg, temp | DPLL_VCO_ENABLE);
1132 OUTREG(dpll_reg, temp | DPLL_VCO_ENABLE);
1221 if ((temp & DPLL_VCO_ENABLE) != 0) {
1222 OUTREG(dpll_reg, temp & ~DPLL_VCO_ENABLE);
1732 dpll |= DPLL_VCO_ENABLE;
1751 if (dpll & DPLL_VCO_ENABLE)
1754 OUTREG(dpll_reg, dpll & ~DPLL_VCO_ENABLE);
H A Di830_driver.c1950 if (pI830->saveDPLL_A & DPLL_VCO_ENABLE)
1953 OUTREG(DPLL_A, pI830->saveDPLL_A & ~DPLL_VCO_ENABLE);
2018 if (pI830->saveDPLL_B & DPLL_VCO_ENABLE)
2021 OUTREG(DPLL_B, pI830->saveDPLL_B & ~DPLL_VCO_ENABLE);
H A Di830_debug.c306 char *enabled = val & DPLL_VCO_ENABLE ? "enabled" : "disabled";
1042 char *enable = val & DPLL_VCO_ENABLE ? "enable" : "disable";
H A Di810_reg.h959 # define DPLL_VCO_ENABLE (1 << 31) macro
/xsrc/external/mit/xf86-video-intel/dist/src/legacy/i810/
H A Di810_reg.h959 # define DPLL_VCO_ENABLE (1 << 31) macro
/xsrc/external/mit/xf86-video-intel-2014/dist/src/legacy/i810/
H A Di810_reg.h959 # define DPLL_VCO_ENABLE (1 << 31) macro

Completed in 49 milliseconds