uvscom.c | 108 #define UVSCOM_RTS 0x02 182 static void uvscom_rts(struct uvscom_softc *, int); 567 uvscom_rts(struct uvscom_softc *sc, int onoff) function in typeref:typename:void 569 DPRINTF(("%s: uvscom_rts: onoff = %d\n", 578 SET(sc->sc_lcr, UVSCOM_RTS); 580 CLR(sc->sc_lcr, UVSCOM_RTS); 608 uvscom_rts(sc, onoff);
|