Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-aspeed.c687 static u32 aspeed_i2c_get_clk_reg_val(u32 clk_high_low_max, u32 divisor) in aspeed_i2c_get_clk_reg_val() argument
711 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()