Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-av-core.c297 u32 pll_int, pll_frac, pll_post; in cx18_av_std_setup() local
451 pll_post = cx18_av_read(cx, 0x109); in cx18_av_std_setup()
453 pll_int, pll_frac, pll_post); in cx18_av_std_setup()
455 if (pll_post) { in cx18_av_std_setup()
460 pll /= pll_post; in cx18_av_std_setup()
/Linux-v4.19/drivers/media/i2c/cx25840/
Dcx25840-core.c804 u32 pll_int, pll_frac, pll_post; in cx25840_std_setup() local
869 pll_post = cx25840_read(client, 0x109); in cx25840_std_setup()
872 pll_int, pll_frac, pll_post); in cx25840_std_setup()
874 if (pll_post) { in cx25840_std_setup()
878 pll /= pll_post; in cx25840_std_setup()