Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyar8031/
Dfsl_phyar8031.c378 regValue |= PHY_BCTL_SPEED1_MASK; in PHY_AR8031_SetLinkSpeedDuplex()
383 regValue &= ~PHY_BCTL_SPEED1_MASK; in PHY_AR8031_SetLinkSpeedDuplex()
388 regValue &= ~PHY_BCTL_SPEED1_MASK; in PHY_AR8031_SetLinkSpeedDuplex()
415 regValue = PHY_BCTL_SPEED1_MASK | PHY_BCTL_DUPLEX_MASK | PHY_BCTL_LOOP_MASK; in PHY_AR8031_EnableLoopback()
447 … regValue = PHY_BCTL_SPEED1_MASK | PHY_BCTL_DUPLEX_MASK | PHY_BCTL_RESET_MASK; in PHY_AR8031_EnableLoopback()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyvsc8541/
Dfsl_phyvsc8541.c272 regValue |= PHY_BCTL_SPEED1_MASK; in PHY_VSC8541_SetLinkSpeedDuplex()
277 regValue &= ~PHY_BCTL_SPEED1_MASK; in PHY_VSC8541_SetLinkSpeedDuplex()
282 regValue &= ~PHY_BCTL_SPEED1_MASK; in PHY_VSC8541_SetLinkSpeedDuplex()
310 regValue = PHY_BCTL_SPEED1_MASK | PHY_BCTL_DUPLEX_MASK | PHY_BCTL_LOOP_MASK; in PHY_VSC8541_EnableLoopback()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8211f/
Dfsl_phyrtl8211f.c403 regValue |= PHY_BCTL_SPEED1_MASK; in PHY_RTL8211F_SetLinkSpeedDuplex()
408 regValue &= ~PHY_BCTL_SPEED1_MASK; in PHY_RTL8211F_SetLinkSpeedDuplex()
413 regValue &= ~PHY_BCTL_SPEED1_MASK; in PHY_RTL8211F_SetLinkSpeedDuplex()
441 regValue = PHY_BCTL_SPEED1_MASK | PHY_BCTL_DUPLEX_MASK | PHY_BCTL_LOOP_MASK; in PHY_RTL8211F_EnableLoopback()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/
Dfsl_phy.h36 #define PHY_BCTL_SPEED1_MASK ((uint16_t)0x0040U) /*!< The PHY speed bit mask(MSB).*/ macro
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8201/
Dfsl_phyrtl8201.c312 regValue = PHY_BCTL_SPEED1_MASK | PHY_BCTL_DUPLEX_MASK | PHY_BCTL_LOOP_MASK; in PHY_RTL8201_EnableLoopback()