Searched refs:sdadel_max (Results 1 – 2 of 2) sorted by relevance
495 int sdadel_min, sdadel_max, scldel_min; in stm32_i2c_compute_solutions() local506 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()
462 int sdadel_min, sdadel_max; in stm32f7_i2c_compute_timing() local505 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()