Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/i2c/busses/
Di2c-stm32f7.c390 int sdadel_min, sdadel_max; in stm32f7_i2c_compute_timing() local
437 sdadel_max = i2c_specs[setup->speed].vddat_max - setup->rise_time - in stm32f7_i2c_compute_timing()
444 if (sdadel_max < 0) in stm32f7_i2c_compute_timing()
445 sdadel_max = 0; in stm32f7_i2c_compute_timing()
448 sdadel_min, sdadel_max, scldel_min); in stm32f7_i2c_compute_timing()
463 (sdadel <= sdadel_max)) && in stm32f7_i2c_compute_timing()