Home
last modified time | relevance | path

Searched refs:PHY_Read (Results 1 – 7 of 7) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/phyksz8081/
Dfsl_phy.c49 (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()
Dfsl_phy.h150 status_t PHY_Read(ENET_Type *base, uint32_t phyAddr, uint32_t phyReg, uint32_t *dataPtr);
/hal_nxp-latest/mcux/mcux-sdk/components/phylan8720a/
Dfsl_phy.c51 (void)PHY_Read(base, phyAddr, PHY_ID1_REG, &idReg); in PHY_Init()
65 (void)PHY_Read(base, phyAddr, PHY_BASICCONTROL_REG, &reg); in PHY_Init()
81 (void)PHY_Read(base, phyAddr, PHY_SEPCIAL_CONTROL_REG, &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, &reg); in PHY_GetLinkStatus()
216 result = PHY_Read(base, phyAddr, PHY_SEPCIAL_CONTROL_REG, &reg); in PHY_GetLinkSpeedDuplex()
Dfsl_phy.h129 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/
Dfsl_enet_phy_cmsis.c53 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/
DDriver_ETH_MAC.h302 …int32_t (*PHY_Read) (uint8_t phy_addr, uint8_t reg_addr, uint16_t *data); … member
/hal_nxp-latest/mcux/mcux-sdk/components/phy/
Dfsl_phy.h230 static inline status_t PHY_Read(phy_handle_t *handle, uint8_t phyReg, uint16_t *pData) in PHY_Read() function