HomeSort by: relevance | last modified time | path
    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