Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/arch/microblaze/include/asm/dma.h
26451 views
1
/* SPDX-License-Identifier: GPL-2.0 */
2
/*
3
* Copyright (C) 2006 Atmark Techno, Inc.
4
*/
5
6
#ifndef _ASM_MICROBLAZE_DMA_H
7
#define _ASM_MICROBLAZE_DMA_H
8
9
/* Virtual address corresponding to last available physical memory address. */
10
#define MAX_DMA_ADDRESS (CONFIG_KERNEL_START + memory_size - 1)
11
12
#endif /* _ASM_MICROBLAZE_DMA_H */
13
14