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

/xsrc/external/mit/xf86-video-cirrus/dist/src/
H A DCirrusClk.c45 static cirrusClockRec cirrusClockTab[] = { variable in typeref:typename:cirrusClockRec[]
78 #define NU_FIXED_CLOCKS (sizeof(cirrusClockTab)/sizeof(cirrusClockTab[0]))
99 diff = abs(CLOCKVAL(cirrusClockTab[i].numer,
100 cirrusClockTab[i].denom) - freq);
102 num = cirrusClockTab[i].numer;
103 den = cirrusClockTab[i].denom;

Completed in 3 milliseconds