Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/utopia/
Dsuni.c123 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()
Dutopia.c247 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()
Didtphy.c330 utp->state |= UTP_ST_NOSCRAMB; in idt77155_set_noscramb()
340 utp->state &= ~UTP_ST_NOSCRAMB; in idt77155_set_noscramb()
Dutopia.h66 #define UTP_ST_NOSCRAMB 0x0008 /* no scrambling */ macro