Home
last modified time | relevance | path

Searched refs:ISR_RXOF (Results 1 - 1 of 1) sorted by relevance

/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-hisi-kunpeng.c64 #define ISR_RXOF BIT(0) /* Receive Overflow */ macro
68 #define ISR_MASK (ISR_RXOF | ISR_RXTO | ISR_RX | ISR_TX)
350 if (irq_status & ISR_RXOF) { in hisi_spi_irq()

Completed in 2 milliseconds