diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-10 15:14:17 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-10-10 15:14:17 +0000 |
commit | 8f0961f8a1b8c5f491c5b8890eab44fcbc8d21c6 (patch) | |
tree | c744550c4eb70b0a99eeee97ad19b8f914d40fdc /package/ltq-dsl/src/ifxmips_compat.h | |
parent | eac20bee29a59c0527af99876295984b61f6b955 (diff) |
[ltq-dsl]
* add support for ar9
* add support for ase
(vr9 support is still a todo)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28406 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ltq-dsl/src/ifxmips_compat.h')
-rw-r--r-- | package/ltq-dsl/src/ifxmips_compat.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/ltq-dsl/src/ifxmips_compat.h b/package/ltq-dsl/src/ifxmips_compat.h index ae375b7e6f..bd357e98cf 100644 --- a/package/ltq-dsl/src/ifxmips_compat.h +++ b/package/ltq-dsl/src/ifxmips_compat.h @@ -15,6 +15,14 @@ (((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 @@ -40,4 +48,6 @@ #define CONFIG_IFXMIPS_DSL_CPE_MEI y +#define INT_NUM_IM2_IRL24 (INT_NUM_IM2_IRL0 + 24) + #endif |