Home
last modified time | relevance | path

Searched refs:MDIO_VEND2_CTRL1_AN_ENABLE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/axgbe/
H A Dxgbe-common.h1384 #ifndef MDIO_VEND2_CTRL1_AN_ENABLE
1385 #define MDIO_VEND2_CTRL1_AN_ENABLE BIT(12) macro
H A Dxgbe-mdio.c347 reg &= ~MDIO_VEND2_CTRL1_AN_ENABLE; in xgbe_an37_set()
350 reg |= MDIO_VEND2_CTRL1_AN_ENABLE; in xgbe_an37_set()