Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-rockchip.c163 struct rockchip_spi { struct
164 struct device *dev;
165 struct spi_master *master;
167 struct clk *spiclk;
168 struct clk *apb_pclk;
170 void __iomem *regs;
172 u32 fifo_len;
174 u32 max_freq;
176 enum rockchip_ssi_type type;
200 struct rockchip_spi_dma_data dma_rx; argument
[all …]