Home
last modified time | relevance | path

Searched refs:w100_pll_info (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/video/
Dw100fb.h92 struct w100_pll_info { struct
143 struct w100_pll_info *pll_table;
/Linux-v5.10/drivers/video/fbdev/
Dw100fb.c53 struct w100_pll_info *w100_get_xtal_table(unsigned int freq);
978 static struct w100_pll_info xtal_12500000[] = {
989 static struct w100_pll_info xtal_14318000[] = {
1000 static struct w100_pll_info xtal_16000000[] = {
1011 struct w100_pll_info *pll_table;
1019 struct w100_pll_info *w100_get_xtal_table(unsigned int freq) in w100_get_xtal_table()
1064 static int w100_pll_adjust(struct w100_pll_info *pll) in w100_pll_adjust()
1122 static int w100_pll_calibration(struct w100_pll_info *pll) in w100_pll_calibration()
1151 static int w100_pll_set_clk(struct w100_pll_info *pll) in w100_pll_set_clk()
1189 struct w100_pll_info *pll = par->pll_table; in w100_set_pll_freq()