Searched refs:I2C_WRITE (Results 1 – 5 of 5) sorted by relevance
43 I2C_WRITE = 0xca, /* wr a */ enumerator
46 case I2C_WRITE: in ce6230_ctrl_msg()141 req.cmd = I2C_WRITE; in ce6230_i2c_master_xfer()
49 #define I2C_WRITE BIT(1) macro224 writel_relaxed(I2C_WRITE, priv->regs + HIX5I2C_COM); in hix5hd2_write_handle()321 writel_relaxed(I2C_WRITE | I2C_START, priv->regs + HIX5I2C_COM); in hix5hd2_i2c_message_start()
133 I2C_WRITE = 0x00, enumerator331 if (dev->cli.operation == I2C_WRITE) in load_i2c_mcr_reg()332 mcr |= GEN_MASK(I2C_WRITE, I2C_MCR_OP, 0); in load_i2c_mcr_reg()587 dev->cli.operation = I2C_WRITE; in nmk_i2c_xfer_one()
37 #define I2C_WRITE 0x83 macro