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

/linux-master/drivers/i2c/busses/
H A Di2c-stm32f7.c475 int sdadel_min, sdadel_max; local
518 sdadel_max = specs->vddat_max - setup->rise_time -
525 if (sdadel_max < 0)
526 sdadel_max = 0;
529 sdadel_min, sdadel_max, scldel_min);
544 (sdadel <= sdadel_max)) &&

Completed in 158 milliseconds