Home
last modified time | relevance | path

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

/trueos/sys/dev/utopia/
HDidtphy.c284 utp->state &= ~UTP_ST_SDH; in idt77155_set_sdh()
286 utp->state |= UTP_ST_SDH; in idt77155_set_sdh()
391 err |= idt77155_set_sdh(utp, utp->state & UTP_ST_SDH); in idt77155_set_chip()
HDsuni.c75 utp->state &= ~UTP_ST_SDH; in suni_set_sdh()
77 utp->state |= UTP_ST_SDH; in suni_set_sdh()
166 err |= utopia_set_sdh(utp, utp->state & UTP_ST_SDH); in suni_set_chip()
HDutopia.c233 if (!(utp->state & UTP_ST_SDH)) in utopia_media_change()
236 if (utp->state & UTP_ST_SDH) in utopia_media_change()
285 if (utp->state & UTP_ST_SDH) { in utopia_media_status()
HDutopia.h64 #define UTP_ST_SDH 0x0002 /* SDH or SONET */ macro