Searched refs:ALTERA_SPI_STATUS_RRDY_MSK (Results 1 – 2 of 2) sorted by relevance
17 #define ALTERA_SPI_STATUS_RRDY_MSK BIT(7) macro110 if (readl(®s->status) & ALTERA_SPI_STATUS_RRDY_MSK) in altera_spi_xfer()128 if (reg & ALTERA_SPI_STATUS_RRDY_MSK) in altera_spi_xfer()
33 #define ALTERA_SPI_STATUS_RRDY_MSK 0x80 macro170 if (val & ALTERA_SPI_STATUS_RRDY_MSK) in altera_spi_txrx()217 if (val & ALTERA_SPI_STATUS_RRDY_MSK) in altera_spi_init_host()