Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-stm32f7.c559 u32 tscl_l = (l + 1) * prescaler + tsync; in stm32f7_i2c_compute_timing() local
561 if ((tscl_l < specs->l_min) || in stm32f7_i2c_compute_timing()
563 ((tscl_l - af_delay_min - dnf_delay) / 4))) { in stm32f7_i2c_compute_timing()
569 u32 tscl = tscl_l + tscl_h + in stm32f7_i2c_compute_timing()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-stm32f7.c579 u32 tscl_l = (l + 1) * prescaler + tsync; in stm32f7_i2c_compute_timing() local
581 if ((tscl_l < specs->l_min) || in stm32f7_i2c_compute_timing()
583 ((tscl_l - af_delay_min - dnf_delay) / 4))) { in stm32f7_i2c_compute_timing()
589 u32 tscl = tscl_l + tscl_h + in stm32f7_i2c_compute_timing()

Completed in 6 milliseconds