Searched refs:pll_post (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/media/pci/cx18/ |
D | cx18-av-core.c | 302 u32 pll_int, pll_frac, pll_post; in cx18_av_std_setup() local 456 pll_post = cx18_av_read(cx, 0x109); in cx18_av_std_setup() 458 pll_int, pll_frac, pll_post); in cx18_av_std_setup() 460 if (pll_post) { in cx18_av_std_setup() 465 pll /= pll_post; in cx18_av_std_setup()
|
/linux-4.1.27/drivers/media/i2c/cx25840/ |
D | cx25840-core.c | 780 u32 pll_int, pll_frac, pll_post; in cx25840_std_setup() local 845 pll_post = cx25840_read(client, 0x109); in cx25840_std_setup() 848 pll_int, pll_frac, pll_post); in cx25840_std_setup() 850 if (pll_post) { in cx25840_std_setup() 854 pll /= pll_post; in cx25840_std_setup()
|