Searched defs:sh_msiof_spi_priv (Results 1 – 1 of 1) sorted by relevance
32 struct sh_msiof_spi_priv { struct33 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 …]