Home
last modified time | relevance | path

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

/openbmc/linux/drivers/sbus/char/
H A Dbbc_i2c.c34 #define I2C_PCF_START (I2C_PCF_PIN | I2C_PCF_ESO | I2C_PCF_ENI | I2C_PCF_STA | I2C_PCF_ACK) macro
162 writeb(I2C_PCF_START, bp->i2c_control_regs + 0x0); in bbc_i2c_writeb()
192 writeb(I2C_PCF_START, bp->i2c_control_regs + 0x0); in bbc_i2c_readb()
206 writeb(I2C_PCF_START, bp->i2c_control_regs + 0x0); in bbc_i2c_readb()
/openbmc/linux/drivers/i2c/algos/
H A Di2c-algo-pcf.h26 #define I2C_PCF_START (I2C_PCF_PIN | I2C_PCF_ESO | I2C_PCF_STA | I2C_PCF_ACK) macro
H A Di2c-algo-pcf.c50 set_pcf(adap, 1, I2C_PCF_START); in i2c_start()