OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPI_PDC_BASE
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/at91/
at91spi.c
166
PUTREG(sc,
SPI_PDC_BASE
+ PDC_PTCR, PDC_PTCR_TXTDIS | PDC_PTCR_RXTDIS);
167
PUTREG(sc,
SPI_PDC_BASE
+ PDC_RNCR, 0);
168
PUTREG(sc,
SPI_PDC_BASE
+ PDC_RCR, 0);
169
PUTREG(sc,
SPI_PDC_BASE
+ PDC_TNCR, 0);
170
PUTREG(sc,
SPI_PDC_BASE
+ PDC_TCR, 0);
189
PUTREG(sc,
SPI_PDC_BASE
+ PDC_PTCR, PDC_PTCR_TXTEN | PDC_PTCR_RXTEN);
347
PUTREG(sc,
SPI_PDC_BASE
+ PDC_RNPR, sc->sc_dmaaddr + sc->sc_dmaoffs);
348
PUTREG(sc,
SPI_PDC_BASE
+ PDC_RNCR, len);
349
PUTREG(sc,
SPI_PDC_BASE
+ PDC_TNPR, sc->sc_dmaaddr + sc->sc_dmaoffs);
350
PUTREG(sc,
SPI_PDC_BASE
+ PDC_TNCR, len)
[
all
...]
at91spireg.h
57
#define
SPI_PDC_BASE
0x100U /* 0x100: PDC */
Completed in 12 milliseconds
Indexes created Sat Oct 11 16:09:52 GMT 2025