Searched refs:UTP_ST_SDH (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/sys/dev/utopia/
H A Didtphy.c284 utp->state &= ~UTP_ST_SDH;
286 utp->state |= UTP_ST_SDH;
391 err |= idt77155_set_sdh(utp, utp->state & UTP_ST_SDH);
H A Dsuni.c75 utp->state &= ~UTP_ST_SDH;
77 utp->state |= UTP_ST_SDH;
166 err |= utopia_set_sdh(utp, utp->state & UTP_ST_SDH);
H A Dutopia.h64 #define UTP_ST_SDH 0x0002 /* SDH or SONET */ macro
H A Dutopia.c233 if (!(utp->state & UTP_ST_SDH))
236 if (utp->state & UTP_ST_SDH)
285 if (utp->state & UTP_ST_SDH) {

Completed in 62 milliseconds