Searched refs:DP83867_ADDR (Results 1 – 2 of 2) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/dp83867/ |
| A D | hpm_dp83867.c | 24 id1 = enet_read_phy(ptr, DP83867_ADDR, DP83867_PHYIDR1); in dp83867_check_id() 25 id2 = enet_read_phy(ptr, DP83867_ADDR, DP83867_PHYIDR2); in dp83867_check_id() 72 enet_write_phy(ptr, DP83867_ADDR, DP83867_BMCR, DP83867_BMCR_RESET_SET(1)); in dp83867_reset() 76 data = enet_read_phy(ptr, DP83867_ADDR, DP83867_BMCR); in dp83867_reset() 116 enet_write_phy(ptr, DP83867_ADDR, DP83867_BMCR, data); in dp83867_basic_mode_init() 117 data = enet_read_phy(ptr, DP83867_ADDR, DP83867_BMCR); in dp83867_basic_mode_init() 126 data = enet_read_phy(ptr, DP83867_ADDR, DP83867_PHYSTS); in dp83867_get_phy_status() 136 data = dp83867_read_phy_ext(ptr, DP83867_ADDR, DP83867_PHYCR); in dp83867_set_mdi_crossover_mode() 139 dp83867_write_phy_ext(ptr, DP83867_ADDR, DP83867_PHYCR, data); in dp83867_set_mdi_crossover_mode()
|
| A D | hpm_dp83867.h | 22 #ifndef DP83867_ADDR 23 #define DP83867_ADDR (0U) macro
|
Completed in 7 milliseconds