sc_hwflags        371 arch/i386/isa/pccom.c 			SET(sc->sc_hwflags, COM_HW_NOIEN);
sc_hwflags        381 arch/i386/isa/pccom.c 	sc->sc_hwflags = 0;
sc_hwflags        460 arch/i386/isa/pccom.c 		if (sc->sc_hwflags & (COM_HW_CONSOLE|COM_HW_KGDB)) {
sc_hwflags        462 arch/i386/isa/pccom.c 		if (sc->sc_hwflags & COM_HW_CONSOLE) {
sc_hwflags        499 arch/i386/isa/pccom.c 	if (ISSET(sc->sc_hwflags, COM_HW_KGDB))
sc_hwflags        519 arch/i386/isa/pccom.c 		if (ISSET(sc->sc_hwflags, COM_HW_CONSOLE))
sc_hwflags        563 arch/i386/isa/pccom.c 		if (ISSET(sc->sc_hwflags, COM_HW_FIFO)) {
sc_hwflags        631 arch/i386/isa/pccom.c 		if (!ISSET(sc->sc_hwflags, COM_HW_NOIEN))
sc_hwflags        719 arch/i386/isa/pccom.c 	if (ISSET(sc->sc_hwflags, COM_HW_CONSOLE)) {
sc_hwflags        911 arch/i386/isa/pccom.c 		    ISSET(sc->sc_hwflags, COM_HW_CONSOLE))
sc_hwflags       1017 arch/i386/isa/pccom.c 		if (ISSET(sc->sc_hwflags, COM_HW_FIFO)) {
sc_hwflags       1337 arch/i386/isa/pccom.c 	if (!ISSET(sc->sc_hwflags, COM_HW_KGDB))
sc_hwflags       1402 arch/i386/isa/pccom.c 				if (ISSET(sc->sc_hwflags, COM_HW_CONSOLE)) {
sc_hwflags         78 arch/i386/isa/pccomvar.h 	u_char sc_hwflags;
sc_hwflags        294 dev/cardbus/com_cardbus.c 	sc->sc_hwflags = 0;
sc_hwflags        248 dev/ic/com.c   		if (sc->sc_hwflags & (COM_HW_CONSOLE|COM_HW_KGDB)) {
sc_hwflags        250 dev/ic/com.c   		if (sc->sc_hwflags & COM_HW_CONSOLE) {
sc_hwflags        287 dev/ic/com.c   	if (ISSET(sc->sc_hwflags, COM_HW_KGDB))
sc_hwflags        307 dev/ic/com.c   		if (ISSET(sc->sc_hwflags, COM_HW_CONSOLE))
sc_hwflags        358 dev/ic/com.c   		if (ISSET(sc->sc_hwflags, COM_HW_FIFO)) {
sc_hwflags        404 dev/ic/com.c   		if (!ISSET(sc->sc_hwflags, COM_HW_NOIEN))
sc_hwflags        422 dev/ic/com.c   		    ISSET(sc->sc_hwflags, COM_HW_SIR)) {
sc_hwflags        515 dev/ic/com.c   	if (ISSET(sc->sc_hwflags, COM_HW_CONSOLE)) {
sc_hwflags        566 dev/ic/com.c   		if (ISSET(sc->sc_hwflags, COM_HW_SIR))
sc_hwflags        716 dev/ic/com.c   		    ISSET(sc->sc_hwflags, COM_HW_CONSOLE))
sc_hwflags        821 dev/ic/com.c   		if (ISSET(sc->sc_hwflags, COM_HW_FIFO)) {
sc_hwflags        906 dev/ic/com.c   	    ISSET(sc->sc_hwflags, COM_HW_SIR))
sc_hwflags        916 dev/ic/com.c   	if (ISSET(sc->sc_hwflags, COM_HW_FIFO)) {
sc_hwflags        936 dev/ic/com.c   		    ISSET(sc->sc_hwflags, COM_HW_SIR)) {
sc_hwflags       1077 dev/ic/com.c   	if (!ISSET(sc->sc_hwflags, COM_HW_KGDB))
sc_hwflags       1145 dev/ic/com.c   					if (ISSET(sc->sc_hwflags,
sc_hwflags       1209 dev/ic/com.c   		    ISSET(sc->sc_hwflags, COM_HW_SIR) &&
sc_hwflags        156 dev/ic/com_subr.c 		SET(sc->sc_hwflags, COM_HW_CONSOLE);
sc_hwflags        276 dev/ic/com_subr.c 		SET(sc->sc_hwflags, COM_HW_FIFO);
sc_hwflags        281 dev/ic/com_subr.c 		SET(sc->sc_hwflags, COM_HW_FIFO);
sc_hwflags        284 dev/ic/com_subr.c 			SET(sc->sc_hwflags, COM_HW_SIR);
sc_hwflags        297 dev/ic/com_subr.c 		SET(sc->sc_hwflags, COM_HW_FIFO);
sc_hwflags        301 dev/ic/com_subr.c 		SET(sc->sc_hwflags, COM_HW_FIFO);
sc_hwflags        306 dev/ic/com_subr.c 		SET(sc->sc_hwflags, COM_HW_FIFO);
sc_hwflags        312 dev/ic/com_subr.c 		SET(sc->sc_hwflags, COM_HW_FIFO);
sc_hwflags        318 dev/ic/com_subr.c 		SET(sc->sc_hwflags, COM_HW_FIFO);
sc_hwflags        332 dev/ic/com_subr.c 		CLR(sc->sc_hwflags, COM_HW_FIFO);
sc_hwflags        351 dev/ic/com_subr.c 	    !ISSET(sc->sc_hwflags, COM_HW_CONSOLE)) {
sc_hwflags        353 dev/ic/com_subr.c 		SET(sc->sc_hwflags, COM_HW_KGDB);
sc_hwflags        358 dev/ic/com_subr.c 	if (ISSET(sc->sc_hwflags, COM_HW_CONSOLE)) {
sc_hwflags        394 dev/ic/com_subr.c 	if (ISSET(sc->sc_hwflags, COM_HW_CONSOLE|COM_HW_KGDB))
sc_hwflags        407 dev/ic/com_subr.c 	if (!ISSET(sc->sc_hwflags, COM_HW_FIFO))
sc_hwflags        110 dev/ic/comvar.h 	u_char sc_hwflags;
sc_hwflags        264 dev/ic/smc83c170.c 	if (sc->sc_hwflags & EPIC_HAS_MII_FIBER)
sc_hwflags        284 dev/ic/smc83c170.c 	if (sc->sc_hwflags & EPIC_HAS_BNC) {
sc_hwflags       1453 dev/ic/smc83c170.c 	if (sc->sc_hwflags & EPIC_DUPLEXLED_ON_694) {
sc_hwflags        111 dev/ic/smc83c170var.h 	int sc_hwflags;			/* info about board */
sc_hwflags        115 dev/isa/com_commulti.c 	sc->sc_hwflags = 0;
sc_hwflags        122 dev/isa/com_commulti.c 		SET(sc->sc_hwflags, COM_HW_NOIEN);
sc_hwflags        126 dev/isa/com_isa.c 	sc->sc_hwflags = 0;
sc_hwflags        122 dev/isa/com_isapnp.c 	sc->sc_hwflags = 0;
sc_hwflags        233 dev/pci/if_epic_pci.c 		sc->sc_hwflags = esp->flags;
sc_hwflags        139 dev/pci/if_myx.c 	u_int			 sc_hwflags;
sc_hwflags        787 dev/pci/if_myx.c 	if (sc->sc_hwflags & MYXFLAG_FLOW_CONTROL)
sc_hwflags        328 dev/pcmcia/com_pcmcia.c 	sc->sc_hwflags = 0;
sc_hwflags        127 dev/puc/com_puc.c 	sc->sc_hwflags = 0;
sc_hwflags        212 dev/sbus/asio.c 	sc->sc_hwflags = 0;