Home
last modified time | relevance | path

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

/linux-4.1.27/include/video/
Dw100fb.h95 struct w100_pll_info { struct
146 struct w100_pll_info *pll_table;
/linux-4.1.27/drivers/video/fbdev/
Dw100fb.c57 struct w100_pll_info *w100_get_xtal_table(unsigned int freq);
982 static struct w100_pll_info xtal_12500000[] = {
993 static struct w100_pll_info xtal_14318000[] = {
1004 static struct w100_pll_info xtal_16000000[] = {
1015 struct w100_pll_info *pll_table;
1023 struct w100_pll_info *w100_get_xtal_table(unsigned int freq) in w100_get_xtal_table()
1067 static int w100_pll_adjust(struct w100_pll_info *pll) in w100_pll_adjust()
1125 static int w100_pll_calibration(struct w100_pll_info *pll) in w100_pll_calibration()
1154 static int w100_pll_set_clk(struct w100_pll_info *pll) in w100_pll_set_clk()
1192 struct w100_pll_info *pll = par->pll_table; in w100_set_pll_freq()