Home
last modified time | relevance | path

Searched refs:PSNx (Results 1 – 5 of 5) sorted by relevance

/dports/x11-drivers/xf86-video-chips/xf86-video-chips-1.4.0/util/
H A DmodClock.c51 unsigned int M, N, P, PSN, PSNx; in compute_clock() local
84 for (PSNx = ((ChipType == CT69000) || (ChipType == CT69030)) ? 1 : 0; in compute_clock()
85 PSNx <= 1; PSNx++) { in compute_clock()
89 PSN = PSNx ? 1 : 4; in compute_clock()
/dports/graphics/svgalib/svgalib-1.4.3/src/
H A Dsis.c691 int M, N, P, PSN, VLD, PSNx; in sisCalcClock() local
782 for (PSNx = 0; PSNx <= MAX_PSN ; PSNx++) { in sisCalcClock()
786 PSN = !PSNx ? 1 : 4; in sisCalcClock()
H A Dchips.c471 int M, N, P, PSN, PSNx; in ctCalcClock() local
517 for (PSNx = 0; PSNx <= 1; PSNx++) { in ctCalcClock()
521 PSN = PSNx ? 1 : 4; in ctCalcClock()
/dports/x11-drivers/xf86-video-sis/xf86-video-sis-0.12.0/src/
H A Dsis_dac.c222 int M, N, P , PSN, VLD , PSNx ; in SiSCalcClock() local
303 for(PSNx = 0; PSNx <= MAX_PSN ; PSNx++) { in SiSCalcClock()
308 PSN = !PSNx ? 1 : 4; in SiSCalcClock()
/dports/x11-drivers/xf86-video-chips/xf86-video-chips-1.4.0/src/
H A Dct_driver.c5057 int M, N, P = 0, PSN = 0, PSNx = 0; in chipsCalcClock() local
5114 for (PSNx = ((cPtr->Chipset == CHIPS_CT69000) || in chipsCalcClock()
5115 (cPtr->Chipset == CHIPS_CT69030)) ? 1 : 0; PSNx <= 1; PSNx++) { in chipsCalcClock()
5119 PSN = PSNx ? 1 : 4; in chipsCalcClock()