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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-savage4.c64 #define I2C_SDA_IN 0x00000010 macro
115 return (0 != (readl(ioaddr + REG) & I2C_SDA_IN));
H A Di2c-voodoo3.c52 #define I2C_SDA_IN 0x08000000 macro
103 return (0 != (readl(ioaddr + REG) & I2C_SDA_IN));
H A Di2c-prosavage.c105 #define I2C_SDA_IN 0x08 macro
164 return (0 != (GET_CR_DATA(p) & I2C_SDA_IN));

Completed in 156 milliseconds