isa-dma.h 377 B

1234567891011121314151617181920
  1. /*
  2. * arch/arm/mach-h720x/include/mach/isa-dma.h
  3. *
  4. * Architecture DMA routes
  5. *
  6. * Copyright (C) 1997.1998 Russell King
  7. */
  8. #ifndef __ASM_ARCH_DMA_H
  9. #define __ASM_ARCH_DMA_H
  10. #if defined (CONFIG_CPU_H7201)
  11. #define MAX_DMA_CHANNELS 3
  12. #elif defined (CONFIG_CPU_H7202)
  13. #define MAX_DMA_CHANNELS 4
  14. #else
  15. #error processor definition missmatch
  16. #endif
  17. #endif /* __ASM_ARCH_DMA_H */