mirror of
https://github.com/logicog/RTLPlayground.git
synced 2026-08-30 14:52:51 +08:00
Cleanup of register definitions
This commit is contained in:
@@ -100,6 +100,7 @@
|
|||||||
#define TBL_L2_UNICAST 0x04
|
#define TBL_L2_UNICAST 0x04
|
||||||
#define TBL_VLAN 0x03
|
#define TBL_VLAN 0x03
|
||||||
|
|
||||||
|
#define RTL837X_L2_CTRL 0x5350
|
||||||
#define RTL837x_TBL_DATA_0 0x5cb0
|
#define RTL837x_TBL_DATA_0 0x5cb0
|
||||||
#define RTL837x_L2_DATA_OUT_A 0x5ccc
|
#define RTL837x_L2_DATA_OUT_A 0x5ccc
|
||||||
#define RTL837x_L2_DATA_OUT_B 0x5cd0
|
#define RTL837x_L2_DATA_OUT_B 0x5cd0
|
||||||
@@ -137,6 +138,12 @@
|
|||||||
*/
|
*/
|
||||||
#define RTL837X_PORT_ISOLATION_BASE 0x50c0
|
#define RTL837X_PORT_ISOLATION_BASE 0x50c0
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Multicast handling
|
||||||
|
*/
|
||||||
|
#define RTL837X_MC_LOOKUPMISS_ACTIONS 0x4f78
|
||||||
|
#define RTL837X_IGMP_PORT_CFG 0x52a0
|
||||||
|
|
||||||
|
|
||||||
#ifdef REGDBG
|
#ifdef REGDBG
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user