Lines Matching defs:mode
276 /* Sets output mode, MOSI signal, and (optionally) loopback */
299 /* Sets RSPI mode */
310 /* Sets output mode, MOSI signal, and (optionally) loopback */
330 /* Sets RSPI mode */
344 /* Sets output mode, MOSI signal, and (optionally) loopback */
395 /* Sets RSPI mode */
869 if (spi->mode & SPI_LOOP) {
912 u16 current_mode = 0xffff, mode;
915 mode = qspi_transfer_mode(xfer);
916 if (mode == current_mode) {
921 /* Transfer mode change */
933 /* Program transfer mode for this transfer */
934 rspi_write16(rspi, rspi->spcmd | mode, RSPI_SPCMD(i));
935 current_mode = mode;
960 if (spi->mode & SPI_CS_HIGH)
996 if (spi->mode & SPI_CPOL)
998 if (spi->mode & SPI_CPHA)
1000 if (spi->mode & SPI_LSB_FIRST)
1007 /* CMOS output mode and MOSI signal from previous transfer */
1009 if (spi->mode & SPI_LOOP)
1014 if (msg->spi->mode &
1022 /* Enable SPI function in master mode */
1374 /* Multi-interrupt mode, only SPRI and SPTI are used */