isa-dma.h 345 B

1234567891011121314151617
  1. /*
  2. * arch/arm/mach-shark/include/mach/isa-dma.h
  3. *
  4. * by Alexander Schulz
  5. */
  6. #ifndef __ASM_ARCH_DMA_H
  7. #define __ASM_ARCH_DMA_H
  8. /* Use only the lowest 4MB, nothing else works.
  9. * The rest is not DMAable. See dev / .properties
  10. * in OpenFirmware.
  11. */
  12. #define MAX_DMA_CHANNELS 8
  13. #define DMA_ISA_CASCADE 4
  14. #endif /* _ASM_ARCH_DMA_H */