Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtc35874x.c708 u16 pllctl0_new; in tc35874x_set_pll() local
738 pllctl0_new = SET_PLL_PRD(pdata->pll_prd) | SET_PLL_FBD(pdata->pll_fbd); in tc35874x_set_pll()
747 if (pllctl0 != pllctl0_new || (pllctl1 & MASK_PLL_EN) == 0 || in tc35874x_set_pll()
752 i2c_wr16(sd, PLLCTL0, pllctl0_new); in tc35874x_set_pll()
H A Dtc358743.c550 u16 pllctl0_new = SET_PLL_PRD(pdata->pll_prd) | in tc358743_set_pll() local
558 if ((pllctl0 != pllctl0_new) || ((pllctl1 & MASK_PLL_EN) == 0)) { in tc358743_set_pll()
572 i2c_wr16(sd, PLLCTL0, pllctl0_new); in tc358743_set_pll()