Lines Matching defs:mode
275 /* Sets output mode, MOSI signal, and (optionally) loopback */
298 /* Sets RSPI mode */
309 /* Sets output mode, MOSI signal, and (optionally) loopback */
329 /* Sets RSPI mode */
343 /* Sets output mode, MOSI signal, and (optionally) loopback */
394 /* Sets RSPI mode */
868 if (spi->mode & SPI_LOOP) {
911 u16 current_mode = 0xffff, mode;
914 mode = qspi_transfer_mode(xfer);
915 if (mode == current_mode) {
920 /* Transfer mode change */
932 /* Program transfer mode for this transfer */
933 rspi_write16(rspi, rspi->spcmd | mode, RSPI_SPCMD(i));
934 current_mode = mode;
959 if (spi->mode & SPI_CS_HIGH)
995 if (spi->mode & SPI_CPOL)
997 if (spi->mode & SPI_CPHA)
999 if (spi->mode & SPI_LSB_FIRST)
1006 /* CMOS output mode and MOSI signal from previous transfer */
1008 if (spi->mode & SPI_LOOP)
1013 if (msg->spi->mode &
1021 /* Enable SPI function in master mode */
1352 /* Multi-interrupt mode, only SPRI and SPTI are used */