Home
last modified time | relevance | path

Searched refs:I2C_PCF_LRB (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/drivers/i2c/
Di2c-algo-pcf.c207 if ((status & I2C_PCF_LRB) == 0) { in try_address()
239 if (status & I2C_PCF_LRB) { in pcf_sendbytes()
274 if ((status & I2C_PCF_LRB) && (i != count)) { in pcf_readbytes()
390 if (status & I2C_PCF_LRB) { in pcf_xfer()
490 ((status & I2C_PCF_LRB) == 0)) { in i2c_pcf_add_bus()
Di2c-pcf8584.h51 #define I2C_PCF_LRB 0x08 macro
/linux-2.4.37.9/drivers/sbus/char/
Dbbc_i2c.c42 #define I2C_PCF_LRB 0x08 macro
223 (status & I2C_PCF_LRB) != 0) in bbc_i2c_writeb()
253 (status & I2C_PCF_LRB) != 0) in bbc_i2c_readb()