]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-avr32/arch-at32ap/at32ap700x.h
dmaengine: Driver for the Synopsys DesignWare DMA controller
[linux-2.6-omap-h63xx.git] / include / asm-avr32 / arch-at32ap / at32ap700x.h
index 99684d6f39677fbb29a1a4481be58bc226d31204..d18a3053be0d33b909ce665b41aaa62211e37a0a 100644 (file)
@@ -13,8 +13,6 @@
 #define GPIO_PERIPH_A  0
 #define GPIO_PERIPH_B  1
 
-#define NR_GPIO_CONTROLLERS    4
-
 /*
  * Pin numbers identifying specific GPIO pins on the chip. They can
  * also be converted to IRQ numbers by passing them through
 #define GPIO_PIN_PD(N) (GPIO_PIOD_BASE + (N))
 #define GPIO_PIN_PE(N) (GPIO_PIOE_BASE + (N))
 
+
+/*
+ * DMAC peripheral hardware handshaking interfaces, used with dw_dmac
+ */
+#define DMAC_MCI_RX            0
+#define DMAC_MCI_TX            1
+#define DMAC_DAC_TX            2
+#define DMAC_AC97_A_RX         3
+#define DMAC_AC97_A_TX         4
+#define DMAC_AC97_B_RX         5
+#define DMAC_AC97_B_TX         6
+#define DMAC_DMAREQ_0          7
+#define DMAC_DMAREQ_1          8
+#define DMAC_DMAREQ_2          9
+#define DMAC_DMAREQ_3          10
+
 #endif /* __ASM_ARCH_AT32AP700X_H__ */