Home
last modified time | relevance | path

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

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