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

/freebsd-12-stable/sys/dev/ips/
H A Dips.c208 if (sc->state & IPS_STATIC_BUSY)
211 sc->state |= IPS_STATIC_BUSY;
230 sc->state &= ~IPS_STATIC_BUSY;
H A Dipsreg.h59 #define IPS_STATIC_BUSY 0x08 macro

Completed in 38 milliseconds