Home
last modified time | relevance | path

Searched refs:PHY_ALL_CAPABLE_MASK (Results 1 – 4 of 4) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8720a/
Dfsl_phylan8720a.c32 #define PHY_ALL_CAPABLE_MASK 0x1E0U macro
115 …PHY_LAN8720A_WRITE(handle, PHY_AUTONEG_ADVERTISE_REG, (PHY_ALL_CAPABLE_MASK | PHY_IEEE802_3_SELECT… in PHY_LAN8720A_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phy/device/phylan8741/
Dfsl_phylan8741.c33 #define PHY_ALL_CAPABLE_MASK 0x1E0U macro
129 …PHY_LAN8741_WRITE(handle, PHY_AUTONEG_ADVERTISE_REG, (PHY_ALL_CAPABLE_MASK | PHY_IEEE802_3_SELECTO… in PHY_LAN8741_Init()
/hal_nxp-latest/mcux/mcux-sdk/components/phylan8720a/
Dfsl_phy.h54 #define PHY_ALL_CAPABLE_MASK 0x1e0U macro
Dfsl_phy.c74 (void)PHY_Write(base, phyAddr, PHY_AUTONEG_ADVERTISE_REG, (PHY_ALL_CAPABLE_MASK | 0x1U)); in PHY_Init()