Searched refs:PSNx (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/xf86-video-chips/dist/util/ |
| H A D | modClock.c | 49 unsigned int M, N, P, PSN, PSNx; local in function:compute_clock 82 for (PSNx = ((ChipType == CT69000) || (ChipType == CT69030)) ? 1 : 0; 83 PSNx <= 1; PSNx++) { 87 PSN = PSNx ? 1 : 4;
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_dac.c | 172 int M, N, P , PSN, VLD , PSNx ; local in function:XGICalcClock 212 for(PSNx = 0; PSNx <= MAX_PSN ; PSNx++) { 217 PSN = !PSNx ? 1 : 4;
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_dac.c | 222 int M, N, P , PSN, VLD , PSNx ; local in function:SiSCalcClock 303 for(PSNx = 0; PSNx <= MAX_PSN ; PSNx++) { 308 PSN = !PSNx ? 1 : 4;
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| H A D | ct_driver.c | 5014 int M, N, P = 0, PSN = 0, PSNx = 0; local in function:chipsCalcClock 5071 for (PSNx = ((cPtr->Chipset == CHIPS_CT69000) || 5072 (cPtr->Chipset == CHIPS_CT69030)) ? 1 : 0; PSNx <= 1; PSNx++) { 5076 PSN = PSNx ? 1 : 4;
|
Completed in 14 milliseconds