Home
last modified time | relevance | path

Searched refs:PHY_BCTL_AUTONEG_MASK (Results 1 – 6 of 6) sorted by relevance

/bsp/nxp/lpc/lpc54608-LPCXpresso/drivers/
A Dfsl_phy.h60 #define PHY_BCTL_AUTONEG_MASK 0x1000U /*!< The PHY auto negotiation bit mask. */ macro
A Dfsl_phy.c115 …PHY_Write(base, phyAddr, PHY_BASICCONTROL_REG, (PHY_BCTL_AUTONEG_MASK | PHY_BCTL_RESTART_AUTONEG_M… in PHY_Init()
/bsp/frdm-k64f/board/
A Dfsl_phy.h61 #define PHY_BCTL_AUTONEG_MASK 0x1000U /*!< The PHY auto negotiation bit mask. */ macro
A Dfsl_phy.c103 (PHY_BCTL_AUTONEG_MASK | PHY_BCTL_RESTART_AUTONEG_MASK)); in PHY_Init()
/bsp/nxp/imx/imxrt/libraries/drivers/
A Ddrv_ksz8081.c40 #define PHY_BCTL_AUTONEG_MASK 0x1000U /*!< The PHY auto negotiation bit mask. */ macro
178 …result = phy_ksz8081.ops->write(NULL, PHY_BASICCONTROL_REG, (PHY_BCTL_AUTONEG_MASK | PHY_BCTL_REST… in rt_phy_init()
A Ddrv_rtl8211f.c43 #define PHY_BCTL_AUTONEG_MASK 0x1000U /*!< The PHY auto negotiation bit mask. */ macro
305 …esult = phy_rtl8211f.ops->write(PHY_BASICCONTROL_REG, (regValue | PHY_BCTL_AUTONEG_MASK | PHY_BCTL… in rt_phy_init()

Completed in 14 milliseconds