Searched refs:RV3032_HFD_STEP (Results 1 – 1 of 1) sorted by relevance
559 #define RV3032_HFD_STEP 8192 macro580 return rate * RV3032_HFD_STEP; in rv3032_clkout_recalc_rate()591 if (rate < RV3032_HFD_STEP) in rv3032_clkout_round_rate()596 hfd = DIV_ROUND_CLOSEST(rate, RV3032_HFD_STEP); in rv3032_clkout_round_rate()598 return RV3032_HFD_STEP * clamp(hfd, 0, 8192); in rv3032_clkout_round_rate()615 hfd = DIV_ROUND_CLOSEST(rate, RV3032_HFD_STEP); in rv3032_clkout_set_rate()