Home
last modified time | relevance | path

Searched refs:SS_LSTART (Results 1 – 3 of 3) sorted by relevance

/NextBSD/sys/dev/si/
HDsi.h302 #define SS_LSTART 0x0100 /* lstart timeout pending */ macro
HDsi.c1434 if ((pp->sp_state & SS_LSTART) != 0) in si_start()
1437 pp->sp_state |= SS_LSTART; in si_start()
1464 pp->sp_state &= ~SS_LSTART;
/NextBSD/usr.sbin/sicontrol/
HDsicontrol.c622 if (st & SS_LSTART) in sp_state()