Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-stm32f7.c501 u32 tscl_l = (l + 1) * prescaler + tsync; in stm32f7_i2c_compute_timing() local
503 if ((tscl_l < i2c_specs[setup->speed].l_min) || in stm32f7_i2c_compute_timing()
505 ((tscl_l - af_delay_min - dnf_delay) / 4))) { in stm32f7_i2c_compute_timing()
511 u32 tscl = tscl_l + tscl_h + in stm32f7_i2c_compute_timing()