Searched refs:VIAI2C_CR_TX_END (Results 1 – 3 of 3) sorted by relevance
41 val &= ~VIAI2C_CR_TX_END; in viai2c_write()69 val &= ~(VIAI2C_CR_TX_END | VIAI2C_CR_RX_END); in viai2c_read()156 val = VIAI2C_CR_TX_END | VIAI2C_CR_CPU_RDY | VIAI2C_CR_ENABLE; in viai2c_irq_xfer()165 writeb(VIAI2C_CR_TX_END, base + VIAI2C_REG_CR); in viai2c_irq_xfer()
79 tmp |= read ? VIAI2C_CR_RX_END : VIAI2C_CR_TX_END; in viai2c_fifo_xfer()128 tmp |= read ? VIAI2C_CR_RX_END : VIAI2C_CR_TX_END; in viai2c_fifo_irq_xfer()152 tmp &= ~(VIAI2C_CR_RX_END | VIAI2C_CR_TX_END); in zxi2c_xfer()
18 #define VIAI2C_CR_TX_END BIT(2) macro