Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-hisi-kunpeng.c59 #define SR_RXNE BIT(2) /* Receive FIFO not empty */ macro
188 return readl(hs->regs + HISI_SPI_SR) & SR_RXNE; in hisi_spi_rx_not_empty()