Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtc35874x_regs.h108 #define MASK_PLL_FRS 0x0c00 macro
109 #define SET_PLL_FRS(frs) (((frs) << 10) & MASK_PLL_FRS)
H A Dtc358743_regs.h89 #define MASK_PLL_FRS 0x0c00 macro
90 #define SET_PLL_FRS(frs) (((frs) << 10) & MASK_PLL_FRS)
H A Dtc35874x.c748 SET_PLL_FRS(pll_frs) != (pllctl1 & MASK_PLL_FRS)) { in tc35874x_set_pll()
754 ~(MASK_PLL_FRS | MASK_RESETB | MASK_PLL_EN), in tc35874x_set_pll()
H A Dtc358743.c574 ~(MASK_PLL_FRS | MASK_RESETB | MASK_PLL_EN), in tc358743_set_pll()