HomeSort by relevance Sort by last modified time
    Searched refs:SPI_MODE_CPHA (Results 1 - 2 of 2) sorted by null

  /external/syslinux/gpxe/src/include/gpxe/
spi.h 129 * This is the bitwise OR of zero or more of @c SPI_MODE_CPHA
133 * therefore corresponds to a mode value of (0|SPI_MODE_CPHA)
163 #define SPI_MODE_CPHA 0x01
175 * SPI_MODE_CPOL and @c SPI_MODE_CPHA), but is included here for
  /external/syslinux/gpxe/src/drivers/bitbash/
spi_bit.c 92 unsigned int cpha = ( ( bus->mode & SPI_MODE_CPHA ) ? 1 : 0 );

Completed in 78 milliseconds