Home
last modified time | relevance | path

Searched refs:ibits (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/mediatek/
H A Dclk-pll.c67 int ibits; in __mtk_pll_recalc_rate() local
72 ibits = pll->data->pcwibits ? pll->data->pcwibits : INTEGER_BITS; in __mtk_pll_recalc_rate()
73 if (pcwbits > ibits) in __mtk_pll_recalc_rate()
74 pcwfbits = pcwbits - ibits; in __mtk_pll_recalc_rate()
165 int ibits; in mtk_pll_calc_values() local
189 ibits = pll->data->pcwibits ? pll->data->pcwibits : INTEGER_BITS; in mtk_pll_calc_values()
190 _pcw = ((u64)freq << val) << (pll->data->pcwbits - ibits); in mtk_pll_calc_values()
/kernel/linux/linux-6.6/drivers/clk/mediatek/
H A Dclk-pll.c45 int ibits; in __mtk_pll_recalc_rate() local
50 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()
143 int ibits; in mtk_pll_calc_values() local
167 ibits = pll->data->pcwibits ? pll->data->pcwibits : INTEGER_BITS; in mtk_pll_calc_values()
168 _pcw = ((u64)freq << val) << (pll->data->pcwbits - ibits); in mtk_pll_calc_values()
/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-pll.h17 * @ibits: internal values
24 u32 ibits; member
H A Dclk-pll.c162 regmap_write(pll->clkr.regmap, pll->config_reg, f->ibits); in clk_pll_set_rate()
H A Dgcc-ipq806x.c220 .ibits = i, \
/kernel/linux/linux-6.6/drivers/clk/qcom/
H A Dclk-pll.h17 * @ibits: internal values
24 u32 ibits; member
H A Dclk-pll.c162 regmap_write(pll->clkr.regmap, pll->config_reg, f->ibits); in clk_pll_set_rate()
H A Dgcc-ipq806x.c232 .ibits = i, \

Completed in 8 milliseconds