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

/linux-4.4.14/drivers/video/fbdev/geode/
H A Dvideo_gx.c122 const struct gx_pll_entry *pll_table; gx_set_dclk_frequency() local
131 pll_table = gx_pll_table_14MHz; gx_set_dclk_frequency()
134 pll_table = gx_pll_table_48MHz; gx_set_dclk_frequency()
140 min = abs(pll_table[0].pixclock - info->var.pixclock); gx_set_dclk_frequency()
142 diff = abs(pll_table[i].pixclock - info->var.pixclock); gx_set_dclk_frequency()
154 dotpll |= (u64)pll_table[best_i].dotpll_value << 32; gx_set_dclk_frequency()
164 sys_rstpll |= pll_table[best_i].sys_rstpll_bits; gx_set_dclk_frequency()
H A Dlxfb_ops.c37 } pll_table[] = { variable in typeref:struct:__anon11122
171 min = abs(pll_table[0].freq - freq); lx_set_clock()
173 for (i = 0; i < ARRAY_SIZE(pll_table); i++) { lx_set_clock()
174 diff = abs(pll_table[i].freq - freq); lx_set_clock()
181 lx_set_dotpll(pll_table[best].pllval & 0x00017FFF); lx_set_clock()
/linux-4.4.14/include/video/
H A Dw100fb.h146 struct w100_pll_info *pll_table; member in struct:w100fb_par
/linux-4.4.14/drivers/video/fbdev/
H A Dw100fb.c689 par->pll_table=w100_get_xtal_table(inf->xtal_freq); w100fb_probe()
690 if (!par->pll_table) { w100fb_probe()
1015 struct w100_pll_info *pll_table; member in struct:pll_entries
1029 return pll_entry->pll_table; w100_get_xtal_table()
1192 struct w100_pll_info *pll = par->pll_table; w100_set_pll_freq()

Completed in 257 milliseconds