OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SPI_CSR_BITS_8
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/arm/at91/
at91spireg.h
95
#define
SPI_CSR_BITS_8
(0U<<4)
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
);
207
csr |=
SPI_CSR_BITS_8
; /* assume 8 bit transfers */
Completed in 23 milliseconds
Indexes created Fri Oct 03 02:09:57 GMT 2025