Searched refs:PHY_CONTROL1_REG (Results 1 – 5 of 5) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8041/ |
| D | fsl_phyksz8041.c | 15 #define PHY_CONTROL1_REG 0x1EU /*!< The PHY control one register. */ macro 286 result = PHY_KSZ8041_READ(handle, PHY_CONTROL1_REG, ®Value); in PHY_KSZ8041_EnableLoopback() 289 … result = PHY_KSZ8041_WRITE(handle, PHY_CONTROL1_REG, regValue | PHY_CTL1_REMOTELOOP_MASK); in PHY_KSZ8041_EnableLoopback() 309 result = PHY_KSZ8041_READ(handle, PHY_CONTROL1_REG, ®Value); in PHY_KSZ8041_EnableLoopback() 312 … result = PHY_KSZ8041_WRITE(handle, PHY_CONTROL1_REG, regValue & ~PHY_CTL1_REMOTELOOP_MASK); in PHY_KSZ8041_EnableLoopback()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/phyksz8081/ |
| D | fsl_phy.c | 93 (void)PHY_Read(base, phyAddr, PHY_CONTROL1_REG, &ctlReg); in PHY_Init() 273 result = PHY_Read(base, phyAddr, PHY_CONTROL1_REG, &ctlReg); in PHY_GetLinkSpeedDuplex()
|
| D | fsl_phy.h | 31 #define PHY_CONTROL1_REG 0x1EU /*!< The PHY control one register. */ macro
|
| /hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8081/ |
| D | fsl_phyksz8081.c | 15 #define PHY_CONTROL1_REG (0x1EU) /*!< The PHY control one register. */ macro 222 result = PHY_KSZ8081_READ(handle, PHY_CONTROL1_REG, ®Value); in PHY_KSZ8081_GetLinkSpeedDuplex()
|
| /hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phydp83848/ |
| D | fsl_phydp83848.c | 15 #define PHY_CONTROL1_REG 0x19U /*!< The PHY control one register. */ macro
|