Home
last modified time | relevance | path

Searched refs:SET_PLL_FRS (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtc35874x_regs.h109 #define SET_PLL_FRS(frs) (((frs) << 10) & MASK_PLL_FRS) macro
H A Dtc358743_regs.h90 #define SET_PLL_FRS(frs) (((frs) << 10) & MASK_PLL_FRS) macro
H A Dtc35874x.c748 SET_PLL_FRS(pll_frs) != (pllctl1 & MASK_PLL_FRS)) { in tc35874x_set_pll()
755 (SET_PLL_FRS(pll_frs) | MASK_RESETB | in tc35874x_set_pll()
H A Dtc358743.c575 (SET_PLL_FRS(pll_frs) | MASK_RESETB | in tc358743_set_pll()