Home
last modified time | relevance | path

Searched refs:enet_write_phy (Results 1 – 10 of 10) sorted by relevance

/bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/dp83867/
A Dhpm_dp83867.c37enet_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()
43enet_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()
52enet_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()
58enet_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 Dhpm_rtl8201.c43 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 Dhpm_rtl8211.c43 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 Dhpm_dp83848.c43 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 Dhpm_lan8720.c43 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 Dhpm_jl1111.c43 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 Deth_phy_port.c113 enet_write_phy(((struct rt_mdio_bus *)bus)->hw_obj, addr, reg, *(uint16_t *)data); in phy_write()
/bsp/hpmicro/libraries/drivers/
A Ddrv_enet_phy.c196 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 Dhpm_enet_drv.h643 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 Dhpm_enet_drv.c191 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