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

/u-boot/drivers/i2c/
H A Dast_i2c.c47 ulong scl_low, scl_high, data; local
55 scl_high = divider_ratio - scl_low - 2;
57 | (scl_high << I2CD_TCKHIGH_SHIFT)
259 bool scl_high = csr & I2CD_SCL_LINE_STS; local
262 if (sda_high && scl_high) {
269 } else if (scl_high) {
H A Dast2600_i2c.c182 u32 scl_high; local
229 scl_high = (divisor - scl_low - 2) & 0xf;
231 data = ((scl_high - 1) << 20) | (scl_high << 16) | (scl_low << 12) |

Completed in 54 milliseconds