Searched refs:ISR_TX (Results 1 – 3 of 3) sorted by relevance
67 #define ISR_TX BIT(3) /* Transmit */ macro68 #define ISR_MASK (ISR_RXOF | ISR_RXTO | ISR_RX | ISR_TX)363 if (irq_status & ISR_TX) in hisi_spi_irq()
116 #define ISR_TX (1 << 2) /* tx interrupt status */ macro
141 #define ISR_TX 0x00000008 macro