Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c605 u32 tscl_h = (h + 1) * prescaler + tsync; in stm32_i2c_choose_solution() local
606 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()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-stm32f7.c589 u32 tscl_h = (h + 1) * prescaler + tsync; in stm32f7_i2c_compute_timing() local
590 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()