Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/u-boot/drivers/spi/
H A Dmpc8xx_spi.c173 clrsetbits_be16(&cp->cp_spmode, ~SPMODE_LOOP, SPMODE_REV | SPMODE_MSTR | in mpc8xx_spi_xfer()
/openbmc/u-boot/arch/powerpc/include/asm/
H A Dcpm_8xx.h575 #define SPMODE_LOOP ((ushort)0x4000) /* Loopback */ macro
H A Dcpm_85xx.h653 #define SPMODE_LOOP ((ushort)0x4000) /* Loopback */ macro