Lines Matching defs:sh_msiof_spi_priv
32 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;
434 void (*tx_fifo)(struct sh_msiof_spi_priv *, in sh_msiof_spi_txrx_once()
436 void (*rx_fifo)(struct sh_msiof_spi_priv *, in sh_msiof_spi_txrx_once()