Home
last modified time | relevance | path

Searched refs:MDIO_Read (Results 1 – 2 of 2) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phydp83848/
Dfsl_phydp83848.c63 result = MDIO_Read(handle->mdioHandle, handle->phyAddr, PHY_ID1_REG, &regValue); in PHY_DP83848_Init()
99 … result = MDIO_Read(handle->mdioHandle, handle->phyAddr, PHY_BASICCONTROL_REG, &regValue); in PHY_DP83848_Init()
126 return MDIO_Read(handle->mdioHandle, handle->phyAddr, phyReg, pData); in PHY_DP83848_Read()
139 result = MDIO_Read(handle->mdioHandle, handle->phyAddr, PHY_BASICSTATUS_REG, &regValue); in PHY_DP83848_GetAutoNegotiationStatus()
158 result = MDIO_Read(handle->mdioHandle, handle->phyAddr, PHY_BASICSTATUS_REG, &regValue); in PHY_DP83848_GetLinkStatus()
183 result = MDIO_Read(handle->mdioHandle, handle->phyAddr, PHY_STATUS_REG, &regValue); in PHY_DP83848_GetLinkSpeedDuplex()
222 result = MDIO_Read(handle->mdioHandle, handle->phyAddr, PHY_BASICCONTROL_REG, &regValue); in PHY_DP83848_SetLinkSpeedDuplex()
273 result = MDIO_Read(handle->mdioHandle, handle->phyAddr, PHY_BASICCONTROL_REG, &regValue); in PHY_DP83848_EnableLoopback()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/
Dfsl_mdio.h117 static inline status_t MDIO_Read(mdio_handle_t *handle, uint32_t phyAddr, uint32_t devAddr, uint32_… in MDIO_Read() function