Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/i2c/busses/
Di2c-xiic.c132 #define XIIC_INTR_TX_HALF_MASK 0x80 /* 1 = TX FIFO half empty */ macro
142 (XIIC_INTR_TX_ERROR_MASK | XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)
459 if (pend & (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)) { in xiic_process()
463 (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)); in xiic_process()
483 xiic_irq_dis(i2c, XIIC_INTR_TX_HALF_MASK); in xiic_process()
493 xiic_irq_dis(i2c, XIIC_INTR_TX_HALF_MASK); in xiic_process()
661 xiic_irq_clr_en(i2c, XIIC_INTR_TX_HALF_MASK); in __xiic_start_xfer()