Home | History | Annotate | Download | only in sbus

Lines Matching refs:sp_flags

453 		SET(sp->sp_flags, STTYF_SET_BREAK);
459 SET(sp->sp_flags, STTYF_CLR_BREAK);
703 SET(sp->sp_flags, STTYF_STOP);
750 SET(sp->sp_flags, STTYF_RING_OVERFLOW);
779 SET(sp->sp_flags, STTYF_RING_OVERFLOW);
800 if (!ISSET(sp->sp_flags, STTYF_STOP)) {
801 if (ISSET(sp->sp_flags, STTYF_SET_BREAK)) {
804 CLR(sp->sp_flags, STTYF_SET_BREAK);
807 if (ISSET(sp->sp_flags, STTYF_CLR_BREAK)) {
810 CLR(sp->sp_flags, STTYF_CLR_BREAK);
829 ISSET(sp->sp_flags, STTYF_STOP)) {
832 CLR(sp->sp_flags, STTYF_STOP);
833 SET(sp->sp_flags, STTYF_DONE);
852 SET(sp->sp_flags, STTYF_CDCHG);
927 flags = sp->sp_flags;
928 CLR(sp->sp_flags, STTYF_DONE | STTYF_CDCHG |