Searched refs:PHY_Read (Results 1 – 7 of 7) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/phyksz8081/ |
| D | fsl_phy.c | 49 (void)PHY_Read(base, phyAddr, PHY_ID1_REG, &idReg); in PHY_Init() 65 result = PHY_Read(base, phyAddr, PHY_CONTROL2_REG, &data); in PHY_Init() 90 result = PHY_Read(base, phyAddr, PHY_BASICSTATUS_REG, &bssReg); in PHY_Init() 93 (void)PHY_Read(base, phyAddr, PHY_CONTROL1_REG, &ctlReg); in PHY_Init() 148 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr) in PHY_Read() function 207 result = PHY_Read(base, phyAddr, PHY_CONTROL2_REG, &data); in PHY_EnableLoopback() 220 result = PHY_Read(base, phyAddr, PHY_BASICCONTROL_REG, &data); in PHY_EnableLoopback() 230 result = PHY_Read(base, phyAddr, PHY_CONTROL2_REG, &data); in PHY_EnableLoopback() 248 result = PHY_Read(base, phyAddr, PHY_BASICSTATUS_REG, &data); in PHY_GetLinkStatus() 273 result = PHY_Read(base, phyAddr, PHY_CONTROL1_REG, &ctlReg); in PHY_GetLinkSpeedDuplex()
|
| D | fsl_phy.h | 150 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr);
|
| /hal_nxp-latest/mcux/mcux-sdk/components/phylan8720a/ |
| D | fsl_phy.c | 51 (void)PHY_Read(base, phyAddr, PHY_ID1_REG, &idReg); in PHY_Init() 65 (void)PHY_Read(base, phyAddr, PHY_BASICCONTROL_REG, ®); in PHY_Init() 81 (void)PHY_Read(base, phyAddr, PHY_SEPCIAL_CONTROL_REG, ®); in PHY_Init() 142 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr) in PHY_Read() function 191 result = PHY_Read(base, phyAddr, PHY_BASICSTATUS_REG, ®); in PHY_GetLinkStatus() 216 result = PHY_Read(base, phyAddr, PHY_SEPCIAL_CONTROL_REG, ®); in PHY_GetLinkSpeedDuplex()
|
| D | fsl_phy.h | 129 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr);
|
| /hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/enet/ |
| D | fsl_enet_phy_cmsis.c | 53 result = PHY_Read(&phyHandle, PHY_BASICCONTROL_REG, &bsctlReg); in PHY_SetForcedSpeedDuplexMode() 79 (void)PHY_Read(&phyHandle, PHY_BASICCONTROL_REG, &data); in PHY_SetPowerDown() 85 (void)PHY_Read(&phyHandle, PHY_BASICCONTROL_REG, &data); in PHY_SetPowerDown() 88 (void)PHY_Read(&phyHandle, PHY_BASICCONTROL_REG, &data); in PHY_SetPowerDown()
|
| /hal_nxp-latest/mcux/mcux-sdk/CMSIS/Driver/Include/ |
| D | Driver_ETH_MAC.h | 302 …int32_t (*PHY_Read) (uint8_t phy_addr, uint8_t reg_addr, uint16_t *data); … member
|
| /hal_nxp-latest/mcux/mcux-sdk/components/phy/ |
| D | fsl_phy.h | 230 static inline status_t PHY_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_Read() function
|