Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-stm32f7.c568 u32 tscl_h = (h + 1) * prescaler + tsync; in stm32f7_i2c_compute_timing() local
569 u32 tscl = tscl_l + tscl_h + in stm32f7_i2c_compute_timing()
573 (tscl_h >= specs->h_min) && in stm32f7_i2c_compute_timing()
574 (i2cclk < tscl_h)) { in stm32f7_i2c_compute_timing()
/kernel/linux/linux-6.6/drivers/i2c/busses/
H A Di2c-stm32f7.c588 u32 tscl_h = (h + 1) * prescaler + tsync; in stm32f7_i2c_compute_timing() local
589 u32 tscl = tscl_l + tscl_h + in stm32f7_i2c_compute_timing()
593 (tscl_h >= specs->h_min) && in stm32f7_i2c_compute_timing()
594 (i2cclk < tscl_h)) { in stm32f7_i2c_compute_timing()

Completed in 6 milliseconds