Searched refs:RV3032_HFD_STEP (Results 1 – 1 of 1) sorted by relevance
622 #define RV3032_HFD_STEP 8192 macro643 return rate * RV3032_HFD_STEP; in rv3032_clkout_recalc_rate()654 if (rate < RV3032_HFD_STEP) in rv3032_clkout_round_rate()659 hfd = DIV_ROUND_CLOSEST(rate, RV3032_HFD_STEP); in rv3032_clkout_round_rate()661 return RV3032_HFD_STEP * clamp(hfd, 0, 8192); in rv3032_clkout_round_rate()678 hfd = DIV_ROUND_CLOSEST(rate, RV3032_HFD_STEP); in rv3032_clkout_set_rate()