OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DMA_BEGINALIGNMENT
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/arch/next68k/dev/
nextdmareg.h
36
#define
DMA_BEGINALIGNMENT
4 /* initial buffer must be on long */
39
#define
DMA_BEGINALIGNMENT
16
44
((type)(((unsigned int)(addr) +
DMA_BEGINALIGNMENT
- 1) \
45
& ~(
DMA_BEGINALIGNMENT
- 1)))
52
(((unsigned int)(addr) & (
DMA_BEGINALIGNMENT
- 1)) == 0)
/src/sys/arch/next68k/stand/boot/
dmareg.h
37
#define
DMA_BEGINALIGNMENT
4 /* initial buffer must be on long */
39
#define
DMA_BEGINALIGNMENT
16 /* initial buffer must be on long */
46
((type)(((unsigned)(addr)+
DMA_BEGINALIGNMENT
-1) \
47
&~(
DMA_BEGINALIGNMENT
-1)))
Completed in 28 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025