dma.h 330 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * Copyright (C) 2006 Atmark Techno, Inc.
  4. */
  5. #ifndef _ASM_MICROBLAZE_DMA_H
  6. #define _ASM_MICROBLAZE_DMA_H
  7. /* Virtual address corresponding to last available physical memory address. */
  8. #define MAX_DMA_ADDRESS (CONFIG_KERNEL_START + memory_size - 1)
  9. #endif /* _ASM_MICROBLAZE_DMA_H */