Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/busses/
Di2c-stm32f7.c521 u32 tscl_h = (h + 1) * prescaler + tsync; in stm32f7_i2c_compute_timing() local
522 u32 tscl = tscl_l + tscl_h + in stm32f7_i2c_compute_timing()
526 (tscl_h >= i2c_specs[setup->speed].h_min) && in stm32f7_i2c_compute_timing()
527 (i2cclk < tscl_h)) { in stm32f7_i2c_compute_timing()