Home
last modified time | relevance | path

Searched refs:B53SPI_MSPI_SPCR2 (Results 1 – 2 of 2) sorted by relevance

/drivers/spi/
Dspi-bcm53xx.c96 tmp = bcm53xxspi_read(b53spi, B53SPI_MSPI_SPCR2); in bcm53xxspi_wait()
156 tmp = bcm53xxspi_read(b53spi, B53SPI_MSPI_SPCR2); in bcm53xxspi_buf_write()
160 bcm53xxspi_write(b53spi, B53SPI_MSPI_SPCR2, tmp); in bcm53xxspi_buf_write()
196 tmp = bcm53xxspi_read(b53spi, B53SPI_MSPI_SPCR2); in bcm53xxspi_buf_read()
200 bcm53xxspi_write(b53spi, B53SPI_MSPI_SPCR2, tmp); in bcm53xxspi_buf_read()
Dspi-bcm53xx.h43 #define B53SPI_MSPI_SPCR2 0x218 macro