Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sbus/char/
Dbbc_i2c.c34 #define I2C_PCF_STOP (I2C_PCF_PIN | I2C_PCF_ESO | I2C_PCF_STO | I2C_PCF_ACK) macro
233 writeb(I2C_PCF_STOP, bp->i2c_control_regs + 0x0); in bbc_i2c_writeb()
256 writeb(I2C_PCF_STOP, bp->i2c_control_regs + 0x0); in bbc_i2c_readb()
280 writeb(I2C_PCF_STOP, bp->i2c_control_regs + 0x0); in bbc_i2c_readb()
/linux-2.4.37.9/drivers/i2c/
Di2c-pcf8584.h40 #define I2C_PCF_STOP (I2C_PCF_PIN | I2C_PCF_ESO | I2C_PCF_STO | I2C_PCF_ACK) macro
Di2c-algo-pcf.c82 set_pcf(adap, 1, I2C_PCF_STOP); in i2c_stop()