Searched defs:s3c24xx_spi (Results 1 – 1 of 1) sorted by relevance
49 struct s3c24xx_spi { struct51 struct spi_bitbang bitbang;52 struct completion done;54 void __iomem *regs;78 static inline struct s3c24xx_spi *to_hw(struct spi_device *sdev) in to_hw() argument