Searched refs:SSCR1_SPO (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dpxa2xx_ssp.h73 #define SSCR1_SPO BIT(3) /* Motorola SPI SSPSCLK polarity setting */ macro
/linux-master/drivers/spi/
H A Dspi-pxa2xx.c43 * manual says only SSCR1_SCFR, SSCR1_SPH, SSCR1_SPO need to be in this
52 | SSCR1_SPH | SSCR1_SPO | SSCR1_LBM)
58 | SSCR1_SPH | SSCR1_SPO | SSCR1_LBM)
65 | SSCR1_SPH | SSCR1_SPO | SSCR1_LBM)
1305 chip->cr1 &= ~(SSCR1_SPO | SSCR1_SPH);
1307 ((spi->mode & SPI_CPOL) ? SSCR1_SPO : 0);
/linux-master/arch/arm/mach-sa1100/include/mach/
H A DSA-1100.h788 #define SSCR1_SPO 0x00000008 /* Sample clock (SCLK) POlarity */ macro
789 #define SSCR1_SClkIactL (SSCR1_SPO*0) /* Sample Clock Inactive Low */
790 #define SSCR1_SClkIactH (SSCR1_SPO*1) /* Sample Clock Inactive High */

Completed in 183 milliseconds