Searched refs:pxl_pllparam (Results 1 – 1 of 1) sorted by relevance
474 u32 pxl_pllparam; in tc_pxl_pll_en() local548 pxl_pllparam = vco_hi << 24; /* For PLL VCO >= 300 MHz = 1 */ in tc_pxl_pll_en()549 pxl_pllparam |= ext_div[best_pre] << 20; /* External Pre-divider */ in tc_pxl_pll_en()550 pxl_pllparam |= ext_div[best_post] << 16; /* External Post-divider */ in tc_pxl_pll_en()551 pxl_pllparam |= IN_SEL_REFCLK; /* Use RefClk as PLL input */ in tc_pxl_pll_en()552 pxl_pllparam |= best_div << 8; /* Divider for PLL RefClk */ in tc_pxl_pll_en()553 pxl_pllparam |= best_mul; /* Multiplier for PLL */ in tc_pxl_pll_en()555 ret = regmap_write(tc->regmap, PXL_PLLPARAM, pxl_pllparam); in tc_pxl_pll_en()