Home
last modified time | relevance | path

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

/linux/drivers/i2c/busses/
H A Di2c-stm32f7.c602 u32 tscl_h = (h + 1) * prescaler + tsync; in stm32f7_i2c_compute_timing() local
603 u32 tscl = tscl_l + tscl_h + in stm32f7_i2c_compute_timing()
607 (tscl_h >= specs->h_min) && in stm32f7_i2c_compute_timing()
608 (i2cclk < tscl_h)) { in stm32f7_i2c_compute_timing()