Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/spi/
Dspi-omap2-mcspi.c74 #define OMAP2_MCSPI_CHCONF_TURBO BIT(19) macro
477 if ((l & OMAP2_MCSPI_CHCONF_TURBO) && mcspi->fifo_depth == 0) in omap2_mcspi_rx_dma()
537 if (l & OMAP2_MCSPI_CHCONF_TURBO) { in omap2_mcspi_rx_dma()
740 (l & OMAP2_MCSPI_CHCONF_TURBO)) { in omap2_mcspi_txrx_pio()
789 (l & OMAP2_MCSPI_CHCONF_TURBO)) { in omap2_mcspi_txrx_pio()
838 (l & OMAP2_MCSPI_CHCONF_TURBO)) { in omap2_mcspi_txrx_pio()
1185 chconf &= ~OMAP2_MCSPI_CHCONF_TURBO; in omap2_mcspi_transfer_one()
1195 chconf |= OMAP2_MCSPI_CHCONF_TURBO; in omap2_mcspi_transfer_one()