Searched defs:s3c24xx_spi (Results 1 – 1 of 1) sorted by relevance
58 struct s3c24xx_spi { struct60 struct spi_bitbang bitbang;61 struct completion done;63 void __iomem *regs;64 int irq;65 int len;66 int count;68 struct fiq_handler fiq_handler;92 static inline struct s3c24xx_spi *to_hw(struct spi_device *sdev) in to_hw() argument