Home
last modified time | relevance | path

Searched refs:SPMODE_LOOP (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-fsl-spi.h36 #define SPMODE_LOOP (1 << 30) macro
H A Dspi-fsl-espi.c35 #define SPMODE_LOOP BIT(30) macro
516 loop_mode &= ~SPMODE_LOOP; in fsl_espi_setup()
518 loop_mode |= SPMODE_LOOP; in fsl_espi_setup()
H A Dspi-fsl-spi.c461 | SPMODE_REV | SPMODE_LOOP); in fsl_spi_setup()
470 cs->hw_mode |= SPMODE_LOOP; in fsl_spi_setup()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-fsl-spi.h36 #define SPMODE_LOOP (1 << 30) macro
H A Dspi-fsl-espi.c35 #define SPMODE_LOOP BIT(30) macro
509 loop_mode &= ~SPMODE_LOOP; in fsl_espi_setup()
511 loop_mode |= SPMODE_LOOP; in fsl_espi_setup()
H A Dspi-fsl-spi.c396 | SPMODE_REV | SPMODE_LOOP); in fsl_spi_setup()
405 cs->hw_mode |= SPMODE_LOOP; in fsl_spi_setup()

Completed in 6 milliseconds