Searched refs:SPI_PUSHR_CMD_CTAS (Results 1 – 1 of 1) sorted by relevance
84 #define SPI_PUSHR_CMD_CTAS(x) (((x) & 0x0003) << 12) macro85 #define SPI_PUSHR_CTAS(x) (SPI_PUSHR_CMD_CTAS(x) << 16)671 dspi->tx_cmd = SPI_PUSHR_CMD_CTAS(0) | in dspi_transfer_one_message()