Searched refs:enet_write_phy (Results 1 – 10 of 10) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/dp83867/ |
| A D | hpm_dp83867.c | 37 …enet_write_phy(ptr, phy_addr, DP83867_REGCR, DP83867_REGCR_FUNCTION_SET(0) | DP83867_REGCR_DEVAD_… in dp83867_write_phy_ext() 40 enet_write_phy(ptr, phy_addr, DP83867_ADDAR, addr); in dp83867_write_phy_ext() 43 …enet_write_phy(ptr, phy_addr, DP83867_REGCR, DP83867_REGCR_FUNCTION_SET(1) | DP83867_REGCR_DEVAD_S… in dp83867_write_phy_ext() 46 enet_write_phy(ptr, phy_addr, DP83867_ADDAR, data); in dp83867_write_phy_ext() 52 …enet_write_phy(ptr, phy_addr, DP83867_REGCR, DP83867_REGCR_FUNCTION_SET(0) | DP83867_REGCR_DEVAD_S… in dp83867_read_phy_ext() 55 enet_write_phy(ptr, phy_addr, DP83867_ADDAR, addr); in dp83867_read_phy_ext() 58 …enet_write_phy(ptr, phy_addr, DP83867_REGCR, DP83867_REGCR_FUNCTION_SET(1) | DP83867_REGCR_DEVAD_S… in dp83867_read_phy_ext() 72 enet_write_phy(ptr, DP83867_ADDR, DP83867_BMCR, DP83867_BMCR_RESET_SET(1)); in dp83867_reset() 116 enet_write_phy(ptr, DP83867_ADDR, DP83867_BMCR, data); in dp83867_basic_mode_init()
|
| /bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/rtl8201/ |
| A D | hpm_rtl8201.c | 43 enet_write_phy(ptr, RTL8201_ADDR, RTL8201_BMCR, RTL8201_BMCR_RESET_SET(1)); 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() 97 enet_write_phy(ptr, RTL8201_ADDR, RTL8201_RMSR_P7, data); in rtl8201_basic_mode_init()
|
| /bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/rtl8211/ |
| A D | hpm_rtl8211.c | 43 enet_write_phy(ptr, RTL8211_ADDR, RTL8211_BMCR, RTL8211_BMCR_RESET_SET(1)); in rtl8211_reset() 82 enet_write_phy(ptr, RTL8211_ADDR, RTL8211_BMCR, data); in rtl8211_basic_mode_init()
|
| /bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/dp83848/ |
| A D | hpm_dp83848.c | 43 enet_write_phy(ptr, DP83848_ADDR, DP83848_BMCR, DP83848_BMCR_RESET_SET(1)); in dp83848_reset() 87 enet_write_phy(ptr, DP83848_ADDR, DP83848_BMCR, data); in dp83848_basic_mode_init()
|
| /bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/lan8720/ |
| A D | hpm_lan8720.c | 43 enet_write_phy(ptr, LAN8720_ADDR, LAN8720_BMCR, LAN8720_BMCR_RESET_SET(1)); in lan8720_reset() 84 enet_write_phy(ptr, LAN8720_ADDR, LAN8720_BMCR, data); in lan8720_basic_mode_init()
|
| /bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/jl1111/ |
| A D | hpm_jl1111.c | 43 enet_write_phy(ptr, JL1111_ADDR, JL1111_BMCR, JL1111_BMCR_RESET_SET(1)); in jl1111_reset() 87 enet_write_phy(ptr, JL1111_ADDR, JL1111_BMCR, data); in jl1111_basic_mode_init()
|
| /bsp/hpmicro/hpm6300evk/board/ |
| A D | eth_phy_port.c | 113 enet_write_phy(((struct rt_mdio_bus *)bus)->hw_obj, addr, reg, *(uint16_t *)data); in phy_write()
|
| /bsp/hpmicro/libraries/drivers/ |
| A D | drv_enet_phy.c | 196 enet_write_phy(((struct rt_mdio_bus *)bus)->hw_obj, addr, reg, *(uint16_t *)data); in phy_write()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_enet_drv.h | 643 void enet_write_phy(ENET_Type *ptr, uint32_t phy_addr, uint32_t addr, uint32_t data);
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_enet_drv.c | 191 void enet_write_phy(ENET_Type *ptr, uint32_t phy_addr, uint32_t addr, uint32_t data) in enet_write_phy() function
|
Completed in 18 milliseconds