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

  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_crtc.c 400 save->htotal_cntl = 0;
541 OUTPLL(R128_HTOTAL_CNTL, restore->htotal_cntl);
553 restore->htotal_cntl,
910 info->ModeReg.htotal_cntl = info->SavedReg.htotal_cntl;
r128.h 227 uint32_t htotal_cntl; member in struct:__anon167
r128_driver.c 2398 save->htotal_cntl = INPLL(pScrn, R128_HTOTAL_CNTL);
2404 save->htotal_cntl));
  /xsrc/external/mit/xf86-video-ati/dist/src/
legacy_crtc.c 389 OUTPLL(pScrn, RADEON_HTOTAL_CNTL, restore->htotal_cntl);
402 (unsigned)restore->htotal_cntl,
604 save->htotal_cntl = INPLL(pScrn, RADEON_HTOTAL_CNTL);
611 (unsigned)save->htotal_cntl);
1225 save->htotal_cntl = 0;
1271 save->htotal_cntl = mode->HTotal & 0x7;
1820 info->ModeReg->htotal_cntl = info->SavedReg->htotal_cntl;
radeon_probe.h 650 uint32_t htotal_cntl; member in struct:__anon6870
radeon_tv.c 1141 save->htotal_cntl = (constPtr->horTotal & 0x7 /*0xf*/) | RADEON_HTOT_CNTL_VGA_EN;

Completed in 13 milliseconds