Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/clk/mediatek/
Dclk-pll.c72 int ibits; in __mtk_pll_recalc_rate() local
77 ibits = pll->data->pcwibits ? pll->data->pcwibits : INTEGER_BITS; in __mtk_pll_recalc_rate()
78 if (pcwbits > ibits) in __mtk_pll_recalc_rate()
79 pcwfbits = pcwbits - ibits; in __mtk_pll_recalc_rate()
170 int ibits; in mtk_pll_calc_values() local
194 ibits = pll->data->pcwibits ? pll->data->pcwibits : INTEGER_BITS; in mtk_pll_calc_values()
195 _pcw = ((u64)freq << val) << (pll->data->pcwbits - ibits); in mtk_pll_calc_values()
/linux-6.1.9/drivers/clk/qcom/
Dclk-pll.h24 u32 ibits; member
Dclk-pll.c162 regmap_write(pll->clkr.regmap, pll->config_reg, f->ibits); in clk_pll_set_rate()
Dgcc-ipq806x.c232 .ibits = i, \