Searched refs:I2C_CMD_READ_NOT_WRITE (Results 1 – 3 of 3) sorted by relevance
42 bool recv = !!(i2c->regs[I2C_CMD_REG] & I2C_CMD_READ_NOT_WRITE); in pnv_i2c_update_irq()141 if (i2c->regs[I2C_CMD_REG] & I2C_CMD_READ_NOT_WRITE) { in pnv_i2c_fifo_flush()169 int recv = !!(val & I2C_CMD_READ_NOT_WRITE); in pnv_i2c_handle_cmd()236 if (i2c->regs[I2C_CMD_REG] & I2C_CMD_READ_NOT_WRITE) { in pnv_i2c_fifo_in()271 if (!(i2c->regs[I2C_CMD_REG] & I2C_CMD_READ_NOT_WRITE)) { in pnv_i2c_fifo_out()
26 #define I2C_CMD_READ_NOT_WRITE PPC_BIT(15) macro
123 I2C_CMD_WITH_STOP | I2C_CMD_READ_NOT_WRITE; in pnv_i2c_recv()