Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_i2c.c519 uint32_t tscl_l = ((l + 1) * prescaler) + tsync; in i2c_compute_timing() local
521 if (tscl_l < specs->l_min || in i2c_compute_timing()
522 i2cclk >= ((tscl_l - af_delay_min - dnf_delay) / 4)) in i2c_compute_timing()
527 uint32_t tscl = tscl_l + tscl_h + in i2c_compute_timing()