Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/i2c/
H A Dstm32f7_i2c.c187 u8 presc; member
540 v->presc = p; in stm32_i2c_compute_solutions()
595 u32 prescaler = (v->presc + 1) * i2cclk; in stm32_i2c_choose_solution()
682 output->presc = s->presc; in stm32_i2c_compute_timing()
689 __func__, output->presc, in stm32_i2c_compute_timing()
766 timing |= STM32_I2C_TIMINGR_PRESC(t.presc); in stm32_i2c_hw_config()