Home
last modified time | relevance | path

Searched refs:STTYF_CLR_BREAK (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/dev/sbus/
H A Dspifreg.h378 #define STTYF_CLR_BREAK 0x10 /* clear break signal */ macro
H A Dspif.c459 SET(sp->sp_flags, STTYF_CLR_BREAK); in stty_ioctl()
807 if (ISSET(sp->sp_flags, STTYF_CLR_BREAK)) { in spif_stcintr_tx()
810 CLR(sp->sp_flags, STTYF_CLR_BREAK); in spif_stcintr_tx()