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