Searched refs:ZORAN_I2C_SCL (Results 1 – 2 of 2) sorted by relevance
44 if (data) b |= ztv->card->swapi2c ? ZORAN_I2C_SCL : ZORAN_I2C_SDA; in i2c_setlines()45 if (ctrl) b |= ztv->card->swapi2c ? ZORAN_I2C_SDA : ZORAN_I2C_SCL; in i2c_setlines()54 return zrread(ZORAN_I2C) & ZORAN_I2C_SCL; in i2c_getdataline()
268 #define ZORAN_I2C_SCL (1<<1) macro