Searched refs:UTP_ST_NOSCRAMB (Results 1 – 4 of 4) sorted by relevance
123 utp->state |= UTP_ST_NOSCRAMB; in suni_set_noscramb()133 utp->state &= ~UTP_ST_NOSCRAMB; in suni_set_noscramb()173 err |= utopia_set_noscramb(utp, utp->state & UTP_ST_NOSCRAMB); in suni_set_chip()
247 if (!(utp->state & UTP_ST_NOSCRAMB)) in utopia_media_change()250 if (utp->state & UTP_ST_NOSCRAMB) in utopia_media_change()293 if (utp->state & UTP_ST_NOSCRAMB) { in utopia_media_status()
330 utp->state |= UTP_ST_NOSCRAMB; in idt77155_set_noscramb()340 utp->state &= ~UTP_ST_NOSCRAMB; in idt77155_set_noscramb()
66 #define UTP_ST_NOSCRAMB 0x0008 /* no scrambling */ macro