Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c569 u32 tsync; in stm32_i2c_choose_solution() local
578 tsync = af_delay_min + dnf_delay + (2 * i2cclk); in stm32_i2c_choose_solution()
596 u32 tscl_l = (l + 1) * prescaler + tsync; in stm32_i2c_choose_solution()
605 u32 tscl_h = (h + 1) * prescaler + tsync; in stm32_i2c_choose_solution()