Searched refs:SPI_PDC_BASE (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/arch/arm/at91/
H A Dat91spi.c169 PUTREG(sc, SPI_PDC_BASE + PDC_PTCR, PDC_PTCR_TXTDIS | PDC_PTCR_RXTDIS);
170 PUTREG(sc, SPI_PDC_BASE + PDC_RNCR, 0);
171 PUTREG(sc, SPI_PDC_BASE + PDC_RCR, 0);
172 PUTREG(sc, SPI_PDC_BASE + PDC_TNCR, 0);
173 PUTREG(sc, SPI_PDC_BASE + PDC_TCR, 0);
192 PUTREG(sc, SPI_PDC_BASE + PDC_PTCR, PDC_PTCR_TXTEN | PDC_PTCR_RXTEN);
350 PUTREG(sc, SPI_PDC_BASE + PDC_RNPR, sc->sc_dmaaddr + sc->sc_dmaoffs);
351 PUTREG(sc, SPI_PDC_BASE + PDC_RNCR, len);
352 PUTREG(sc, SPI_PDC_BASE + PDC_TNPR, sc->sc_dmaaddr + sc->sc_dmaoffs);
353 PUTREG(sc, SPI_PDC_BASE
[all...]
H A Dat91spireg.h57 #define SPI_PDC_BASE 0x100U /* 0x100: PDC */ macro

Completed in 119 milliseconds