Searched refs:SPI_CR (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/arm/at91/
H A Dat91_spireg.h31 #define SPI_CR 0x00 /* CR: Control Register */ macro
H A Dat91_spi.c147 WR4(sc, SPI_CR, SPI_CR_SWRST);
149 WR4(sc, SPI_CR, SPI_CR_SWRST);
177 WR4(sc, SPI_CR, SPI_CR_SPIEN);
/freebsd-11.0-release/sys/dev/xilinx/
H A Daxi_quad_spi.c74 #define SPI_CR 0x60 /* Control register */ macro
148 WRITE4(sc, SPI_CR, reg);
152 WRITE4(sc, SPI_CR, reg);
/freebsd-11.0-release/sys/boot/arm/at91/libat91/
H A Dspi_flash.c235 pSPI->SPI_CR = AT91C_SPI_SWRST;
241 pSPI->SPI_CR = AT91C_SPI_SPIEN;
H A Dat91rm9200.h772 AT91_REG SPI_CR; // Control Register member in struct:_AT91S_SPI
795 // -------- SPI_CR : (SPI Offset: 0x0) SPI Control Register --------

Completed in 104 milliseconds