Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/freescale/dpaa2/
H A Ddpmac.h88 #define DPMAC_LINK_OPT_AUTONEG BIT_ULL(0) macro
H A Ddpaa2-mac.c169 dpmac_state->options |= DPMAC_LINK_OPT_AUTONEG; in dpaa2_mac_config()
171 dpmac_state->options &= ~DPMAC_LINK_OPT_AUTONEG; in dpaa2_mac_config()
/openbmc/u-boot/include/fsl-mc/
H A Dfsl_dpmac.h313 #define DPMAC_LINK_OPT_AUTONEG 0x0000000000000001ULL macro
/openbmc/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c426 state->options |= DPMAC_LINK_OPT_AUTONEG; in ldpaa_get_dpmac_state()
446 state->options &= ~DPMAC_LINK_OPT_AUTONEG; in ldpaa_get_dpmac_state()
455 state->options &= ~DPMAC_LINK_OPT_AUTONEG; in ldpaa_get_dpmac_state()