Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-stm32f7.c383 int sdadel_min, sdadel_max; in stm32f7_i2c_compute_timing() local
430 sdadel_max = i2c_specs[setup->speed].vddat_max - setup->rise_time - in stm32f7_i2c_compute_timing()
437 if (sdadel_max < 0) in stm32f7_i2c_compute_timing()
438 sdadel_max = 0; in stm32f7_i2c_compute_timing()
441 sdadel_min, sdadel_max, scldel_min); in stm32f7_i2c_compute_timing()
456 (sdadel <= sdadel_max)) && in stm32f7_i2c_compute_timing()