Searched defs:stmp_spi (Results 1 – 1 of 1) sorted by relevance
43 struct stmp_spi { struct44 int id;46 void * __iomem regs; /* vaddr of the control registers */48 int irq, err_irq;49 u32 dma;50 struct stmp3xxx_dma_descriptor d;52 u32 speed_khz;53 u32 saved_timings;54 u32 divider;56 struct clk *clk;[all …]