Searched refs:ATMEL_SPI_SR_TDRE (Results 1 – 2 of 2) sorted by relevance
45 #define ATMEL_SPI_SR_TDRE BIT(1) macro
187 if (len_tx < len && (status & ATMEL_SPI_SR_TDRE)) { in spi_xfer()372 if ((len_tx < len) && (status & ATMEL_SPI_SR_TDRE)) { in atmel_spi_xfer()