Searched refs:SPI_CPOL (Results 1 - 13 of 13) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/spi/
H A Dspidev.h31 #define SPI_CPOL 0x02 macro
35 #define SPI_MODE_2 (SPI_CPOL|0)
36 #define SPI_MODE_3 (SPI_CPOL|SPI_CPHA)
H A Dspi.h72 #define SPI_CPOL 0x02 /* clock polarity */ macro
75 #define SPI_MODE_2 (SPI_CPOL|0)
76 #define SPI_MODE_3 (SPI_CPOL|SPI_CPHA)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/spi/
H A Domap_uwire.c191 if (spi->mode & SPI_CPOL)
352 if (spi->mode & SPI_CPOL)
355 switch (spi->mode & (SPI_CPOL | SPI_CPHA)) {
H A Dspi_bitbang.c209 cs->txrx_word = bitbang->txrx_word[spi->mode & (SPI_CPOL|SPI_CPHA)];
218 __FUNCTION__, spi->mode & (SPI_CPOL | SPI_CPHA),
H A Dspi_mpc83xx.c154 if (spi->mode & SPI_CPOL)
255 __FUNCTION__, spi->mode & (SPI_CPOL | SPI_CPHA),
H A Dspi_butterfly.c134 setsck(spi, spi->mode & SPI_CPOL);
H A Datmel_spi.c339 #define MODEBITS (SPI_CPOL | SPI_CPHA | SPI_CS_HIGH)
395 if (spi->mode & SPI_CPOL)
H A Dspi_s3c24xx.c91 if (spi->mode & SPI_CPOL)
H A Dspidev.c59 #define SPI_MODE_MASK (SPI_CPHA | SPI_CPOL)
H A Dspi_bfin5xx.c972 if (spi->mode & ~(SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST)) {
1006 if (spi->mode & SPI_CPOL)
H A Dmpc52xx_psc_spi.c95 if (spi->mode & SPI_CPOL)
H A Dau1550_spi.c191 if (spi->mode & SPI_CPOL)
H A Dpxa2xx_spi.c1174 | (((spi->mode & SPI_CPOL) != 0) ? SSCR1_SPO : 0);

Completed in 95 milliseconds