Home
last modified time | relevance | path

Searched refs:BMCR_FULLDPLX (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dmii.h37 #define BMCR_FULLDPLX 0x0100 /* Full duplex */ macro
H A Dsundance.c697 mii_ctl |= (sdc->mii_if.full_duplex) ? BMCR_FULLDPLX : 0; in sundance_probe()
729 printf("%s duplex.\n", (mii_ctl & BMCR_FULLDPLX) ? in sundance_probe()
H A Dtg3.h102 #define BMCR_FULLDPLX 0x0100 /* Full duplex */ macro
H A Dtg3.c425 BMCR_FULLDPLX | TG3_BMCR_SPEED1000); in tg3_phy_reset_5703_4_5()
/titanic_50/usr/src/uts/common/io/chxge/com/
H A Dch_compat.h57 #define BMCR_FULLDPLX 0x0100 /* Full duplex */ macro
H A Dmv88e1xxx.c166 ctl &= ~(BMCR_FULLDPLX | BMCR_ANENABLE); in mv88e1xxx_set_speed_duplex()
168 ctl |= BMCR_FULLDPLX; in mv88e1xxx_set_speed_duplex()
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h70 #define BMCR_FULLDPLX 0x0100 macro