Home | History | Annotate | Download | only in usb

Lines Matching refs:SET

266 		aprint_error_dev(self, "failed to set configuration, err=%s\n",
338 /* ucaa_bulkin, ucaa_bulkout set above */
559 SET(sc->sc_lcr, UVSCOM_DTR);
578 SET(sc->sc_lcr, UVSCOM_RTS);
592 uvscom_set_line(sc, SET(sc->sc_lcr, UVSCOM_BREAK));
673 SET(ls, UVSCOM_STOP_BIT_2);
675 SET(ls, UVSCOM_STOP_BIT_1);
679 SET(ls, UVSCOM_PARITY_ODD);
681 SET(ls, UVSCOM_PARITY_EVEN);
683 SET(ls, UVSCOM_PARITY_NONE);
687 SET(ls, UVSCOM_DATA_BIT_5);
690 SET(ls, UVSCOM_DATA_BIT_6);
693 SET(ls, UVSCOM_DATA_BIT_7);
696 SET(ls, UVSCOM_DATA_BIT_8);
828 SET(sc->sc_lsr, ULSR_TXRDY);
830 SET(sc->sc_lsr, ULSR_RXRDY);
834 SET(sc->sc_msr, UMSR_CTS);
836 SET(sc->sc_msr, UMSR_DSR);
838 SET(sc->sc_msr, UMSR_DCD);