Searched refs:PHY_DEBUGPORT_DATA_REG (Results 1 – 1 of 1) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/phy/device/phyar8031/ |
D | fsl_phyar8031.c | 18 #define PHY_DEBUGPORT_DATA_REG 0x1EU /*!< The PHY Debug port data register.*/ macro 137 result = PHY_AR8031_WRITE(handle, PHY_DEBUGPORT_DATA_REG, 0x8); in PHY_AR8031_Init() 169 result = PHY_AR8031_READ(handle, PHY_DEBUGPORT_DATA_REG, ®Value); in PHY_AR8031_Init() 174 result = PHY_AR8031_WRITE(handle, PHY_DEBUGPORT_DATA_REG, regValue | 0x0100U); in PHY_AR8031_Init() 186 result = PHY_AR8031_READ(handle, PHY_DEBUGPORT_DATA_REG, ®Value); in PHY_AR8031_Init() 191 result = PHY_AR8031_WRITE(handle, PHY_DEBUGPORT_DATA_REG, regValue | 0x8000U); in PHY_AR8031_Init() 436 result = PHY_AR8031_WRITE(handle, PHY_DEBUGPORT_DATA_REG, 0); in PHY_AR8031_EnableLoopback() 442 result = PHY_AR8031_WRITE(handle, PHY_DEBUGPORT_DATA_REG, 1); in PHY_AR8031_EnableLoopback() 486 result = PHY_AR8031_WRITE(handle, PHY_DEBUGPORT_DATA_REG, 0); in PHY_AR8031_EnableLoopback() 492 result = PHY_AR8031_WRITE(handle, PHY_DEBUGPORT_DATA_REG, 0); in PHY_AR8031_EnableLoopback()
|