Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/rwd/
H A Drt2661_var.h190 #define RT2661_F_QUIESCE (1 << 4) macro
198 #define RT2661_IS_FASTREBOOT(_sc) (((_sc)->sc_flags & RT2661_F_QUIESCE))
H A Drt2661.c3245 sc->sc_flags |= RT2661_F_QUIESCE; in rt2661_quiesce()