Searched refs:SPI_RSTF (Results 1 – 3 of 3) sorted by relevance
47 #define SPI_RSTF 0x80 macro74 spi_write(spi_read(CR2) | SPI_RSTF, CR2); /* fifo reset */ in spi_reset()75 spi_write(spi_read(CR2) & ~SPI_RSTF, CR2); in spi_reset()
43 #define SPI_RSTF 0x80 macro77 spi_write(spi_read(CR2) | SPI_RSTF, CR2); /* fifo reset */ in spi_reset()78 spi_write(spi_read(CR2) & ~SPI_RSTF, CR2); in spi_reset()
41 #define SPI_RSTF 0x80 macro82 spi_write(spi_read(CR2) | SPI_RSTF, CR2); /* fifo reset */ in spi_reset()83 spi_write(spi_read(CR2) & ~SPI_RSTF, CR2); in spi_reset()