Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-bcm53xx.c97 if (!(tmp & B53SPI_MSPI_SPCR2_SPE)) in bcm53xxspi_wait()
102 if (tmp & B53SPI_MSPI_SPCR2_SPE) in bcm53xxspi_wait()
157 tmp |= B53SPI_MSPI_SPCR2_SPE; in bcm53xxspi_buf_write()
197 tmp |= B53SPI_MSPI_SPCR2_SPE; in bcm53xxspi_buf_read()
Dspi-bcm53xx.h44 #define B53SPI_MSPI_SPCR2_SPE 0x00000040 macro