s3c24xx_spi        83 drivers/spi/spi-s3c24xx.c static inline struct s3c24xx_spi *to_hw(struct spi_device *sdev)
s3c24xx_spi        96 drivers/spi/spi-s3c24xx.c 	struct s3c24xx_spi *hw = to_hw(spi);
s3c24xx_spi       118 drivers/spi/spi-s3c24xx.c 	struct s3c24xx_spi *hw = to_hw(spi);
s3c24xx_spi       163 drivers/spi/spi-s3c24xx.c 	struct s3c24xx_spi *hw = to_hw(spi);
s3c24xx_spi       176 drivers/spi/spi-s3c24xx.c 	struct s3c24xx_spi *hw = to_hw(spi);
s3c24xx_spi       207 drivers/spi/spi-s3c24xx.c static inline unsigned int hw_txbyte(struct s3c24xx_spi *hw, int count)
s3c24xx_spi       259 drivers/spi/spi-s3c24xx.c static void s3c24xx_spi_tryfiq(struct s3c24xx_spi *hw)
s3c24xx_spi       334 drivers/spi/spi-s3c24xx.c 	struct s3c24xx_spi *hw = pw;
s3c24xx_spi       359 drivers/spi/spi-s3c24xx.c static inline void s3c24xx_spi_initfiq(struct s3c24xx_spi *hw)
s3c24xx_spi       373 drivers/spi/spi-s3c24xx.c static inline bool s3c24xx_spi_usefiq(struct s3c24xx_spi *hw)
s3c24xx_spi       385 drivers/spi/spi-s3c24xx.c static inline bool s3c24xx_spi_usingfiq(struct s3c24xx_spi *spi)
s3c24xx_spi       391 drivers/spi/spi-s3c24xx.c static inline void s3c24xx_spi_initfiq(struct s3c24xx_spi *s) { }
s3c24xx_spi       392 drivers/spi/spi-s3c24xx.c static inline void s3c24xx_spi_tryfiq(struct s3c24xx_spi *s) { }
s3c24xx_spi       393 drivers/spi/spi-s3c24xx.c static inline bool s3c24xx_spi_usefiq(struct s3c24xx_spi *s) { return false; }
s3c24xx_spi       394 drivers/spi/spi-s3c24xx.c static inline bool s3c24xx_spi_usingfiq(struct s3c24xx_spi *s) { return false; }
s3c24xx_spi       400 drivers/spi/spi-s3c24xx.c 	struct s3c24xx_spi *hw = to_hw(spi);
s3c24xx_spi       422 drivers/spi/spi-s3c24xx.c 	struct s3c24xx_spi *hw = dev;
s3c24xx_spi       464 drivers/spi/spi-s3c24xx.c static void s3c24xx_spi_initialsetup(struct s3c24xx_spi *hw)
s3c24xx_spi       488 drivers/spi/spi-s3c24xx.c 	struct s3c24xx_spi *hw;
s3c24xx_spi       492 drivers/spi/spi-s3c24xx.c 	master = spi_alloc_master(&pdev->dev, sizeof(struct s3c24xx_spi));
s3c24xx_spi       607 drivers/spi/spi-s3c24xx.c 	struct s3c24xx_spi *hw = platform_get_drvdata(dev);
s3c24xx_spi       620 drivers/spi/spi-s3c24xx.c 	struct s3c24xx_spi *hw = dev_get_drvdata(dev);
s3c24xx_spi       636 drivers/spi/spi-s3c24xx.c 	struct s3c24xx_spi *hw = dev_get_drvdata(dev);