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

/u-boot/drivers/i2c/
H A Dstm32f7_i2c.c635 u32 tscl_h = (h + 1) * prescaler + tsync; local
636 u32 tscl = tscl_l + tscl_h +
640 (tscl_h >= specs->h_min) &&
641 (i2cclk < tscl_h)) {

Completed in 42 milliseconds