Home
last modified time | relevance | path

Searched defs:s3c24xx_spi (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/drivers/spi/
Dspi-s3c24xx.c58 struct s3c24xx_spi { struct
60 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