samba36: enable parallel build
[openwrt/openwrt.git] / package / ltq-dsl / src / ifxmips_compat.h
index ae375b7e6fde7618ee447d4a9813cc5741a7c368..b0c9f25f487a69c1c3e004389899610df0b22d7b 100644 (file)
     (((x) & ~(((1 << ((msb) + 1)) - 1) ^ ((1 << (lsb)) - 1))) | (((value) & ((1 << (1 + (msb) - (lsb))) - 1)) << (lsb)))
 
 
+#define IFX_PP32_ETOP_CFG              0x16020
+#define IFX_PP32_ETOP_MDIO_CFG         0x11804
+#define IFX_PP32_ETOP_IG_PLEN_CTRL     0x16080
+#define IFX_PP32_ENET_MAC_CFG          0x1840
+
+#define IFX_RCU_DOMAIN_PPE             (1 << 8)
+#define IFX_RCU_MODULE_ATM
+
 #define IFX_PMU_ENABLE    1
 #define IFX_PMU_DISABLE   0
 
@@ -26,6 +34,9 @@
 #define IFX_PMU_MODULE_PPE_EMA    (1 << 22)
 #define IFX_PMU_MODULE_PPE_TOP    (1 << 29)
 
+extern void ltq_pmu_enable(unsigned int module);
+extern void ltq_pmu_disable(unsigned int module);
+
 #define ifx_pmu_set(a,b)       {if(a == IFX_PMU_ENABLE) ltq_pmu_enable(b); else ltq_pmu_disable(b);}
 
 #define PPE_TOP_PMU_SETUP(__x)    ifx_pmu_set(IFX_PMU_MODULE_PPE_TOP, (__x))
@@ -40,4 +51,6 @@
 
 #define CONFIG_IFXMIPS_DSL_CPE_MEI     y
 
+#define INT_NUM_IM2_IRL24      (INT_NUM_IM2_IRL0 + 24)
+
 #endif