Home
last modified time | relevance | path

Searched refs:PHY_BCTL_ISOLATE_MASK (Results 1 – 10 of 10) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phydp83848/
Dfsl_phydp83848.c104 regValue &= ~PHY_BCTL_ISOLATE_MASK; in PHY_DP83848_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8041/
Dfsl_phyksz8041.c112 regValue &= ~PHY_BCTL_ISOLATE_MASK; in PHY_KSZ8041_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8720a/
Dfsl_phylan8720a.c134 regValue &= PHY_BCTL_ISOLATE_MASK; in PHY_LAN8720A_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/
Dfsl_phy.h37 #define PHY_BCTL_ISOLATE_MASK ((uint16_t)0x0400U) /*!< The PHY isolate mask.*/ macro
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8741/
Dfsl_phylan8741.c148 regValue &= PHY_BCTL_ISOLATE_MASK; in PHY_LAN8741_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyksz8081/
Dfsl_phyksz8081.c136 regValue &= ~PHY_BCTL_ISOLATE_MASK; in PHY_KSZ8081_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyvsc8541/
Dfsl_phyvsc8541.c145 regValue &= PHY_BCTL_ISOLATE_MASK; in PHY_VSC8541_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8201/
Dfsl_phyrtl8201.c155 regValue &= ~PHY_BCTL_ISOLATE_MASK; in PHY_RTL8201_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyrtl8211f/
Dfsl_phyrtl8211f.c269 regValue &= ~PHY_BCTL_ISOLATE_MASK; in PHY_RTL8211F_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phyar8031/
Dfsl_phyar8031.c249 … result = PHY_AR8031_WRITE(handle, PHY_BASICCONTROL_REG, regValue & ~PHY_BCTL_ISOLATE_MASK); in PHY_AR8031_Init()