Searched refs:div_frac_start (Results 1 – 1 of 1) sorted by relevance
96 u32 div_frac_start; member313 u32 duration, div_frac_start; in pll_14nm_dec_frac_calc() local320 div_u64_rem(dec_start_multiple, multiplier, &div_frac_start); in pll_14nm_dec_frac_calc()325 pout->div_frac_start = div_frac_start; in pll_14nm_dec_frac_calc()541 data = pout->div_frac_start & 0xff; in pll_db_commit_14nm()543 data = (pout->div_frac_start >> 8) & 0xff; in pll_db_commit_14nm()545 data = (pout->div_frac_start >> 16) & 0xf; in pll_db_commit_14nm()639 u32 div_frac_start; in dsi_pll_14nm_vco_recalc_rate() local648 div_frac_start = (pll_read(base + REG_DSI_14nm_PHY_PLL_DIV_FRAC_START3) in dsi_pll_14nm_vco_recalc_rate()650 div_frac_start |= (pll_read(base + REG_DSI_14nm_PHY_PLL_DIV_FRAC_START2) in dsi_pll_14nm_vco_recalc_rate()[all …]