cleanup more ifxmips ssc reg acceses
[openwrt.git] / target / linux / danube / files / include / asm-mips / danube / danube.h
index 6329b2a..5bad876 100644 (file)
 #define DANUBE_PMU_PWDCR               ((u32*)(DANUBE_PMU_BASE_ADDR + 0x001C))
 #define DANUBE_PMU_PWDSR               ((u32*)(DANUBE_PMU_BASE_ADDR + 0x0020))
 
-#define DANUBE_PMU_PWDCR_DMA   0x20
-#define DANUBE_PMU_PWDCR_LED   0x800
-#define DANUBE_PMU_PWDCR_GPT   0x1000
-#define DANUBE_PMU_PWDCR_PPE   0x2000
-#define DANUBE_PMU_PWDCR_FPI   0x4000
-
 
 /*------------ ICU */
 
 #define DANUBE_LED_EDGE_MASK   (1 << 26)
 
 
-
 /*------------ GPIO */
 
 #define DANUBE_GPIO_BASE_ADDR  (0xBE100B00)
 #define DANUBE_GPIO_P0_PUDEN   ((u32*)(DANUBE_GPIO_BASE_ADDR + 0x0030))
 #define DANUBE_GPIO_P1_PUDEN   ((u32*)(DANUBE_GPIO_BASE_ADDR + 0x0060))
 
+
+/*------------ SSC */
+
+#define DANUBE_SSC1_BASE_ADDR  (KSEG1 + 0x1e100800)
+
+
+
+
+
+
 #endif