Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-hisi-kunpeng.c67 #define ISR_TX BIT(3) /* Transmit */ macro
68 #define ISR_MASK (ISR_RXOF | ISR_RXTO | ISR_RX | ISR_TX)
363 if (irq_status & ISR_TX) in hisi_spi_irq()
/openbmc/linux/sound/arm/
H A Daaci.h116 #define ISR_TX (1 << 2) /* tx interrupt status */ macro
/openbmc/u-boot/drivers/net/
H A Dax88180.h141 #define ISR_TX 0x00000008 macro