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

/xsrc/external/mit/xf86-video-chips/dist/util/
H A DmodClock.c49 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 Dxgi_dac.c172 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 Dsis_dac.c222 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 Dct_driver.c5014 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