Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c495 int sdadel_min, sdadel_max, scldel_min; in stm32_i2c_compute_solutions() local
506 sdadel_max = i2c_specs[setup->speed].vddat_max - setup->rise_time - in stm32_i2c_compute_solutions()
513 if (sdadel_max < 0) in stm32_i2c_compute_solutions()
514 sdadel_max = 0; in stm32_i2c_compute_solutions()
517 sdadel_min, sdadel_max, scldel_min); in stm32_i2c_compute_solutions()
531 (sdadel <= sdadel_max)) && in stm32_i2c_compute_solutions()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-stm32f7.c462 int sdadel_min, sdadel_max; in stm32f7_i2c_compute_timing() local
505 sdadel_max = specs->vddat_max - setup->rise_time - in stm32f7_i2c_compute_timing()
512 if (sdadel_max < 0) in stm32f7_i2c_compute_timing()
513 sdadel_max = 0; in stm32f7_i2c_compute_timing()
516 sdadel_min, sdadel_max, scldel_min); in stm32f7_i2c_compute_timing()
531 (sdadel <= sdadel_max)) && in stm32f7_i2c_compute_timing()