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

/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A DCirrusClk.c24 /* CLOCK_FACTOR is double the osc freq in kHz (osc = 14.31818 MHz) */
25 #define CLOCK_FACTOR 28636 macro
30 #define MIN_VCO CLOCK_FACTOR
33 /* clock in kHz is (numer * CLOCK_FACTOR / (denom & 0x3E)) >> (denom & 1) */
35 ((((n) & 0x7F) * CLOCK_FACTOR / ((d) & 0x3E)) )

Completed in 2 milliseconds