Home
last modified time | relevance | path

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

/Linux-v4.19/include/video/
Dw100fb.h95 struct w100_pll_info { struct
146 struct w100_pll_info *pll_table;
/Linux-v4.19/drivers/video/fbdev/
Dw100fb.c57 struct w100_pll_info *w100_get_xtal_table(unsigned int freq);
983 static struct w100_pll_info xtal_12500000[] = {
994 static struct w100_pll_info xtal_14318000[] = {
1005 static struct w100_pll_info xtal_16000000[] = {
1016 struct w100_pll_info *pll_table;
1024 struct w100_pll_info *w100_get_xtal_table(unsigned int freq) in w100_get_xtal_table()
1068 static int w100_pll_adjust(struct w100_pll_info *pll) in w100_pll_adjust()
1126 static int w100_pll_calibration(struct w100_pll_info *pll) in w100_pll_calibration()
1155 static int w100_pll_set_clk(struct w100_pll_info *pll) in w100_pll_set_clk()
1193 struct w100_pll_info *pll = par->pll_table; in w100_set_pll_freq()