Home
last modified time | relevance | path

Searched refs:pll_int (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
454 pll_int = cx18_av_read(cx, 0x108); in cx18_av_std_setup()
458 pll_int, pll_frac, pll_post); in cx18_av_std_setup()
464 pll = (28636360L * ((((u64)pll_int) << 25) + pll_frac)) >> 25; in cx18_av_std_setup()
/drivers/media/i2c/cx25840/
Dcx25840-core.c802 u32 pll_int, pll_frac, pll_post; in cx25840_std_setup() local
865 pll_int = cx25840_read(client, 0x108); in cx25840_std_setup()
870 pll_int, pll_frac, pll_post); in cx25840_std_setup()
874 int pll = (28636363L * ((((u64)pll_int) << 25L) + pll_frac)) >> 25L; in cx25840_std_setup()