Home
last modified time | relevance | path

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

/openbmc/linux/drivers/sbus/char/
H A Dbbc_i2c.c35 #define I2C_PCF_STOP (I2C_PCF_PIN | I2C_PCF_ESO | I2C_PCF_STO | I2C_PCF_ACK) macro
178 writeb(I2C_PCF_STOP, bp->i2c_control_regs + 0x0); in bbc_i2c_writeb()
201 writeb(I2C_PCF_STOP, bp->i2c_control_regs + 0x0); in bbc_i2c_readb()
225 writeb(I2C_PCF_STOP, bp->i2c_control_regs + 0x0); in bbc_i2c_readb()
/openbmc/linux/drivers/i2c/algos/
H A Di2c-algo-pcf.h27 #define I2C_PCF_STOP (I2C_PCF_PIN | I2C_PCF_ESO | I2C_PCF_STO | I2C_PCF_ACK) macro
H A Di2c-algo-pcf.c62 set_pcf(adap, 1, I2C_PCF_STOP); in i2c_stop()