Searched refs:ibits (Results 1 – 4 of 4) sorted by relevance
45 int ibits; in __mtk_pll_recalc_rate() local50 ibits = pll->data->pcwibits ? pll->data->pcwibits : INTEGER_BITS; in __mtk_pll_recalc_rate()51 if (pcwbits > ibits) in __mtk_pll_recalc_rate()52 pcwfbits = pcwbits - ibits; in __mtk_pll_recalc_rate()144 int ibits; in mtk_pll_calc_values() local168 ibits = pll->data->pcwibits ? pll->data->pcwibits : INTEGER_BITS; in mtk_pll_calc_values()169 _pcw = ((u64)freq << val) << (pll->data->pcwbits - ibits); in mtk_pll_calc_values()
24 u32 ibits; member
162 regmap_write(pll->clkr.regmap, pll->config_reg, f->ibits); in clk_pll_set_rate()
232 .ibits = i, \