Searched refs:rise_max (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/i2c/ |
| H A D | stm32f7_i2c.c | 149 u32 rise_max; member 207 .rise_max = 1000, 219 .rise_max = 300, 231 .rise_max = 120, 651 if ((setup->rise_time > i2c_specs[setup->speed].rise_max) || in stm32_i2c_compute_timing() 655 setup->rise_time, i2c_specs[setup->speed].rise_max, in stm32_i2c_compute_timing()
|
| /OK3568_Linux_fs/kernel/drivers/i2c/busses/ |
| H A D | i2c-stm32f7.c | 212 u32 rise_max; member 356 .rise_max = 1000, 366 .rise_max = 300, 376 .rise_max = 120, 456 if ((setup->rise_time > specs->rise_max) || in stm32f7_i2c_compute_timing() 460 setup->rise_time, specs->rise_max, in stm32f7_i2c_compute_timing()
|