Searched refs:UTP_ST_ACTIVE (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/dev/utopia/
H A Dutopia.c231 if (utp->chip->type != UTP_TYPE_UNKNOWN && utp->state & UTP_ST_ACTIVE) {
268 if (utp->chip->type != UTP_TYPE_UNKNOWN && utp->state & UTP_ST_ACTIVE) {
376 utp->state |= UTP_ST_ACTIVE;
386 utp->state &= ~UTP_ST_ACTIVE;
610 } else if (utp->state & UTP_ST_ACTIVE) {
H A Dutopia.h63 #define UTP_ST_ACTIVE 0x0001 /* registers accessible */ macro

Completed in 41 milliseconds