Lines Matching refs:s3c24xx_spi
50 struct s3c24xx_spi {
82 static inline struct s3c24xx_spi *to_hw(struct spi_device *sdev)
95 struct s3c24xx_spi *hw = to_hw(spi);
117 struct s3c24xx_spi *hw = to_hw(spi);
162 struct s3c24xx_spi *hw = to_hw(spi);
175 struct s3c24xx_spi *hw = to_hw(spi);
206 static inline unsigned int hw_txbyte(struct s3c24xx_spi *hw, int count)
243 static void s3c24xx_spi_tryfiq(struct s3c24xx_spi *hw)
314 struct s3c24xx_spi *hw = pw;
339 static inline void s3c24xx_spi_initfiq(struct s3c24xx_spi *hw)
353 static inline bool s3c24xx_spi_usefiq(struct s3c24xx_spi *hw)
365 static inline bool s3c24xx_spi_usingfiq(struct s3c24xx_spi *spi)
371 static inline void s3c24xx_spi_initfiq(struct s3c24xx_spi *s) { }
372 static inline void s3c24xx_spi_tryfiq(struct s3c24xx_spi *s) { }
373 static inline bool s3c24xx_spi_usefiq(struct s3c24xx_spi *s) { return false; }
374 static inline bool s3c24xx_spi_usingfiq(struct s3c24xx_spi *s) { return false; }
380 struct s3c24xx_spi *hw = to_hw(spi);
402 struct s3c24xx_spi *hw = dev;
444 static void s3c24xx_spi_initialsetup(struct s3c24xx_spi *hw)
468 struct s3c24xx_spi *hw;
472 master = spi_alloc_master(&pdev->dev, sizeof(struct s3c24xx_spi));
587 struct s3c24xx_spi *hw = platform_get_drvdata(dev);
600 struct s3c24xx_spi *hw = dev_get_drvdata(dev);
616 struct s3c24xx_spi *hw = dev_get_drvdata(dev);