Home
last modified time | relevance | path

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

/openbmc/linux/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()