Cleanup of register definitions

This commit is contained in:
logicog
2025-08-29 17:12:58 +02:00
parent a0239b72f4
commit 739ab5ef40
+7
View File
@@ -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