Home | History | Annotate | Download | only in s3c2xx0

Lines Matching refs:ISSET

346 	    ISSET(tp->t_cflag, CLOCAL) ? "+" : "-",
348 ISSET(tp->t_state, TS_CARR_ON) ? "+" : "-",
354 ISSET(tp->t_cflag, CRTSCTS) ? "+" : "-",
355 ISSET(umstat, UMSTAT_CTS) ? "+" : "-",
356 ISSET(tp->t_state, TS_TTSTOP) ? "+" : "-",
357 ISSET(umcon, UMCON_RTS) ? "+" : "-",
471 if (ISSET(sc->sc_hwflags, SSCOM_HW_KGDB)) {
492 if (ISSET(sc->sc_hwflags, SSCOM_HW_CONSOLE)) {
515 if (ISSET(sc->sc_hwflags, SSCOM_HW_CONSOLE))
574 if (ISSET(tp->t_cflag, HUPCL)) {
584 if (ISSET(sc->sc_hwflags, SSCOM_HW_CONSOLE))
610 if (sc == NULL || !ISSET(sc->sc_hwflags, SSCOM_HW_DEV_OK) ||
621 if (ISSET(sc->sc_hwflags, SSCOM_HW_KGDB))
635 if (!ISSET(tp->t_state, TS_ISOPEN) && tp->t_wopen == 0) {
663 if (ISSET(sc->sc_hwflags, SSCOM_HW_CONSOLE)) {
670 if (ISSET(sc->sc_swflags, TIOCFLAG_CLOCAL))
672 if (ISSET(sc->sc_swflags, TIOCFLAG_CRTSCTS))
674 if (ISSET(sc->sc_swflags, TIOCFLAG_MDMBUF))
713 error = ttyopen(tp, SSCOMDIALOUT(dev), ISSET(flag, O_NONBLOCK));
724 if (!ISSET(tp->t_state, TS_ISOPEN) && tp->t_wopen == 0) {
742 if (!ISSET(tp->t_state, TS_ISOPEN))
751 if (!ISSET(tp->t_state, TS_ISOPEN) && tp->t_wopen == 0) {
938 if (ISSET(ttybits, TIOCM_DTR))
940 if (ISSET(ttybits, TIOCM_RTS))
976 if (ISSET(sscombits, MCR_DTR))
979 if (ISSET(sscombits, UMCON_RTS))
983 if (ISSET(sscombits, MSTS_DCD))
985 if (ISSET(sscombits, MSTS_DSR))
987 if (ISSET(sscombits, MSTS_CTS))
1006 switch (ISSET(cflag, CSIZE)) {
1020 if (ISSET(cflag, CSTOPB))
1049 if (ISSET(sc->sc_swflags, TIOCFLAG_SOFTCAR) ||
1050 ISSET(sc->sc_hwflags, SSCOM_HW_CONSOLE)) {
1075 if (ISSET(t->c_cflag, CLOCAL | MDMBUF))
1084 if (ISSET(t->c_cflag, CRTSCTS)) {
1089 else if (ISSET(t->c_cflag, MDMBUF)) {
1107 if (ISSET(sc->sc_umcon, UMCON_DTR))
1135 if (!ISSET(t->c_cflag, CHWFLOW)) {
1139 if (ISSET(sc->sc_rx_flags, RX_TTY_OVERFLOWED)) {
1143 if (ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED|RX_IBUF_BLOCKED)) {
1160 (void) (*tp->t_linesw->l_modem)(tp, ISSET(sc->sc_msts, MSTS_DCD));
1165 if (!ISSET(t->c_cflag, CHWFLOW)) {
1205 if (ISSET(sc->sc_hwflags, COM_HW_FLOW)) {
1233 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) {
1238 if (ISSET(sc->sc_rx_flags, RX_TTY_OVERFLOWED)) {
1242 if (ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) {
1262 if (ISSET(sc->sc_rx_flags, RX_ANY_BLOCK)) {
1283 if (ISSET(tp->t_state, TS_BUSY | TS_TIMEOUT | TS_TTSTOP))
1332 if (ISSET(tp->t_state, TS_BUSY)) {
1336 if (!ISSET(tp->t_state, TS_TTSTOP))
1391 if (ISSET(rsr, UERSTAT_OVERRUN)) {
1397 if (ISSET(rsr, UERSTAT_BREAK | UERSTAT_FRAME))
1399 if (ISSET(rsr, UERSTAT_PARITY))
1406 if (!ISSET(sc->sc_rx_flags, RX_TTY_BLOCKED)) {
1444 if (ISSET(sc->sc_rx_flags, RX_IBUF_OVERFLOWED)) {
1452 if (ISSET(sc->sc_rx_flags, RX_IBUF_BLOCKED)) {
1467 if (ISSET(tp->t_state, TS_FLUSH))
1488 if (ISSET(delta, sc->sc_msr_dcd)) {
1492 (void) (*tp->t_linesw->l_modem)(tp, ISSET(msr, MSTS_DCD));
1495 if (ISSET(delta, sc->sc_msr_cts)) {
1497 if (ISSET(msr, sc->sc_msr_cts)) {
1567 !ISSET(sc->sc_rx_flags, RX_IBUF_OVERFLOWED)) {
1577 if (ISSET(uerstat, UERSTAT_BREAK)) {
1584 if (ISSET(sc->sc_hwflags,
1615 if (!ISSET(sc->sc_rx_flags, RX_TTY_OVERFLOWED))
1622 if (!ISSET(sc->sc_rx_flags, RX_IBUF_BLOCKED) &&
1694 if (ISSET(delta, sc->sc_msr_mask)) {
1701 if (ISSET(~msts, sc->sc_msr_mask)) {
1778 if (!ISSET(ufstat,UFSTAT_TXFULL)) {
1962 while (ISSET(bus_space_read_2(sscomconstag, sscomconsioh, SSCOM_UFSTAT),
1972 while (!ISSET(bus_space_read_1(sscomconstag, sscomconsioh, SSCOM_UTRSTAT),
2037 while (ISSET(bus_space_read_2(sscom_kgdb_iot, sscom_kgdb_ioh,
2047 while (!ISSET(bus_space_read_1(sscom_kgdb_iot, sscom_kgdb_ioh,