Searched defs:sunxi_spi (Results 1 – 1 of 1) sorted by relevance
97 struct sunxi_spi { struct103 spi_dma_info_t dma_rx;104 spi_dma_info_t dma_tx;107 struct platform_device *pdev;108 struct spi_master *master;/* kzalloc */109 struct spi_device *spi;110 struct spi_dbi_config *dbi_config;111 struct sunxi_slave *slave;112 struct pinctrl *pctrl;114 struct clk *pclk; /* PLL clock */[all …]