Searched refs:ClockDivFactor (Results 1 - 14 of 14) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Mode.c245 * and the clock values scaled by ClockMulFactor and ClockDivFactor
257 DivFactor = max(1, cp->ClockDivFactor);
353 DivFactor = cp->ClockDivFactor;
357 cp->ClockDivFactor,
493 cp->ClockDivFactor = max(1, cp->ClockDivFactor);
546 DivFactor = cp->ClockDivFactor;
556 DivFactor = cp->ClockDivFactor;
570 cp->ClockDivFactor, cp->ClockMulFactor, &k);
577 ((scrp->clock[i] * cp->ClockDivFactor) /
[all...]
H A Dxf86str.h240 int ClockDivFactor; member in struct:x_ClockRange
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Mode.c244 * and the clock values scaled by ClockMulFactor and ClockDivFactor
256 DivFactor = max(1, cp->ClockDivFactor);
353 DivFactor = cp->ClockDivFactor;
357 cp->ClockDivFactor,
497 cp->ClockDivFactor = max(1, cp->ClockDivFactor);
553 DivFactor = cp->ClockDivFactor;
563 DivFactor = cp->ClockDivFactor;
577 cp->ClockDivFactor, cp->ClockMulFactor,
585 ((scrp->clock[i] * cp->ClockDivFactor) /
[all...]
H A Dxf86str.h153 int ClockDivFactor; member in struct:x_ClockRange
/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_merge.c456 clockRanges->ClockDivFactor = 1;
H A Dmga_driver.c2354 clockRanges->ClockDivFactor = 1;
/xsrc/external/mit/xf86-video-vboxvideo/dist/src/
H A Dvboxvideo.c916 pScrn->clockRanges->ClockDivFactor = 1;
/xsrc/external/mit/xf86-video-vmware/dist/src/
H A Dvmware.c674 clockRanges->ClockDivFactor = 1;
/xsrc/external/mit/xf86-video-qxl/dist/src/
H A Dqxl_driver.c1140 clockRanges->ClockMulFactor = clockRanges->ClockDivFactor = 1;
/xsrc/external/mit/xf86-video-tseng/dist/src/
H A Dtseng_mode.c904 pTseng->clockRange.ClockDivFactor = 1;
/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A Dalp_driver.c970 clockRanges->ClockDivFactor = 1;
H A Dlg_driver.c899 clockRanges->ClockDivFactor = 1;
/xsrc/external/mit/xf86-video-i128/dist/src/
H A Di128_driver.c1021 clockRanges->ClockDivFactor = 1;
/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_driver.c2125 clockRanges->ClockDivFactor = 1.0;

Completed in 30 milliseconds