Home
last modified time | relevance | path

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

/linux/drivers/media/usb/dvb-usb-v2/
H A Dce6230.h29 I2C_WRITE = 0xca, /* wr a */ enumerator
/linux/drivers/media/dvb-frontends/
H A Dgp8psk-fe.h15 #define I2C_WRITE 0x83 macro
/linux/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-qcom-geni.c33 #define I2C_WRITE 0x1 macro
542 geni_se_setup_m_cmd(se, I2C_WRITE, m_param); in geni_i2c_tx_one_msg()
692 if (op == I2C_WRITE && msgs[msg_idx].flags & I2C_M_RD) { in geni_i2c_gpi()
703 if (op == I2C_WRITE) in geni_i2c_gpi()
740 if (op == I2C_WRITE) in geni_i2c_gpi()
763 if (!((msgs[msg_idx].flags & I2C_M_RD) && op == I2C_WRITE)) in geni_i2c_gpi()
887 &tx_addr, &tx_buf, I2C_WRITE, gi2c->tx_c); in geni_i2c_gpi_xfer()
H A Di2c-nomadik.c152 I2C_WRITE = 0x00, enumerator
379 if (priv->cli.operation == I2C_WRITE) in load_i2c_mcr_reg()
380 mcr |= FIELD_PREP(I2C_MCR_OP, I2C_WRITE); in load_i2c_mcr_reg()
641 priv->cli.operation = I2C_WRITE; in nmk_i2c_xfer_one()