RTW_F_DIGPHY      574 dev/ic/rtw.c   	*flags &= ~(RTW_F_DIGPHY|RTW_F_DFLANTB|RTW_F_ANTDIV);
RTW_F_DIGPHY      584 dev/ic/rtw.c   		*flags |= (RTW_F_DIGPHY|RTW_F_ANTDIV);
RTW_F_DIGPHY      606 dev/ic/rtw.c   		*flags |= RTW_F_DIGPHY;
RTW_F_DIGPHY     2137 dev/ic/rtw.c   	rtw_pwrstate0(sc, power, 1, sc->sc_flags & RTW_F_DIGPHY);
RTW_F_DIGPHY     2139 dev/ic/rtw.c   	rtw_pwrstate0(sc, power, 0, sc->sc_flags & RTW_F_DIGPHY);
RTW_F_DIGPHY     4066 dev/ic/rtw.c   	    ((sc->sc_flags & RTW_F_DIGPHY) != 0) ? "digital" : "analog"));
RTW_F_DIGPHY     4372 dev/ic/rtw.c   	if (sc->sc_flags & RTW_F_DIGPHY)
RTW_F_DIGPHY     4389 dev/ic/rtw.c   	if (sc->sc_flags & RTW_F_DIGPHY)
RTW_F_DIGPHY     4413 dev/ic/rtw.c   	if (sc->sc_flags & RTW_F_DIGPHY)
RTW_F_DIGPHY     4468 dev/ic/rtw.c   	if (!(sc->sc_flags & RTW_F_DIGPHY))
RTW_F_DIGPHY      117 dev/ic/rtwvar.h #define RTW_F_ALLPHY		(RTW_F_DIGPHY|RTW_F_DFLANTB|RTW_F_ANTDIV)