Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Dstm32f7_i2c.c498 int sdadel_min, sdadel_max, scldel_min; in stm32_i2c_compute_solutions() local
509 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()