Searched refs:sdadel_max (Results 1 – 2 of 2) sorted by relevance
498 int sdadel_min, sdadel_max, scldel_min; in stm32_i2c_compute_solutions() local509 sdadel_max = i2c_specs[setup->speed].vddat_max - setup->rise_time - in stm32_i2c_compute_solutions()516 if (sdadel_max < 0) in stm32_i2c_compute_solutions()517 sdadel_max = 0; in stm32_i2c_compute_solutions()520 sdadel_min, sdadel_max, scldel_min); in stm32_i2c_compute_solutions()534 (sdadel <= sdadel_max)) && in stm32_i2c_compute_solutions()
442 int sdadel_min, sdadel_max; in stm32f7_i2c_compute_timing() local484 sdadel_max = specs->vddat_max - setup->rise_time - in stm32f7_i2c_compute_timing()491 if (sdadel_max < 0) in stm32f7_i2c_compute_timing()492 sdadel_max = 0; in stm32f7_i2c_compute_timing()495 sdadel_min, sdadel_max, scldel_min); in stm32f7_i2c_compute_timing()510 (sdadel <= sdadel_max)) && in stm32f7_i2c_compute_timing()