Searched refs:EXTSR_1000THDX (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/sys/dev/mii/
H A Dmii.h229 #define EXTSR_1000THDX 0x1000 /* 1000T half-duplex capable */ macro
232 EXTSR_1000TFDX|EXTSR_1000THDX)
H A Dukphy_subr.c93 (EXTSR_1000THDX|EXTSR_1000TFDX)) != 0) {
H A Dgentbi.c116 if (extsr & (EXTSR_1000TFDX|EXTSR_1000THDX))
H A Datphy.c215 EXTSR_1000THDX)) != 0)
385 if (sc->mii_extcapabilities & (EXTSR_1000TFDX | EXTSR_1000THDX))
H A Dmii_physubr.c170 if (sc->mii_extcapabilities & EXTSR_1000THDX)
453 if (sc->mii_extcapabilities & EXTSR_1000THDX) {
H A Detphy.c177 sc->mii_extcapabilities &= ~EXTSR_1000THDX;
/openbsd-current/sys/dev/fdt/
H A Dif_cad.c1611 val &= ~EXTSR_1000THDX;

Completed in 180 milliseconds