Searched refs:tscl_h (Results 1 – 2 of 2) sorted by relevance
605 u32 tscl_h = (h + 1) * prescaler + tsync; in stm32_i2c_choose_solution() local606 u32 tscl = tscl_l + tscl_h + in stm32_i2c_choose_solution()610 (tscl_h >= i2c_specs[setup->speed].h_min) && in stm32_i2c_choose_solution()611 (i2cclk < tscl_h)) { in stm32_i2c_choose_solution()
589 u32 tscl_h = (h + 1) * prescaler + tsync; in stm32f7_i2c_compute_timing() local590 u32 tscl = tscl_l + tscl_h + in stm32f7_i2c_compute_timing()594 (tscl_h >= specs->h_min) && in stm32f7_i2c_compute_timing()595 (i2cclk < tscl_h)) { in stm32f7_i2c_compute_timing()