Searched refs:bcm53xxspi_read (Results 1 – 1 of 1) sorted by relevance
24 static inline u32 bcm53xxspi_read(struct bcm53xxspi *b53spi, u16 offset) in bcm53xxspi_read() function49 tmp = bcm53xxspi_read(b53spi, B53SPI_MSPI_SPCR2); in bcm53xxspi_wait()61 tmp = bcm53xxspi_read(b53spi, B53SPI_MSPI_MSPI_STATUS); in bcm53xxspi_wait()109 tmp = bcm53xxspi_read(b53spi, B53SPI_MSPI_SPCR2); in bcm53xxspi_buf_write()149 tmp = bcm53xxspi_read(b53spi, B53SPI_MSPI_SPCR2); in bcm53xxspi_buf_read()165 r_buf[i] = (u8)bcm53xxspi_read(b53spi, B53SPI_MSPI_RXRAM + 4 * (1 + offset * 2)); in bcm53xxspi_buf_read()