Home
last modified time | relevance | path

Searched refs:RTL8211_ADDR (Results 1 – 2 of 2) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/rtl8211/
A Dhpm_rtl8211.c24 id1 = enet_read_phy(ptr, RTL8211_ADDR, RTL8211_PHYID1); in rtl8211_check_id()
25 id2 = enet_read_phy(ptr, RTL8211_ADDR, RTL8211_PHYID2); in rtl8211_check_id()
43 enet_write_phy(ptr, RTL8211_ADDR, RTL8211_BMCR, RTL8211_BMCR_RESET_SET(1)); in rtl8211_reset()
47 data = enet_read_phy(ptr, RTL8211_ADDR, RTL8211_BMCR); in rtl8211_reset()
82 enet_write_phy(ptr, RTL8211_ADDR, RTL8211_BMCR, data); in rtl8211_basic_mode_init()
97 data = enet_read_phy(ptr, RTL8211_ADDR, RTL8211_PHYSR); in rtl8211_get_phy_status()
A Dhpm_rtl8211.h23 #ifndef RTL8211_ADDR
24 #define RTL8211_ADDR (2U) macro

Completed in 6 milliseconds