Home
last modified time | relevance | path

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

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