Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/spi/
Dspi-s3c24xx.c55 struct s3c24xx_spi { struct
57 struct spi_bitbang bitbang;
58 struct completion done;
60 void __iomem *regs;
61 int irq;
62 int len;
63 int count;
87 static inline struct s3c24xx_spi *to_hw(struct spi_device *sdev) in to_hw() argument