Home
last modified time | relevance | path

Searched refs:max_r_for_parent (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/clk/analogbits/
H A Dwrpll-cln28hpc.c190 u8 max_r_for_parent; in __wrpll_update_parent_rate() local
196 max_r_for_parent = div_u64(parent_rate, MIN_POST_DIVR_FREQ); in __wrpll_update_parent_rate()
197 c->max_r = min_t(u8, MAX_DIVR_DIVISOR, max_r_for_parent); in __wrpll_update_parent_rate()
/openbmc/u-boot/drivers/clk/sifive/
H A Dwrpll-cln28hpc.c198 u8 max_r_for_parent; in __wrpll_update_parent_rate() local
204 max_r_for_parent = div_u64(parent_rate, MIN_POST_DIVR_FREQ); in __wrpll_update_parent_rate()
205 c->_max_r = min_t(u8, MAX_DIVR_DIVISOR, max_r_for_parent); in __wrpll_update_parent_rate()