Searched refs:ALTERA_SPI_STATUS_RRDY_MSK (Results 1 – 2 of 2) sorted by relevance
20 #define ALTERA_SPI_STATUS_RRDY_MSK BIT(7) macro113 if (readl(®s->status) & ALTERA_SPI_STATUS_RRDY_MSK) in altera_spi_xfer()131 if (reg & ALTERA_SPI_STATUS_RRDY_MSK) in altera_spi_xfer()
34 #define ALTERA_SPI_STATUS_RRDY_MSK 0x80 macro201 if (val & ALTERA_SPI_STATUS_RRDY_MSK) in altera_spi_txrx()316 if (val & ALTERA_SPI_STATUS_RRDY_MSK) in altera_spi_probe()