Linux Kernel
3.7.1
|
Data Fields | |
struct spi_bitbang | bitbang |
void __iomem * | mapbase |
struct clk * | clk |
struct platform_device * | pdev |
struct sh_msiof_spi_info * | info |
struct completion | done |
unsigned long | flags |
int | tx_fifo_size |
int | rx_fifo_size |
Definition at line 32 of file spi-sh-msiof.c.
struct spi_bitbang bitbang |
Definition at line 33 of file spi-sh-msiof.c.
Definition at line 35 of file spi-sh-msiof.c.
struct completion done |
Definition at line 38 of file spi-sh-msiof.c.
unsigned long flags |
Definition at line 39 of file spi-sh-msiof.c.
struct sh_msiof_spi_info* info |
Definition at line 37 of file spi-sh-msiof.c.
Definition at line 34 of file spi-sh-msiof.c.
struct platform_device* pdev |
Definition at line 36 of file spi-sh-msiof.c.
int rx_fifo_size |
Definition at line 41 of file spi-sh-msiof.c.
int tx_fifo_size |
Definition at line 40 of file spi-sh-msiof.c.