Searched refs:ZORAN_I2C_SDA (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()55 return zrread(ZORAN_I2C) & ZORAN_I2C_SDA; in i2c_getdataline()
269 #define ZORAN_I2C_SDA (1<<0) macro