Home
last modified time | relevance | path

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

/NextBSD/sys/dev/utopia/
HDutopia.c231 if (utp->chip->type != UTP_TYPE_UNKNOWN && utp->state & UTP_ST_ACTIVE) { in utopia_media_change()
268 if (utp->chip->type != UTP_TYPE_UNKNOWN && utp->state & UTP_ST_ACTIVE) { in utopia_media_status()
376 utp->state |= UTP_ST_ACTIVE; in utopia_start()
386 utp->state &= ~UTP_ST_ACTIVE; in utopia_stop()
610 } else if (utp->state & UTP_ST_ACTIVE) { in utopia_daemon()
HDutopia.h63 #define UTP_ST_ACTIVE 0x0001 /* registers accessible */ macro