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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/geode/
H A Dvideo_gx.c122 const struct gx_pll_entry *pll_table; local
131 pll_table = gx_pll_table_14MHz;
134 pll_table = gx_pll_table_48MHz;
140 min = abs(pll_table[0].pixclock - info->var.pixclock);
142 diff = abs(pll_table[i].pixclock - info->var.pixclock);
154 dotpll |= (u64)pll_table[best_i].dotpll_value << 32;
164 sys_rstpll |= pll_table[best_i].sys_rstpll_bits;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/shared/
H A Dhndmips.c837 uint32 (*pll_table)[4] = pll25mhz_table;
845 pll_table = pll25mhz_table_4706L;
861 for (idx = 0; pll_table[idx][0] != 0; idx++) {
862 if ((mipsclock <= pll_table[idx][0]) &&
863 ((ddrclock == 0) || (ddrclock <= pll_table[idx][1])) &&
864 ((axiclock == 0) || (axiclock <= pll_table[idx][2])))
868 if (pll_table[idx][0] == 0) {
876 if (R_REG(osh, &cc->pllcontrol_data) != pll_table[idx][i + 3]) {
877 W_REG(osh, &cc->pllcontrol_data, pll_table[idx][i + 3]);
916 uint32 (*pll_table)[
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/video/
H A Dw100fb.h146 struct w100_pll_info *pll_table; member in struct:w100fb_par
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dw100fb.c685 par->pll_table=w100_get_xtal_table(inf->xtal_freq);
686 if (!par->pll_table) {
1011 struct w100_pll_info *pll_table; member in struct:pll_entries
1025 return pll_entry->pll_table;
1188 struct w100_pll_info *pll = par->pll_table;

Completed in 52 milliseconds