Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Dstm32f7_i2c.c598 u32 tscl_l = (l + 1) * prescaler + tsync; in stm32_i2c_choose_solution() local
599 if ((tscl_l < i2c_specs[setup->speed].l_min) || in stm32_i2c_choose_solution()
601 ((tscl_l - af_delay_min - dnf_delay) / 4))) { in stm32_i2c_choose_solution()
607 u32 tscl = tscl_l + tscl_h + in stm32_i2c_choose_solution()