Searched refs:B53SPI_MSPI_SPCR2_SPE (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/spi/
H A Dspi-bcm53xx.c50 if (!(tmp & B53SPI_MSPI_SPCR2_SPE)) bcm53xxspi_wait()
55 if (tmp & B53SPI_MSPI_SPCR2_SPE) bcm53xxspi_wait()
110 tmp |= B53SPI_MSPI_SPCR2_SPE; bcm53xxspi_buf_write()
150 tmp |= B53SPI_MSPI_SPCR2_SPE; bcm53xxspi_buf_read()
H A Dspi-bcm53xx.h44 #define B53SPI_MSPI_SPCR2_SPE 0x00000040 macro

Completed in 36 milliseconds