Add port isolation methods

This commit is contained in:
logicog
2025-08-22 07:15:49 +02:00
parent 857a91ffc4
commit 0a05fe923e
2 changed files with 23 additions and 0 deletions
+6
View File
@@ -121,6 +121,12 @@
#define RTL837x_TRUNK_CTRL_A 0x4f38
#define RTL837x_TRUNK_CTRL_B 0x4f3c
/*
* Port isolation
*/
#define RTL837X_PORT_ISOLATION_BASE 0x50c0
#ifdef REGDBG
#define REG_SET(r, v) SFR_DATA_24 = ((v) >> 24) & 0xff; \