Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c493 u32 af_delay_min, af_delay_max; in stm32_i2c_compute_solutions() local
500 af_delay_max = setup->analog_filter ? in stm32_i2c_compute_solutions()
507 af_delay_max - (setup->dnf + 4) * i2cclk; in stm32_i2c_compute_solutions()
/openbmc/linux/drivers/i2c/busses/
H A Di2c-stm32f7.c459 u32 af_delay_min, af_delay_max; in stm32f7_i2c_compute_timing() local
497 af_delay_max = in stm32f7_i2c_compute_timing()
506 af_delay_max - (i2c_dev->dnf + 4) * i2cclk; in stm32f7_i2c_compute_timing()