Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/video/fbdev/geode/
Dvideo_gx.c118 const struct gx_pll_entry *pll_table; in gx_set_dclk_frequency() local
127 pll_table = gx_pll_table_14MHz; in gx_set_dclk_frequency()
130 pll_table = gx_pll_table_48MHz; in gx_set_dclk_frequency()
136 min = abs(pll_table[0].pixclock - info->var.pixclock); in gx_set_dclk_frequency()
138 diff = abs(pll_table[i].pixclock - info->var.pixclock); in gx_set_dclk_frequency()
150 dotpll |= (u64)pll_table[best_i].dotpll_value << 32; in gx_set_dclk_frequency()
160 sys_rstpll |= pll_table[best_i].sys_rstpll_bits; in gx_set_dclk_frequency()
Dlxfb_ops.c33 } pll_table[] = { variable
167 min = abs(pll_table[0].freq - freq); in lx_set_clock()
169 for (i = 0; i < ARRAY_SIZE(pll_table); i++) { in lx_set_clock()
170 diff = abs(pll_table[i].freq - freq); in lx_set_clock()
177 lx_set_dotpll(pll_table[best].pllval & 0x00017FFF); in lx_set_clock()
/Linux-v5.10/include/video/
Dw100fb.h143 struct w100_pll_info *pll_table; member
/Linux-v5.10/drivers/video/fbdev/
Dw100fb.c696 par->pll_table=w100_get_xtal_table(inf->xtal_freq); in w100fb_probe()
697 if (!par->pll_table) { in w100fb_probe()
1011 struct w100_pll_info *pll_table; member
1025 return pll_entry->pll_table; in w100_get_xtal_table()
1189 struct w100_pll_info *pll = par->pll_table; in w100_set_pll_freq()