Searched refs:UTP (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/dev/utopia/
H A Dutopia.c75 #define UTP_LOCK(UTP) mtx_lock((UTP)->lock)
76 #define UTP_UNLOCK(UTP) mtx_unlock((UTP)->lock)
77 #define UTP_LOCK_ASSERT(UTP) mtx_assert((UTP)->lock, MA_OWNED)
/freebsd-11-stable/sys/dev/ep/
H A Dif_epreg.h432 #define UTP 0x4 macro
H A Dif_ep.c236 sc->ep_connectors |= UTP;
321 if (sc->ep_connectors & UTP)
884 if (sc->ep_connectors & UTP) {

Completed in 118 milliseconds