Searched refs:SPI_CTAR_LSBFE (Results 1 – 1 of 1) sorted by relevance
54 #define SPI_CTAR_LSBFE(x) ((x) << 24) macro596 if (dspi->cur_chip->ctar_val & SPI_CTAR_LSBFE(1)) { in dspi_tcfq_write()802 | SPI_CTAR_LSBFE(spi->mode & SPI_LSB_FIRST ? 1 : 0) in dspi_setup()