Home
last modified time | relevance | path

Searched refs:OMAP2_MCSPI_CHCONF_TURBO (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-omap2-mcspi.c74 #define OMAP2_MCSPI_CHCONF_TURBO BIT(19) macro
478 if ((l & OMAP2_MCSPI_CHCONF_TURBO) && mcspi->fifo_depth == 0) in omap2_mcspi_rx_dma()
538 if (l & OMAP2_MCSPI_CHCONF_TURBO) { in omap2_mcspi_rx_dma()
741 (l & OMAP2_MCSPI_CHCONF_TURBO)) { in omap2_mcspi_txrx_pio()
788 (l & OMAP2_MCSPI_CHCONF_TURBO)) { in omap2_mcspi_txrx_pio()
835 (l & OMAP2_MCSPI_CHCONF_TURBO)) { in omap2_mcspi_txrx_pio()
1181 chconf &= ~OMAP2_MCSPI_CHCONF_TURBO; in omap2_mcspi_transfer_one()
1191 chconf |= OMAP2_MCSPI_CHCONF_TURBO; in omap2_mcspi_transfer_one()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-omap2-mcspi.c74 #define OMAP2_MCSPI_CHCONF_TURBO BIT(19) macro
479 if ((l & OMAP2_MCSPI_CHCONF_TURBO) && mcspi->fifo_depth == 0) in omap2_mcspi_rx_dma()
539 if (l & OMAP2_MCSPI_CHCONF_TURBO) { in omap2_mcspi_rx_dma()
742 (l & OMAP2_MCSPI_CHCONF_TURBO)) { in omap2_mcspi_txrx_pio()
791 (l & OMAP2_MCSPI_CHCONF_TURBO)) { in omap2_mcspi_txrx_pio()
840 (l & OMAP2_MCSPI_CHCONF_TURBO)) { in omap2_mcspi_txrx_pio()
1188 chconf &= ~OMAP2_MCSPI_CHCONF_TURBO; in omap2_mcspi_transfer_one()
1198 chconf |= OMAP2_MCSPI_CHCONF_TURBO; in omap2_mcspi_transfer_one()

Completed in 9 milliseconds