Searched refs:RTL8201_ADDR (Results 1 – 2 of 2) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/rtl8201/ |
| A D | hpm_rtl8201.c | 24 id1 = enet_read_phy(ptr, RTL8201_ADDR, RTL8201_PHYID1); in rtl8201_check_id() 25 id2 = enet_read_phy(ptr, RTL8201_ADDR, RTL8201_PHYID2); in rtl8201_check_id() 43 enet_write_phy(ptr, RTL8201_ADDR, RTL8201_BMCR, RTL8201_BMCR_RESET_SET(1)); in rtl8201_reset() 47 data = enet_read_phy(ptr, RTL8201_ADDR, RTL8201_BMCR); in rtl8201_reset() 88 enet_write_phy(ptr, RTL8201_ADDR, RTL8201_BMCR, data); in rtl8201_basic_mode_init() 91 enet_write_phy(ptr, RTL8201_ADDR, RTL8201_PAGESEL, 7); in rtl8201_basic_mode_init() 94 data = enet_read_phy(ptr, RTL8201_ADDR, RTL8201_RMSR_P7); in rtl8201_basic_mode_init() 97 enet_write_phy(ptr, RTL8201_ADDR, RTL8201_RMSR_P7, data); in rtl8201_basic_mode_init() 106 data = enet_read_phy(ptr, RTL8201_ADDR, RTL8201_BMSR); in rtl8201_get_phy_status() 109 data = enet_read_phy(ptr, RTL8201_ADDR, RTL8201_BMCR); in rtl8201_get_phy_status()
|
| A D | hpm_rtl8201.h | 22 #ifndef RTL8201_ADDR 23 #define RTL8201_ADDR (2U) macro
|
Completed in 6 milliseconds