Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Drcar_iic.c199 const unsigned int ratio_high = 4; in rcar_iic_set_speed() local
213 denom = speed * (ratio_high + ratio_low); in rcar_iic_set_speed()
215 priv->icch = DIV_ROUND_CLOSEST(clkrate * ratio_high, denom); in rcar_iic_set_speed()