Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-fsl-spi.h40 #define SPMODE_REV (1 << 26) macro
57 #define SPMODE_INIT_VAL (SPMODE_CI_INACTIVEHIGH | SPMODE_DIV16 | SPMODE_REV | \
H A Dspi-fsl-spi.c396 | SPMODE_REV | SPMODE_LOOP); in fsl_spi_setup()
403 cs->hw_mode |= SPMODE_REV; 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.h579 #define SPMODE_REV ((ushort)0x0400) /* Reversed Data */ macro
H A Dcpm_85xx.h657 #define SPMODE_REV ((ushort)0x0400) /* Reversed Data */ macro