Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/spi/
Dspi-uniphier.c25 struct uniphier_spi_priv { struct
26 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 …]