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

/u-boot/drivers/i2c/
H A Di2c-versatile.c22 #define SCL BIT(0) macro
46 writel(SCL, priv->base + (state ? I2C_SET_REG : I2C_CLEAR_REG));
52 int v = !!(readl(priv->base + I2C_CONTROL_REG) & SCL);
58 /* start: SDA goes from high to low while SCL is high */
67 /* stop: SDA goes from low to high while SCL is high */

Completed in 35 milliseconds