Home
last modified time | relevance | path

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

/drivers/media/pci/cx18/
Dcx18-av-core.c302 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()
/drivers/media/i2c/cx25840/
Dcx25840-core.c802 u32 pll_int, pll_frac, pll_post; in cx25840_std_setup() local
867 pll_post = cx25840_read(client, 0x109); in cx25840_std_setup()
870 pll_int, pll_frac, pll_post); in cx25840_std_setup()
872 if (pll_post) { in cx25840_std_setup()
876 pll /= pll_post; in cx25840_std_setup()