Searched refs:pxl_pllparam (Results 1 – 1 of 1) sorted by relevance
521 u32 pxl_pllparam; in tc_pxl_pll_en() local604 pxl_pllparam = vco_hi << 24; /* For PLL VCO >= 300 MHz = 1 */ in tc_pxl_pll_en()605 pxl_pllparam |= ext_div[best_pre] << 20; /* External Pre-divider */ in tc_pxl_pll_en()606 pxl_pllparam |= ext_div[best_post] << 16; /* External Post-divider */ in tc_pxl_pll_en()607 pxl_pllparam |= IN_SEL_REFCLK; /* Use RefClk as PLL input */ in tc_pxl_pll_en()608 pxl_pllparam |= best_div << 8; /* Divider for PLL RefClk */ in tc_pxl_pll_en()609 pxl_pllparam |= best_mul; /* Multiplier for PLL */ in tc_pxl_pll_en()611 ret = regmap_write(tc->regmap, PXL_PLLPARAM, pxl_pllparam); in tc_pxl_pll_en()