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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-versatile.c21 #define I2C_CONTROLS 0x00 macro
36 writel(SDA, i2c->base + (state ? I2C_CONTROLS : I2C_CONTROLC));
43 writel(SCL, i2c->base + (state ? I2C_CONTROLS : I2C_CONTROLC));
96 writel(SCL | SDA, i2c->base + I2C_CONTROLS);

Completed in 40 milliseconds