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

  /xsrc/external/mit/xf86-video-ati/dist/src/
legacy_output.c 203 uint32_t ppll_div_sel, ppll_val; local
205 ppll_div_sel = INREG8(RADEON_CLOCK_CNTL_INDEX + 1) & 0x3;
207 ppll_val = INPLL(pScrn, RADEON_PPLL_DIV_0 + ppll_div_sel);
radeon_driver.c 1012 unsigned char ppll_div_sel; local
1082 ppll_div_sel = INREG8(RADEON_CLOCK_CNTL_INDEX + 1) & 0x3;
1085 n = (INPLL(pScrn, RADEON_PPLL_DIV_0 + ppll_div_sel) & 0x7ff);
1091 switch ((INPLL(pScrn, RADEON_PPLL_DIV_0 + ppll_div_sel) >> 16) & 0x7) {

Completed in 10 milliseconds