Home
last modified time | relevance | path

Searched refs:PHY_BCTL_RESET_MASK (Results 1 – 15 of 15) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyar8031/
Dfsl_phyar8031.c144 result = PHY_AR8031_WRITE(handle, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in PHY_AR8031_Init()
447 … regValue = PHY_BCTL_SPEED1_MASK | PHY_BCTL_DUPLEX_MASK | PHY_BCTL_RESET_MASK; in PHY_AR8031_EnableLoopback()
451 … regValue = PHY_BCTL_SPEED0_MASK | PHY_BCTL_DUPLEX_MASK | PHY_BCTL_RESET_MASK; in PHY_AR8031_EnableLoopback()
455 regValue = PHY_BCTL_DUPLEX_MASK | PHY_BCTL_RESET_MASK; in PHY_AR8031_EnableLoopback()
495 regValue = PHY_BCTL_AUTONEG_MASK | PHY_BCTL_RESET_MASK; in PHY_AR8031_EnableLoopback()
/hal_nxp-latest/mcux/mcux-sdk/components/phylan8720a/
Dfsl_phy.c62 (void)PHY_Write(base, phyAddr, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in PHY_Init()
66 } while ((delay-- != 0U) && ((reg & PHY_BCTL_RESET_MASK) != 0U)); in PHY_Init()
Dfsl_phy.h41 #define PHY_BCTL_RESET_MASK 0x8000U /*!< The PHY reset bit mask. */ macro
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8720a/
Dfsl_phylan8720a.c92 result = PHY_LAN8720A_WRITE(handle, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in PHY_LAN8720A_Init()
104 } while ((counter-- != 0U) && (regValue & PHY_BCTL_RESET_MASK) != 0U); in PHY_LAN8720A_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8741/
Dfsl_phylan8741.c106 result = PHY_LAN8741_WRITE(handle, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in PHY_LAN8741_Init()
118 } while ((counter-- != 0U) && (regValue & PHY_BCTL_RESET_MASK) != 0U); in PHY_LAN8741_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8201/
Dfsl_phyrtl8201.c105 result = PHY_RTL8201_WRITE(handle, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in PHY_RTL8201_Init()
118 } while ((regValue & PHY_BCTL_RESET_MASK) != 0U); in PHY_RTL8201_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8211f/
Dfsl_phyrtl8211f.c126 result = PHY_RTL8211F_WRITE(handle, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in PHY_RTL8211F_Init()
139 } while ((regValue & PHY_BCTL_RESET_MASK) != 0U); in PHY_RTL8211F_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phyksz8081/
Dfsl_phy.h42 #define PHY_BCTL_RESET_MASK 0x8000U /*!< The PHY reset bit mask. */ macro
Dfsl_phy.c60 result = PHY_Write(base, phyAddr, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in PHY_Init()
/hal_nxp-latest/mcux/mcux-sdk/cmsis_drivers/enet/
Dfsl_enet_phy_cmsis.c49 result = PHY_Write(&phyHandle, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in PHY_SetForcedSpeedDuplexMode()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phydp83848/
Dfsl_phydp83848.c77 …esult = MDIO_Write(handle->mdioHandle, handle->phyAddr, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in PHY_DP83848_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8041/
Dfsl_phyksz8041.c85 result = PHY_KSZ8041_WRITE(handle, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in PHY_KSZ8041_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/
Dfsl_phy.h43 #define PHY_BCTL_RESET_MASK ((uint16_t)0x8000U) /*!< The PHY reset bit mask. */ macro
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8081/
Dfsl_phyksz8081.c96 result = PHY_KSZ8081_WRITE(handle, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in PHY_KSZ8081_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyvsc8541/
Dfsl_phyvsc8541.c110 result = PHY_VSC8541_WRITE(handle, PHY_BASICCONTROL_REG, PHY_BCTL_RESET_MASK); in PHY_VSC8541_Init()