Linux 5.7.7
[linux/fpc-iii.git] / arch / arm / mach-rpc / include / mach / isa-dma.h
blobd9c3af1ef718f670cd6ddacdde6bd6d7754b5257
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3 * arch/arm/mach-rpc/include/mach/isa-dma.h
5 * Copyright (C) 1997 Russell King
6 */
7 #ifndef __ASM_ARCH_DMA_H
8 #define __ASM_ARCH_DMA_H
10 #define MAX_DMA_CHANNELS 8
12 #define DMA_0 0
13 #define DMA_1 1
14 #define DMA_2 2
15 #define DMA_3 3
16 #define DMA_S0 4
17 #define DMA_S1 5
18 #define DMA_VIRTUAL_FLOPPY 6
19 #define DMA_VIRTUAL_SOUND 7
21 #define DMA_FLOPPY DMA_VIRTUAL_FLOPPY
23 #define IOMD_DMA_BOUNDARY (PAGE_SIZE - 1)
25 #endif /* _ASM_ARCH_DMA_H */