Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/
Dw100fb.c1025 struct pll_entries *pll_entry = w100_pll_tables; in w100_get_xtal_table() local
1028 if (freq == pll_entry->xtal_freq) in w100_get_xtal_table()
1029 return pll_entry->pll_table; in w100_get_xtal_table()
1030 pll_entry++; in w100_get_xtal_table()
1031 } while (pll_entry->xtal_freq); in w100_get_xtal_table()