Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-rockchip.c171 struct rockchip_spi { struct
172 struct device *dev;
173 struct spi_master *master;
175 struct clk *spiclk;
176 struct clk *apb_pclk;
178 void __iomem *regs;
180 u32 fifo_len;
182 u32 max_freq;
184 enum rockchip_ssi_type type;
208 struct rockchip_spi_dma_data dma_rx; argument
[all …]