Searched refs:PHY_Read (Results 1 – 6 of 6) sorted by relevance
| /bsp/frdm-k64f/board/ |
| A D | fsl_phy.c | 82 PHY_Read(base, phyAddr, PHY_ID1_REG, &idReg); in PHY_Init() 109 result = PHY_Read(base, phyAddr, PHY_BASICSTATUS_REG, &bssReg); in PHY_Init() 161 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr) in PHY_Read() function 208 result = PHY_Read(base, phyAddr, PHY_BASICCONTROL_REG, &data); in PHY_EnableLoopback() 217 result = PHY_Read(base, phyAddr, PHY_CONTROL2_REG, &data); in PHY_EnableLoopback() 230 result = PHY_Read(base, phyAddr, PHY_BASICCONTROL_REG, &data); in PHY_EnableLoopback() 239 result = PHY_Read(base, phyAddr, PHY_CONTROL2_REG, &data); in PHY_EnableLoopback() 257 result = PHY_Read(base, phyAddr, PHY_BASICSTATUS_REG, &data); in PHY_GetLinkStatus() 282 result = PHY_Read(base, phyAddr, PHY_CONTROL1_REG, &ctlReg); in PHY_GetLinkSpeedDuplex()
|
| A D | fsl_phy.h | 167 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr);
|
| /bsp/nxp/lpc/lpc54608-LPCXpresso/drivers/ |
| A D | fsl_phy.c | 89 PHY_Read(base, phyAddr, PHY_ID1_REG, &idReg); in PHY_Init() 103 PHY_Read(base, phyAddr, PHY_BASICCONTROL_REG, ®); in PHY_Init() 119 PHY_Read(base, phyAddr, PHY_SEPCIAL_CONTROL_REG, ®); in PHY_Init() 168 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr) in PHY_Read() function 216 result = PHY_Read(base, phyAddr, PHY_BASICSTATUS_REG, ®); in PHY_GetLinkStatus() 241 result = PHY_Read(base, phyAddr, PHY_SEPCIAL_CONTROL_REG, ®); in PHY_GetLinkSpeedDuplex()
|
| A D | fsl_phy.h | 148 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr);
|
| A D | drv_emac.c | 556 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr); in phy_dump() 565 result = PHY_Read(lpc_emac_device.base, lpc_emac_device.phyAddr, i, ®); in phy_dump()
|
| /bsp/tm4c129x/drivers/ |
| A D | drv_eth.c | 1492 void PHY_Read(uint8_t addr) 1497 FINSH_FUNCTION_EXPORT(PHY_Read, (add));
|
Completed in 12 milliseconds