Searched refs:ETH_PhyWrite (Results 1 – 3 of 3) sorted by relevance
| /bsp/CME_M7/drivers/ |
| A D | app_phy.c | 28 ETH_PhyWrite(PHY_BASE_ADDR, PHY_REG_CONTROL, PHY_BIT_CONTROL_RESET); in phy_Reset() 45 ETH_PhyWrite(PHY_BASE_ADDR, PHY_REG_EXTEND_STATUS, data); in phy_AutoMediaSelect() 54 ETH_PhyWrite(PHY_BASE_ADDR, PHY_REG_CONTROL, data); in phy_AutoNeg()
|
| /bsp/CME_M7/StdPeriph_Driver/inc/ |
| A D | cmem7_eth.h | 217 void ETH_PhyWrite(uint32_t phyAddr, uint32_t phyReg, uint32_t data);
|
| /bsp/CME_M7/StdPeriph_Driver/src/ |
| A D | cmem7_eth.c | 381 void ETH_PhyWrite(uint32_t phyAddr, uint32_t phyReg, uint32_t data) { in ETH_PhyWrite() function
|
Completed in 10 milliseconds