Searched refs:bcm63xx_spireg (Results 1 – 2 of 2) sorted by relevance
56 return bcm_readb(bs->regs + bcm63xx_spireg(offset)); in bcm_spi_readb()62 return bcm_readw(bs->regs + bcm63xx_spireg(offset)); in bcm_spi_readw()68 bcm_writeb(value, bs->regs + bcm63xx_spireg(offset)); in bcm_spi_writeb()74 bcm_writew(value, bs->regs + bcm63xx_spireg(offset)); in bcm_spi_writew()379 bs->tx_io = (u8 *)(bs->regs + bcm63xx_spireg(SPI_MSG_DATA)); in bcm63xx_spi_probe()380 bs->rx_io = (const u8 *)(bs->regs + bcm63xx_spireg(SPI_RX_DATA)); in bcm63xx_spi_probe()
47 static inline unsigned long bcm63xx_spireg(enum bcm63xx_regs_spi reg) in bcm63xx_spireg() function