HomeSort by: relevance | last modified time | path
    Searched refs:SPI_CSR (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/at91/
at91spireg.h 56 #define SPI_CSR(slv) (0x30U + 4 * (slv)) /* 0x30: Chip Select Regs */
at91spi.c 174 PUTREG(sc, SPI_CSR(0), SPI_CSR_SCBR | SPI_CSR_BITS_8);
175 PUTREG(sc, SPI_CSR(1), SPI_CSR_SCBR | SPI_CSR_BITS_8);
176 PUTREG(sc, SPI_CSR(2), SPI_CSR_SCBR | SPI_CSR_BITS_8);
177 PUTREG(sc, SPI_CSR(3), SPI_CSR_SCBR | SPI_CSR_BITS_8);
205 csr = GETREG(sc, SPI_CSR(0)); /* read register */
244 PUTREG(sc, SPI_CSR(0), csr);
340 GETREG(sc, SPI_IMR), GETREG(sc, SPI_CSR(0))));

Completed in 104 milliseconds