Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-fsl-spi.h40 #define SPMODE_LOOP (1 << 30) macro
Dspi-fsl-espi.c39 #define SPMODE_LOOP BIT(30) macro
511 loop_mode &= ~SPMODE_LOOP; in fsl_espi_setup()
513 loop_mode |= SPMODE_LOOP; in fsl_espi_setup()
Dspi-fsl-spi.c446 | SPMODE_REV | SPMODE_LOOP); in fsl_spi_setup()
455 cs->hw_mode |= SPMODE_LOOP; in fsl_spi_setup()