Home
last modified time | relevance | path

Searched defs:sh_msiof_spi_priv (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/spi/
Dspi-sh-msiof.c32 struct sh_msiof_spi_priv { struct
33 struct spi_bitbang bitbang; /* must be first for spi_bitbang.c */
34 void __iomem *mapbase;
35 struct clk *clk;
36 struct platform_device *pdev;
37 struct sh_msiof_spi_info *info;
38 struct completion done;
39 unsigned long flags;
40 int tx_fifo_size;
41 int rx_fifo_size;
[all …]