Searched refs:bcm53xxspi_write (Results 1 – 1 of 1) sorted by relevance
| /linux-4.4.14/drivers/spi/ |
| D | spi-bcm53xx.c | 29 static inline void bcm53xxspi_write(struct bcm53xxspi *b53spi, u16 offset, in bcm53xxspi_write() function 63 bcm53xxspi_write(b53spi, B53SPI_MSPI_MSPI_STATUS, 0); in bcm53xxspi_wait() 72 bcm53xxspi_write(b53spi, B53SPI_MSPI_MSPI_STATUS, 0); in bcm53xxspi_wait() 87 bcm53xxspi_write(b53spi, B53SPI_MSPI_TXRAM + 4 * (i * 2), in bcm53xxspi_buf_write() 98 bcm53xxspi_write(b53spi, B53SPI_MSPI_CDRAM + 4 * i, tmp); in bcm53xxspi_buf_write() 102 bcm53xxspi_write(b53spi, B53SPI_MSPI_NEWQP, 0); in bcm53xxspi_buf_write() 103 bcm53xxspi_write(b53spi, B53SPI_MSPI_ENDQP, len - 1); in bcm53xxspi_buf_write() 106 bcm53xxspi_write(b53spi, B53SPI_MSPI_WRITE_LOCK, 1); in bcm53xxspi_buf_write() 113 bcm53xxspi_write(b53spi, B53SPI_MSPI_SPCR2, tmp); in bcm53xxspi_buf_write() 119 bcm53xxspi_write(b53spi, B53SPI_MSPI_WRITE_LOCK, 0); in bcm53xxspi_buf_write() [all …]
|