Searched refs:DP83848_ADDR (Results 1 – 2 of 2) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/dp83848/ |
| A D | hpm_dp83848.c | 24 id1 = enet_read_phy(ptr, DP83848_ADDR, DP83848_PHYIDR1); in dp83848_check_id() 25 id2 = enet_read_phy(ptr, DP83848_ADDR, DP83848_PHYIDR2); in dp83848_check_id() 43 enet_write_phy(ptr, DP83848_ADDR, DP83848_BMCR, DP83848_BMCR_RESET_SET(1)); in dp83848_reset() 47 data = enet_read_phy(ptr, DP83848_ADDR, DP83848_BMCR); in dp83848_reset() 87 enet_write_phy(ptr, DP83848_ADDR, DP83848_BMCR, data); in dp83848_basic_mode_init() 96 data = enet_read_phy(ptr, DP83848_ADDR, DP83848_PHYSTS); in dp83848_get_phy_status()
|
| A D | hpm_dp83848.h | 22 #ifndef DP83848_ADDR 23 #define DP83848_ADDR (1U) macro
|
Completed in 7 milliseconds