Searched refs:ALTERA_SPI_STATUS_RRDY_MSK (Results 1 – 1 of 1) sorted by relevance
19 #define ALTERA_SPI_STATUS_RRDY_MSK BIT(7) macro112 if (readl(®s->status) & ALTERA_SPI_STATUS_RRDY_MSK) in altera_spi_xfer()130 if (reg & ALTERA_SPI_STATUS_RRDY_MSK) in altera_spi_xfer()
Completed in 4 milliseconds