Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c466 | SPMODE_REV | SPMODE_LOOP); in fsl_spi_setup()
475 cs->hw_mode |= SPMODE_LOOP; in fsl_spi_setup()
/OK3568_Linux_fs/u-boot/drivers/spi/
H A Dmpc8xx_spi.c310 clrsetbits_be16(&cp->cp_spmode, ~SPMODE_LOOP, SPMODE_REV | SPMODE_MSTR | in spi_xfer()
/OK3568_Linux_fs/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