Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dtc35874x_regs.h105 #define SET_PLL_FBD(fbd) (((fbd) - 1) & MASK_PLL_FBD) macro
H A Dtc358743_regs.h86 #define SET_PLL_FBD(fbd) (((fbd) - 1) & MASK_PLL_FBD) macro
H A Dtc358743.c551 SET_PLL_FBD(pdata->pll_fbd); in tc358743_set_pll()
H A Dtc35874x.c738 pllctl0_new = SET_PLL_PRD(pdata->pll_prd) | SET_PLL_FBD(pdata->pll_fbd); in tc35874x_set_pll()