Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpmac.h93 #define DPMAC_LINK_OPT_AUTONEG BIT_ULL(0) macro
H A Ddpaa2-mac.c154 dpmac_state->options |= DPMAC_LINK_OPT_AUTONEG; in dpaa2_mac_config()
156 dpmac_state->options &= ~DPMAC_LINK_OPT_AUTONEG; in dpaa2_mac_config()
/OK3568_Linux_fs/u-boot/include/fsl-mc/
H A Dfsl_dpmac.h319 #define DPMAC_LINK_OPT_AUTONEG 0x0000000000000001ULL macro
/OK3568_Linux_fs/u-boot/drivers/net/ldpaa_eth/
H A Dldpaa_eth.c494 dpmac_link_state.options &= ~DPMAC_LINK_OPT_AUTONEG; in ldpaa_eth_open()
496 dpmac_link_state.options |= DPMAC_LINK_OPT_AUTONEG; in ldpaa_eth_open()