Home
last modified time | relevance | path

Searched refs:I2CD_M_TX_CMD (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/i2c/
H A Dast_i2c.h123 #define I2CD_M_TX_CMD (0x1 << 1) macro
H A Dast_i2c.c182 writel(I2CD_M_START_CMD | I2CD_M_TX_CMD, &priv->regs->csr); in ast_i2c_start_txn()
228 writel(I2CD_M_TX_CMD, &priv->regs->csr); in ast_i2c_write_data()