Home
last modified time | relevance | path

Searched refs:PHY_CONTROL1_REG (Results 1 – 5 of 5) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8041/
Dfsl_phyksz8041.c15 #define PHY_CONTROL1_REG 0x1EU /*!< The PHY control one register. */ macro
286 result = PHY_KSZ8041_READ(handle, PHY_CONTROL1_REG, &regValue); 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, &regValue); 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/
Dfsl_phy.c93 (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()
Dfsl_phy.h31 #define PHY_CONTROL1_REG 0x1EU /*!< The PHY control one register. */ macro
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8081/
Dfsl_phyksz8081.c15 #define PHY_CONTROL1_REG (0x1EU) /*!< The PHY control one register. */ macro
222 result = PHY_KSZ8081_READ(handle, PHY_CONTROL1_REG, &regValue); in PHY_KSZ8081_GetLinkSpeedDuplex()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phydp83848/
Dfsl_phydp83848.c15 #define PHY_CONTROL1_REG 0x19U /*!< The PHY control one register. */ macro