Searched refs:af_delay_min (Results 1 – 2 of 2) sorted by relevance
493 u32 af_delay_min, af_delay_max; in stm32_i2c_compute_solutions() local498 af_delay_min = setup->analog_filter ? in stm32_i2c_compute_solutions()504 af_delay_min - (setup->dnf + 3) * i2cclk; in stm32_i2c_compute_solutions()567 u32 af_delay_min; in stm32_i2c_choose_solution() local574 af_delay_min = setup->analog_filter ? in stm32_i2c_choose_solution()578 tsync = af_delay_min + dnf_delay + (2 * i2cclk); in stm32_i2c_choose_solution()600 ((tscl_l - af_delay_min - dnf_delay) / 4))) { in stm32_i2c_choose_solution()
459 u32 af_delay_min, af_delay_max; in stm32f7_i2c_compute_timing() local494 af_delay_min = in stm32f7_i2c_compute_timing()503 af_delay_min - (i2c_dev->dnf + 3) * i2cclk; in stm32f7_i2c_compute_timing()561 tsync = af_delay_min + dnf_delay + (2 * i2cclk); in stm32f7_i2c_compute_timing()584 ((tscl_l - af_delay_min - dnf_delay) / 4))) { in stm32f7_i2c_compute_timing()