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

/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dvid_5530.c142 CS5530PLLENTRY CS5530_PLLtable[] = { variable in typeref:typename:CS5530PLLENTRY[]
182 #define NUM_CS5530_FREQUENCIES sizeof(CS5530_PLLtable)/sizeof(CS5530PLLENTRY)
463 value = CS5530_PLLtable[0].pll_value;
464 min = (long)CS5530_PLLtable[0].frequency - frequency;
468 diff = (long)CS5530_PLLtable[index].frequency - frequency;
473 value = CS5530_PLLtable[index].pll_value;
1023 if ((CS5530_PLLtable[index].pll_value & mask) == value)
1024 return (CS5530_PLLtable[index].frequency);
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dvid_5530.c39 CS5530PLLENTRY CS5530_PLLtable[] = { variable in typeref:typename:CS5530PLLENTRY[]
79 #define NUM_CS5530_FREQUENCIES sizeof(CS5530_PLLtable)/sizeof(CS5530PLLENTRY)
249 value = CS5530_PLLtable[0].pll_value;
250 min = (long) CS5530_PLLtable[0].frequency - frequency;
254 diff = (long) CS5530_PLLtable[index].frequency - frequency;
259 value = CS5530_PLLtable[index].pll_value;
827 if ((CS5530_PLLtable[index].pll_value & mask) == value)
828 return (CS5530_PLLtable[index].frequency);

Completed in 4 milliseconds