Home
last modified time | relevance | path

Searched refs:PHY_SEPCIAL_CONTROL_REG (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8720a/
Dfsl_phylan8720a.c16 #define PHY_SEPCIAL_CONTROL_REG 0x1FU /*!< The PHY special control/status register. */ macro
168 result = PHY_LAN8720A_READ(handle, PHY_SEPCIAL_CONTROL_REG, &regValue); in PHY_LAN8720A_GetAutoNegotiationStatus()
212 result = PHY_LAN8720A_READ(handle, PHY_SEPCIAL_CONTROL_REG, &regValue); in PHY_LAN8720A_GetLinkSpeedDuplex()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8741/
Dfsl_phylan8741.c15 #define PHY_SEPCIAL_CONTROL_REG 0x1FU /*!< The PHY special control/status register. */ macro
182 result = PHY_LAN8741_READ(handle, PHY_SEPCIAL_CONTROL_REG, &regValue); in PHY_LAN8741_GetAutoNegotiationStatus()
226 result = PHY_LAN8741_READ(handle, PHY_SEPCIAL_CONTROL_REG, &regValue); in PHY_LAN8741_GetLinkSpeedDuplex()
/hal_nxp-latest/mcux/mcux-sdk/components/phylan8720a/
Dfsl_phy.c81 (void)PHY_Read(base, phyAddr, PHY_SEPCIAL_CONTROL_REG, &reg); in PHY_Init()
216 result = PHY_Read(base, phyAddr, PHY_SEPCIAL_CONTROL_REG, &reg); in PHY_GetLinkSpeedDuplex()
Dfsl_phy.h31 #define PHY_SEPCIAL_CONTROL_REG 0x1FU /*!< The PHY control two register. */ macro