Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Domap24xx_i2c.c281 systest |= I2C_SYSTEST_SCL_O | I2C_SYSTEST_SDA_O;
288 systest &= ~I2C_SYSTEST_SCL_O;
292 systest |= I2C_SYSTEST_SCL_O;
301 systest |= I2C_SYSTEST_SCL_O | I2C_SYSTEST_SDA_O;
H A Domap24xx_i2c.h68 #define I2C_SYSTEST_SCL_O (1 << 2) /* SCL line drive output value */ macro