Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dstm32_i2c.c407 uint32_t clk_max = 0; in i2c_compute_timing() local
499 clk_max = I2C_NSEC_PER_SEC / RATE_MIN(specs->rate); in i2c_compute_timing()
531 if (tscl >= clk_min && tscl <= clk_max && in i2c_compute_timing()