Lines Matching defs:sh_msiof_spi_priv
40 struct sh_msiof_spi_priv { struct
41 struct spi_controller *ctlr;
42 void __iomem *mapbase;
43 struct clk *clk;
44 struct platform_device *pdev;
45 struct sh_msiof_spi_info *info;
46 struct completion done;
47 struct completion done_txdma;
48 unsigned int tx_fifo_size;
49 unsigned int rx_fifo_size;
50 unsigned int min_div_pow;
51 void *tx_dma_page;
52 void *rx_dma_page;
53 dma_addr_t tx_dma_addr;
54 dma_addr_t rx_dma_addr;
55 bool native_cs_inited;
56 bool native_cs_high;
57 bool target_aborted;
671 void (*tx_fifo)(struct sh_msiof_spi_priv *, in sh_msiof_spi_txrx_once()
673 void (*rx_fifo)(struct sh_msiof_spi_priv *, in sh_msiof_spi_txrx_once()