Home
last modified time | relevance | path

Searched refs:hw_txbyte (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/spi/
Dspi-altera.c116 static inline unsigned int hw_txbyte(struct altera_spi *hw, int count) in hw_txbyte() function
146 writel(hw_txbyte(hw, 0), hw->base + ALTERA_SPI_TXDATA); in altera_spi_txrx()
154 writel(hw_txbyte(hw, 0), hw->base + ALTERA_SPI_TXDATA); in altera_spi_txrx()
179 writel(hw_txbyte(hw, hw->count), in altera_spi_txrx()
211 writel(hw_txbyte(hw, hw->count), hw->base + ALTERA_SPI_TXDATA); in altera_spi_irq()
Dspi-nuc900.c188 static inline unsigned int hw_txbyte(struct nuc900_spi *hw, int count) in hw_txbyte() function
202 __raw_writel(hw_txbyte(hw, 0x0), hw->regs + USI_TX0); in nuc900_spi_txrx()
228 __raw_writel(hw_txbyte(hw, count), hw->regs + USI_TX0); in nuc900_spi_irq()
Dspi-s3c24xx.c231 static inline unsigned int hw_txbyte(struct s3c24xx_spi *hw, int count) in hw_txbyte() function
438 writeb(hw_txbyte(hw, 0), hw->regs + S3C2410_SPTDAT); in s3c24xx_spi_txrx()
471 writeb(hw_txbyte(hw, count), hw->regs + S3C2410_SPTDAT); in s3c24xx_spi_irq()