HomeSort by: relevance | last modified time | path
    Searched refs:saveDPLL_B (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_driver.c 1809 pI830->saveDPLL_B = INREG(DPLL_B);
2018 if (pI830->saveDPLL_B & DPLL_VCO_ENABLE)
2021 OUTREG(DPLL_B, pI830->saveDPLL_B & ~DPLL_VCO_ENABLE);
2027 OUTREG(DPLL_B, pI830->saveDPLL_B);
2033 OUTREG(DPLL_B, pI830->saveDPLL_B);
i830.h 555 uint32_t saveDPLL_B;

Completed in 7 milliseconds