Searched defs:uniphier_spi_priv (Results 1 – 1 of 1) sorted by relevance
25 struct uniphier_spi_priv { struct26 void __iomem *base;27 dma_addr_t base_dma_addr;28 struct clk *clk;29 struct spi_master *master;30 struct completion xfer_done;32 int error;33 unsigned int tx_bytes;34 unsigned int rx_bytes;35 const u8 *tx_buf;[all …]