Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtc35874x.c707 u16 pllctl1 = i2c_rd16(sd, PLLCTL1); in tc35874x_set_pll() local
747 if (pllctl0 != pllctl0_new || (pllctl1 & MASK_PLL_EN) == 0 || in tc35874x_set_pll()
748 SET_PLL_FRS(pll_frs) != (pllctl1 & MASK_PLL_FRS)) { in tc35874x_set_pll()
H A Dtc358743.c549 u16 pllctl1 = i2c_rd16(sd, PLLCTL1); in tc358743_set_pll() local
558 if ((pllctl0 != pllctl0_new) || ((pllctl1 & MASK_PLL_EN) == 0)) { in tc358743_set_pll()