Searched refs:hw_txbyte (Results 1 – 3 of 3) sorted by relevance
/drivers/spi/ |
D | spi-altera.c | 105 static inline unsigned int hw_txbyte(struct altera_spi *hw, int count) in hw_txbyte() function 135 writel(hw_txbyte(hw, 0), hw->base + ALTERA_SPI_TXDATA); in altera_spi_txrx() 145 writel(hw_txbyte(hw, hw->count), in altera_spi_txrx() 193 writel(hw_txbyte(hw, hw->count), hw->base + ALTERA_SPI_TXDATA); in altera_spi_irq()
|
D | spi-nuc900.c | 170 static inline unsigned int hw_txbyte(struct nuc900_spi *hw, int count) in hw_txbyte() function 184 __raw_writel(hw_txbyte(hw, 0x0), hw->regs + USI_TX0); in nuc900_spi_txrx() 210 __raw_writel(hw_txbyte(hw, count), hw->regs + USI_TX0); in nuc900_spi_irq()
|
D | spi-s3c24xx.c | 211 static inline unsigned int hw_txbyte(struct s3c24xx_spi *hw, int count) in hw_txbyte() function 418 writeb(hw_txbyte(hw, 0), hw->regs + S3C2410_SPTDAT); in s3c24xx_spi_txrx() 451 writeb(hw_txbyte(hw, count), hw->regs + S3C2410_SPTDAT); in s3c24xx_spi_irq()
|