Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/microchip/
H A Dclk-mpfs.c120 unsigned long rate_before_ctrl; in mpfs_clk_msspll_round_rate() local
127 rate_before_ctrl = rate * (ref_div * MSSPLL_FIXED_DIV) / mult; in mpfs_clk_msspll_round_rate()
129 return divider_round_rate(hw, rate_before_ctrl, prate, NULL, MSSPLL_POSTDIV_WIDTH, in mpfs_clk_msspll_round_rate()
141 unsigned long rate_before_ctrl, flags; in mpfs_clk_msspll_set_rate() local
148 rate_before_ctrl = rate * (ref_div * MSSPLL_FIXED_DIV) / mult; in mpfs_clk_msspll_set_rate()
149 divider_setting = divider_get_val(rate_before_ctrl, prate, NULL, MSSPLL_POSTDIV_WIDTH, in mpfs_clk_msspll_set_rate()