Home
last modified time | relevance | path

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

/linux-6.1.9/include/video/
Dw100fb.h92 struct w100_pll_info { struct
143 struct w100_pll_info *pll_table;
/linux-6.1.9/drivers/video/fbdev/
Dw100fb.c53 struct w100_pll_info *w100_get_xtal_table(unsigned int freq);
987 static struct w100_pll_info xtal_12500000[] = {
998 static struct w100_pll_info xtal_14318000[] = {
1009 static struct w100_pll_info xtal_16000000[] = {
1020 struct w100_pll_info *pll_table;
1028 struct w100_pll_info *w100_get_xtal_table(unsigned int freq) in w100_get_xtal_table()
1073 static int w100_pll_adjust(struct w100_pll_info *pll) in w100_pll_adjust()
1131 static int w100_pll_calibration(struct w100_pll_info *pll) in w100_pll_calibration()
1160 static int w100_pll_set_clk(struct w100_pll_info *pll) in w100_pll_set_clk()
1198 struct w100_pll_info *pll = par->pll_table; in w100_set_pll_freq()