Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/spi/
Dspi-uniphier.c22 struct uniphier_spi_priv { struct
23 void __iomem *base;
24 struct clk *clk;
25 struct spi_master *master;
26 struct completion xfer_done;
28 int error;
29 unsigned int tx_bytes;
30 unsigned int rx_bytes;
31 const u8 *tx_buf;
32 u8 *rx_buf;
[all …]
/kernel/linux/linux-5.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 …]