Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/i2c/busses/
H A Di2c-xiic.c127 #define XIIC_INTR_TX_HALF_MASK 0x80 /* 1 = TX FIFO half empty */ macro
137 (XIIC_INTR_TX_ERROR_MASK | XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)
472 if (pend & (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)) { in xiic_process()
476 (XIIC_INTR_TX_EMPTY_MASK | XIIC_INTR_TX_HALF_MASK)); in xiic_process()
496 xiic_irq_dis(i2c, XIIC_INTR_TX_HALF_MASK); in xiic_process()
506 xiic_irq_dis(i2c, XIIC_INTR_TX_HALF_MASK); in xiic_process()
683 xiic_irq_clr_en(i2c, XIIC_INTR_TX_HALF_MASK); in __xiic_start_xfer()