Home
last modified time | relevance | path

Searched refs:I2C_WRITE (Results 1 – 5 of 5) sorted by relevance

/drivers/media/usb/dvb-usb-v2/
Dce6230.h43 I2C_WRITE = 0xca, /* wr a */ enumerator
Dce6230.c46 case I2C_WRITE: in ce6230_ctrl_msg()
141 req.cmd = I2C_WRITE; in ce6230_i2c_master_xfer()
/drivers/i2c/busses/
Di2c-hix5hd2.c49 #define I2C_WRITE BIT(1) macro
224 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()
Di2c-nomadik.c133 I2C_WRITE = 0x00, enumerator
331 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()
/drivers/media/usb/dvb-usb/
Dgp8psk.h37 #define I2C_WRITE 0x83 macro