Searched refs:low_N (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-chips/dist/util/
H A DmodClock.c84 unsigned int low_N, high_N; local in function:compute_clock
89 low_N = 3;
92 while (Fref / (PSN * low_N) > (((ChipType == CT69000) ||
94 low_N++;
99 for (N = low_N; N <= high_N; N++) {
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_dac.c214 int low_N, high_N; local in function:XGICalcClock
219 low_N = 2;
226 for(N = low_N; N <= high_N; N++) {
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_dac.c261 int low_N = 2; local in function:SiSCalcClock
274 for(N = low_N; N <= high_N; N++) {
305 int low_N, high_N; local in function:SiSCalcClock
310 low_N = 2;
317 for(N = low_N; N <= high_N; N++) {
/xsrc/external/mit/xf86-video-chips/dist/src/
H A Dct_driver.c5073 int low_N, high_N; local in function:chipsCalcClock
5078 low_N = 3;
5081 while (Fref / (PSN * low_N) > (((cPtr->Chipset == CHIPS_CT69000) ||
5083 low_N++;
5088 for (N = low_N; N <= high_N; N++) {

Completed in 13 milliseconds