Searched refs:enet_read_phy (Results 1 – 10 of 10) sorted by relevance
| /bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/rtl8201/ |
| A D | hpm_rtl8201.c | 24 id1 = enet_read_phy(ptr, RTL8201_ADDR, RTL8201_PHYID1); in rtl8201_check_id() 25 id2 = enet_read_phy(ptr, RTL8201_ADDR, RTL8201_PHYID2); in rtl8201_check_id() 47 data = enet_read_phy(ptr, RTL8201_ADDR, RTL8201_BMCR); in rtl8201_reset() 94 data = enet_read_phy(ptr, RTL8201_ADDR, RTL8201_RMSR_P7); in rtl8201_basic_mode_init() 106 data = enet_read_phy(ptr, RTL8201_ADDR, RTL8201_BMSR); in rtl8201_get_phy_status() 109 data = enet_read_phy(ptr, RTL8201_ADDR, RTL8201_BMCR); in rtl8201_get_phy_status()
|
| /bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/jl1111/ |
| A D | hpm_jl1111.c | 24 id1 = enet_read_phy(ptr, JL1111_ADDR, JL1111_PHYID1); in jl1111_check_id() 25 id2 = enet_read_phy(ptr, JL1111_ADDR, JL1111_PHYID2); in jl1111_check_id() 47 data = enet_read_phy(ptr, JL1111_ADDR, JL1111_BMCR); in jl1111_reset() 96 data = enet_read_phy(ptr, JL1111_ADDR, JL1111_BMSR); in jl1111_get_phy_status() 99 anar = enet_read_phy(ptr, JL1111_ADDR, JL1111_ANAR); in jl1111_get_phy_status() 100 anlpar = enet_read_phy(ptr, JL1111_ADDR, JL1111_ANLPAR); in jl1111_get_phy_status()
|
| /bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/lan8720/ |
| A D | hpm_lan8720.c | 24 id1 = enet_read_phy(ptr, LAN8720_ADDR, LAN8720_PHYID1); in lan8720_check_id() 25 id2 = enet_read_phy(ptr, LAN8720_ADDR, LAN8720_PHYID2); in lan8720_check_id() 47 data = enet_read_phy(ptr, LAN8720_ADDR, LAN8720_BMCR); in lan8720_reset() 93 data = enet_read_phy(ptr, LAN8720_ADDR, LAN8720_BMSR); in lan8720_get_phy_status() 96 data = enet_read_phy(ptr, LAN8720_ADDR, LAN8720_PSCSR); in lan8720_get_phy_status()
|
| /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() 61 return enet_read_phy(ptr, phy_addr, DP83867_ADDAR); in dp83867_read_phy_ext() 76 data = enet_read_phy(ptr, DP83867_ADDR, DP83867_BMCR); in dp83867_reset() 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()
|
| /bsp/hpmicro/libraries/hpm_sdk/components/enet_phy/rtl8211/ |
| A D | hpm_rtl8211.c | 24 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() 47 data = enet_read_phy(ptr, RTL8211_ADDR, RTL8211_BMCR); in rtl8211_reset() 97 data = enet_read_phy(ptr, RTL8211_ADDR, RTL8211_PHYSR); in rtl8211_get_phy_status()
|
| /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() 47 data = enet_read_phy(ptr, DP83848_ADDR, DP83848_BMCR); in dp83848_reset() 96 data = enet_read_phy(ptr, DP83848_ADDR, DP83848_PHYSTS); in dp83848_get_phy_status()
|
| /bsp/hpmicro/hpm6300evk/board/ |
| A D | eth_phy_port.c | 106 *(uint16_t *)data = enet_read_phy(((struct rt_mdio_bus *)bus)->hw_obj, addr, reg); in phy_read() 122 … reg_status = enet_read_phy(phy->bus->hw_obj, phy->addr, phy->reg_list[PHY_BASIC_STATUS_REG_IDX]); in phy_get_link_status() 140 reg_status = enet_read_phy(phy->bus->hw_obj, phy->addr, phy->reg_list[PHY_STATUS_REG_IDX]); in phy_get_link_speed_duplex()
|
| /bsp/hpmicro/libraries/drivers/ |
| A D | drv_enet_phy.c | 189 *(uint16_t *)data = enet_read_phy(((struct rt_mdio_bus *)bus)->hw_obj, addr, reg); in phy_read()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_enet_drv.h | 633 uint16_t enet_read_phy(ENET_Type *ptr, uint32_t phy_addr, uint32_t addr);
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_enet_drv.c | 208 uint16_t enet_read_phy(ENET_Type *ptr, uint32_t phy_addr, uint32_t addr) in enet_read_phy() function
|
Completed in 24 milliseconds