Searched refs:UTP_ST_SDH (Results 1 – 4 of 4) sorted by relevance
284 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()
75 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()
233 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()
64 #define UTP_ST_SDH 0x0002 /* SDH or SONET */ macro