Searched refs:hw_txbyte (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/spi/ |
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()
|