Moving PHY code to BANK1

This commit is contained in:
logicog
2025-06-25 15:30:50 +02:00
parent 73a0a7d137
commit 5faf31cdb8
10 changed files with 356 additions and 302 deletions
+8
View File
@@ -0,0 +1,8 @@
#ifndef _RTL837X_PHY_H_
#define _RTL837X_PHY_H_
void rtl8224_phy_enable(void) __banked;
void phy_config(uint8_t phy) __banked;
void phy_config_8224(void) __banked;
#endif