Linux Kernel
3.7.1
|
#include <mach/edma.h>
Go to the source code of this file.
Data Structures | |
struct | davinci_spi_platform_data |
struct | davinci_spi_config |
Macros | |
#define | SPI_INTERN_CS 0xFF |
#define | SPI_IO_TYPE_INTR 0 |
#define | SPI_IO_TYPE_POLL 1 |
#define | SPI_IO_TYPE_DMA 2 |
Enumerations | |
enum | { SPI_VERSION_1, SPI_VERSION_2 } |
#define SPI_INTERN_CS 0xFF |
Definition at line 24 of file spi-davinci.h.
#define SPI_IO_TYPE_DMA 2 |
Definition at line 80 of file spi-davinci.h.
#define SPI_IO_TYPE_INTR 0 |
Definition at line 78 of file spi-davinci.h.
#define SPI_IO_TYPE_POLL 1 |
Definition at line 79 of file spi-davinci.h.
anonymous enum |
Definition at line 26 of file spi-davinci.h.