Searched refs:AIC32X4_DIV_MASK (Results 1 – 2 of 2) sorted by relevance
326 AIC32X4_DIV_MASK, divisor); in clk_aic32x4_div_set_rate()350 return DIV_ROUND_UP(parent_rate, val & AIC32X4_DIV_MASK); in clk_aic32x4_div_recalc_rate()
227 #define AIC32X4_DIV_MASK GENMASK(6, 0) macro