I2C_CONTROLS       33 drivers/i2c/busses/i2c-versatile.c 	writel(SDA, i2c->base + (state ? I2C_CONTROLS : I2C_CONTROLC));
I2C_CONTROLS       40 drivers/i2c/busses/i2c-versatile.c 	writel(SCL, i2c->base + (state ? I2C_CONTROLS : I2C_CONTROLC));
I2C_CONTROLS       79 drivers/i2c/busses/i2c-versatile.c 	writel(SCL | SDA, i2c->base + I2C_CONTROLS);