Searched refs:I2C_WRITE (Results 1 – 13 of 13) sorted by relevance
/openbmc/u-boot/drivers/i2c/ |
H A D | mv_i2c.c | 133 case I2C_WRITE: in i2c_transfer() 256 msg.direction = I2C_WRITE; in __i2c_read() 271 msg.direction = I2C_WRITE; in __i2c_read() 281 msg.direction = I2C_WRITE; in __i2c_read() 327 msg.direction = I2C_WRITE; in __i2c_write() 342 msg.direction = I2C_WRITE; in __i2c_write() 359 msg.direction = I2C_WRITE; in __i2c_write() 454 msg.direction = I2C_WRITE; in __i2c_probe_chip()
|
H A D | mv_i2c.h | 23 #define I2C_WRITE 1 macro
|
H A D | davinci_i2c.h | 11 #define I2C_WRITE 0 macro
|
H A D | s3c24x0_i2c.h | 62 #define I2C_WRITE 0 macro
|
H A D | s3c24x0_i2c.c | 129 if ((cmd_type == I2C_WRITE) || (addr && addr_len)) in i2c_transfer() 154 case I2C_WRITE: in i2c_transfer()
|
/openbmc/linux/drivers/media/usb/dvb-usb-v2/ |
H A D | ce6230.h | 29 I2C_WRITE = 0xca, /* wr a */ enumerator
|
H A D | ce6230.c | 32 case I2C_WRITE: in ce6230_ctrl_msg() 135 req.cmd = I2C_WRITE; in ce6230_i2c_master_xfer()
|
/openbmc/linux/include/linux/dma/ |
H A D | qcom-gpi-dma.h | 50 I2C_WRITE = 1, enumerator
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | gp8psk-fe.h | 15 #define I2C_WRITE 0x83 macro
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-hix5hd2.c | 45 #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 D | i2c-nomadik.c | 130 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 D | i2c-qcom-geni.c | 29 #define I2C_WRITE 0x1 macro 460 geni_se_setup_m_cmd(se, I2C_WRITE, m_param); in geni_i2c_tx_one_msg() 533 if (op == I2C_WRITE) in geni_i2c_gpi() 558 if (op == I2C_WRITE) in geni_i2c_gpi() 617 &tx_addr, &tx_buf, I2C_WRITE, gi2c->tx_c); in geni_i2c_gpi_xfer()
|
/openbmc/linux/drivers/dma/qcom/ |
H A D | gpi.c | 1667 if (i2c->op == I2C_WRITE) { in gpi_create_i2c_tre()
|