Searched refs:PHY_SEPCIAL_CONTROL_REG (Results 1 – 4 of 4) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8720a/ |
| D | fsl_phylan8720a.c | 16 #define PHY_SEPCIAL_CONTROL_REG 0x1FU /*!< The PHY special control/status register. */ macro 168 result = PHY_LAN8720A_READ(handle, PHY_SEPCIAL_CONTROL_REG, ®Value); in PHY_LAN8720A_GetAutoNegotiationStatus() 212 result = PHY_LAN8720A_READ(handle, PHY_SEPCIAL_CONTROL_REG, ®Value); in PHY_LAN8720A_GetLinkSpeedDuplex()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8741/ |
| D | fsl_phylan8741.c | 15 #define PHY_SEPCIAL_CONTROL_REG 0x1FU /*!< The PHY special control/status register. */ macro 182 result = PHY_LAN8741_READ(handle, PHY_SEPCIAL_CONTROL_REG, ®Value); in PHY_LAN8741_GetAutoNegotiationStatus() 226 result = PHY_LAN8741_READ(handle, PHY_SEPCIAL_CONTROL_REG, ®Value); in PHY_LAN8741_GetLinkSpeedDuplex()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/phylan8720a/ |
| D | fsl_phy.c | 81 (void)PHY_Read(base, phyAddr, PHY_SEPCIAL_CONTROL_REG, ®); in PHY_Init() 216 result = PHY_Read(base, phyAddr, PHY_SEPCIAL_CONTROL_REG, ®); in PHY_GetLinkSpeedDuplex()
|
| D | fsl_phy.h | 31 #define PHY_SEPCIAL_CONTROL_REG 0x1FU /*!< The PHY control two register. */ macro
|