Searched refs:PHY_BMCR_FDX (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hme/
H A Dhme_phy.h80 #define PHY_BMCR_FDX (1 << 8) /* Full Duplex */ macro
/illumos-gate/usr/src/uts/sun/io/eri/
H A Deri_phy.h80 #define PHY_BMCR_FDX (1 << 8) /* Full Duplex */ macro
H A Deri.c5026 PHY_BMCR_FDX);
5360 control = PHY_BMCR_100M | PHY_BMCR_FDX;
5388 control &= ~(PHY_BMCR_FDX | PHY_BMCR_ANE | PHY_BMCR_RAN);
5430 control |= PHY_BMCR_FDX;
5440 * control |= PHY_BMCR_FDX;
5442 * control &= ~(PHY_BMCR_FDX | PHY_BMCR_ANE | PHY_BMCR_RAN);

Completed in 54 milliseconds