Searched refs:PHY_BCTL_AUTONEG_MASK (Results 1 – 15 of 15) sorted by relevance
237 … regValue | PHY_BCTL_AUTONEG_MASK | PHY_BCTL_RESTART_AUTONEG_MASK); in PHY_AR8031_Init()374 regValue &= ~PHY_BCTL_AUTONEG_MASK; in PHY_AR8031_SetLinkSpeedDuplex()495 regValue = PHY_BCTL_AUTONEG_MASK | PHY_BCTL_RESET_MASK; in PHY_AR8031_EnableLoopback()
90 (PHY_BCTL_AUTONEG_MASK | PHY_BCTL_RESTART_AUTONEG_MASK)); in PHY_DP83848_Init()226 regValue &= ~PHY_BCTL_AUTONEG_MASK; in PHY_DP83848_SetLinkSpeedDuplex()
98 PHY_BCTL_AUTONEG_MASK | PHY_BCTL_RESTART_AUTONEG_MASK); in PHY_KSZ8041_Init()237 regValue &= ~PHY_BCTL_AUTONEG_MASK; in PHY_KSZ8041_SetLinkSpeedDuplex()
120 (PHY_BCTL_AUTONEG_MASK | PHY_BCTL_RESTART_AUTONEG_MASK)); in PHY_LAN8720A_Init()254 regValue &= ~PHY_BCTL_AUTONEG_MASK; in PHY_LAN8720A_SetLinkSpeedDuplex()
134 (PHY_BCTL_AUTONEG_MASK | PHY_BCTL_RESTART_AUTONEG_MASK)); in PHY_LAN8741_Init()268 regValue &= ~PHY_BCTL_AUTONEG_MASK; in PHY_LAN8741_SetLinkSpeedDuplex()
122 (PHY_BCTL_AUTONEG_MASK | PHY_BCTL_RESTART_AUTONEG_MASK)); in PHY_KSZ8081_Init()266 regValue &= ~PHY_BCTL_AUTONEG_MASK; in PHY_KSZ8081_SetLinkSpeedDuplex()
132 … (regValue | PHY_BCTL_AUTONEG_MASK | PHY_BCTL_RESTART_AUTONEG_MASK)); in PHY_VSC8541_Init()268 regValue &= ~PHY_BCTL_AUTONEG_MASK; in PHY_VSC8541_SetLinkSpeedDuplex()
142 … (regValue | PHY_BCTL_AUTONEG_MASK | PHY_BCTL_RESTART_AUTONEG_MASK)); in PHY_RTL8201_Init()277 regValue &= ~PHY_BCTL_AUTONEG_MASK; in PHY_RTL8201_SetLinkSpeedDuplex()
256 … (regValue | PHY_BCTL_AUTONEG_MASK | PHY_BCTL_RESTART_AUTONEG_MASK)); in PHY_RTL8211F_Init()399 regValue &= ~PHY_BCTL_AUTONEG_MASK; in PHY_RTL8211F_SetLinkSpeedDuplex()
38 #define PHY_BCTL_AUTONEG_MASK 0x1000U /*!< The PHY auto negotiation bit mask. */ macro
77 …(void)PHY_Write(base, phyAddr, PHY_BASICCONTROL_REG, (PHY_BCTL_AUTONEG_MASK | PHY_BCTL_RESTART_AUT… in PHY_Init()
39 #define PHY_BCTL_AUTONEG_MASK 0x1000U /*!< The PHY auto negotiation bit mask. */ macro
84 …PHY_Write(base, phyAddr, PHY_BASICCONTROL_REG, (PHY_BCTL_AUTONEG_MASK | PHY_BCTL_RESTART_AUTONEG_M… in PHY_Init()
57 bsctlReg &= ~(PHY_BCTL_DUPLEX_MASK | PHY_BCTL_SPEED0_MASK | PHY_BCTL_AUTONEG_MASK); in PHY_SetForcedSpeedDuplexMode()
40 #define PHY_BCTL_AUTONEG_MASK ((uint16_t)0x1000U) /*!< The PHY auto negotiation bit mask. */ macro