Searched refs:SPI_LSB_FIRST (Results 1 - 25 of 33) sorted by relevance

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/spi/
H A Dspidev.h40 #define SPI_LSB_FIRST 0x08 macro
H A Dspi.h44 * each word in a transfer (by specifying SPI_LSB_FIRST).
82 #define SPI_LSB_FIRST 0x08 /* per-word bits-on-wire */ macro
392 * from the wire byte order (big-endian except with SPI_LSB_FIRST). So
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/spi/
H A Dspidev.h40 #define SPI_LSB_FIRST 0x08 macro
H A Dspi.h44 * each word in a transfer (by specifying SPI_LSB_FIRST).
82 #define SPI_LSB_FIRST 0x08 /* per-word bits-on-wire */ macro
392 * from the wire byte order (big-endian except with SPI_LSB_FIRST). So
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/spi/
H A Dspidev.h40 #define SPI_LSB_FIRST 0x08 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/spi/
H A Dspidev.h40 #define SPI_LSB_FIRST 0x08 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/spi/
H A Dspidev.h40 #define SPI_LSB_FIRST 0x08 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/spi/
H A Dspidev.c72 | SPI_LSB_FIRST | SPI_3WIRE | SPI_LOOP \
360 retval = __put_user((spi->mode & SPI_LSB_FIRST) ? 1 : 0,
396 spi->mode |= SPI_LSB_FIRST;
398 spi->mode &= ~SPI_LSB_FIRST;
H A Dmpc52xx_spi.c170 if (spi->mode & SPI_LSB_FIRST)
365 if (spi->mode & ~(SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST))
440 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST;
H A Dspi_ppc4xx.c61 * Note: This is identical to SPI_LSB_FIRST.
272 if (spi->mode & SPI_LSB_FIRST)
476 SPI_CPHA | SPI_CPOL | SPI_CS_HIGH | SPI_LSB_FIRST;
H A Dmpc52xx_psc_spi.c97 if (spi->mode & SPI_LSB_FIRST)
382 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LSB_FIRST;
H A Dspi_sh_msiof.c378 !!(spi->mode & SPI_LSB_FIRST));
599 master->mode_bits |= SPI_LSB_FIRST | SPI_3WIRE;
H A Dspi_mpc8xxx.c295 spi->mode & SPI_LSB_FIRST) {
321 if (spi->mode & SPI_LSB_FIRST &&
674 if (!(spi->mode & SPI_LSB_FIRST))
1012 | SPI_LSB_FIRST | SPI_LOOP;
H A Dau1550_spi.c205 if (spi->mode & SPI_LSB_FIRST)
783 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LSB_FIRST;
H A Dmpc512x_psc_spi.c99 if (spi->mode & SPI_LSB_FIRST)
H A Dspi.c663 (spi->mode & SPI_LSB_FIRST) ? "lsb, " : "",
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/spi/
H A Dspidev.c72 | SPI_LSB_FIRST | SPI_3WIRE | SPI_LOOP \
360 retval = __put_user((spi->mode & SPI_LSB_FIRST) ? 1 : 0,
396 spi->mode |= SPI_LSB_FIRST;
398 spi->mode &= ~SPI_LSB_FIRST;
H A Dmpc52xx_spi.c170 if (spi->mode & SPI_LSB_FIRST)
365 if (spi->mode & ~(SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST))
440 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_LSB_FIRST;
H A Dspi_ppc4xx.c61 * Note: This is identical to SPI_LSB_FIRST.
272 if (spi->mode & SPI_LSB_FIRST)
476 SPI_CPHA | SPI_CPOL | SPI_CS_HIGH | SPI_LSB_FIRST;
H A Dmpc52xx_psc_spi.c97 if (spi->mode & SPI_LSB_FIRST)
382 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LSB_FIRST;
H A Dspi_sh_msiof.c378 !!(spi->mode & SPI_LSB_FIRST));
599 master->mode_bits |= SPI_LSB_FIRST | SPI_3WIRE;
H A Dspi_mpc8xxx.c295 spi->mode & SPI_LSB_FIRST) {
321 if (spi->mode & SPI_LSB_FIRST &&
674 if (!(spi->mode & SPI_LSB_FIRST))
1012 | SPI_LSB_FIRST | SPI_LOOP;
H A Dau1550_spi.c205 if (spi->mode & SPI_LSB_FIRST)
783 master->mode_bits = SPI_CPOL | SPI_CPHA | SPI_CS_HIGH | SPI_LSB_FIRST;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/Documentation/spi/
H A Dspidev_test.c136 mode |= SPI_LSB_FIRST;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/Documentation/spi/
H A Dspidev_test.c136 mode |= SPI_LSB_FIRST;

Completed in 388 milliseconds

12