Searched refs:sdadel (Results 1 – 2 of 2) sorted by relevance
189 u8 sdadel; member531 u32 sdadel = (a * (p + 1) + 1) * i2cclk; in stm32_i2c_compute_solutions() local533 if (((sdadel >= sdadel_min) && in stm32_i2c_compute_solutions()534 (sdadel <= sdadel_max)) && in stm32_i2c_compute_solutions()542 v->sdadel = a; in stm32_i2c_compute_solutions()684 output->sdadel = s->sdadel; in stm32_i2c_compute_timing()690 output->scldel, output->sdadel, in stm32_i2c_compute_timing()768 timing |= STM32_I2C_TIMINGR_SDADEL(t.sdadel); in stm32_i2c_hw_config()
253 u8 sdadel; member507 u32 sdadel = (a * (p + 1) + 1) * i2cclk; in stm32f7_i2c_compute_timing() local509 if (((sdadel >= sdadel_min) && in stm32f7_i2c_compute_timing()510 (sdadel <= sdadel_max)) && in stm32f7_i2c_compute_timing()520 v->sdadel = a; in stm32f7_i2c_compute_timing()599 output->sdadel = s->sdadel; in stm32f7_i2c_compute_timing()606 output->scldel, output->sdadel, in stm32f7_i2c_compute_timing()718 timing |= STM32F7_I2C_TIMINGR_SDADEL(t->sdadel); in stm32f7_i2c_hw_config()