Searched refs:clk_high_low_max (Results 1 – 1 of 1) sorted by relevance
687 static u32 aspeed_i2c_get_clk_reg_val(u32 clk_high_low_max, u32 divisor) in aspeed_i2c_get_clk_reg_val() argument711 base_clk = divisor > clk_high_low_max ? in aspeed_i2c_get_clk_reg_val()712 ilog2((divisor - 1) / clk_high_low_max) + 1 : 0; in aspeed_i2c_get_clk_reg_val()