Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c598 u32 tscl_l = (l + 1) * prescaler + tsync; in stm32_i2c_choose_solution() local
599 if ((tscl_l < i2c_specs[setup->speed].l_min) || in stm32_i2c_choose_solution()
601 ((tscl_l - af_delay_min - dnf_delay) / 4))) { in stm32_i2c_choose_solution()
607 u32 tscl = tscl_l + tscl_h + in stm32_i2c_choose_solution()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-stm32f7.c559 u32 tscl_l = (l + 1) * prescaler + tsync; in stm32f7_i2c_compute_timing() local
561 if ((tscl_l < specs->l_min) || in stm32f7_i2c_compute_timing()
563 ((tscl_l - af_delay_min - dnf_delay) / 4))) { in stm32f7_i2c_compute_timing()
569 u32 tscl = tscl_l + tscl_h + in stm32f7_i2c_compute_timing()