Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Dmv_i2c.c134 case I2C_WRITE: in i2c_transfer()
257 msg.direction = I2C_WRITE; in __i2c_read()
272 msg.direction = I2C_WRITE; in __i2c_read()
282 msg.direction = I2C_WRITE; in __i2c_read()
328 msg.direction = I2C_WRITE; in __i2c_write()
343 msg.direction = I2C_WRITE; in __i2c_write()
360 msg.direction = I2C_WRITE; in __i2c_write()
455 msg.direction = I2C_WRITE; in __i2c_probe_chip()
H A Dmv_i2c.h24 #define I2C_WRITE 1 macro
H A Ddavinci_i2c.h12 #define I2C_WRITE 0 macro
H A Ds3c24x0_i2c.c130 if ((cmd_type == I2C_WRITE) || (addr && addr_len)) in i2c_transfer()
155 case I2C_WRITE: in i2c_transfer()
H A Ds3c24x0_i2c.h63 #define I2C_WRITE 0 macro
/OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb-v2/
H A Dce6230.h29 I2C_WRITE = 0xca, /* wr a */ enumerator
H A Dce6230.c32 case I2C_WRITE: in ce6230_ctrl_msg()
127 req.cmd = I2C_WRITE; in ce6230_i2c_master_xfer()
/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-hix5hd2.c45 #define I2C_WRITE BIT(1) macro
217 writel_relaxed(I2C_WRITE, priv->regs + HIX5I2C_COM); in hix5hd2_write_handle()
310 writel_relaxed(I2C_WRITE | I2C_START, priv->regs + HIX5I2C_COM); in hix5hd2_i2c_message_start()
H A Di2c-nomadik.c130 I2C_WRITE = 0x00, enumerator
328 if (dev->cli.operation == I2C_WRITE) in load_i2c_mcr_reg()
329 mcr |= GEN_MASK(I2C_WRITE, I2C_MCR_OP, 0); in load_i2c_mcr_reg()
584 dev->cli.operation = I2C_WRITE; in nmk_i2c_xfer_one()
H A Di2c-qcom-geni.c27 #define I2C_WRITE 0x1 macro
438 geni_se_setup_m_cmd(se, I2C_WRITE, m_param); in geni_i2c_tx_one_msg()
/OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/
H A Dgp8psk-fe.h15 #define I2C_WRITE 0x83 macro