Searched defs:dw_spi (Results 1 – 1 of 1) sorted by relevance
92 struct dw_spi { struct93 struct spi_master *master;94 struct spi_device *cur_dev;95 struct device *parent_dev;96 enum dw_ssi_type type;97 char name[16];99 void __iomem *regs;100 unsigned long paddr;101 u32 iolen;102 int irq;[all …]