Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sbus/
H A Dspif.c703 SET(sp->sp_flags, STTYF_STOP); in stty_stop()
800 if (!ISSET(sp->sp_flags, STTYF_STOP)) { in spif_stcintr_tx()
829 ISSET(sp->sp_flags, STTYF_STOP)) { in spif_stcintr_tx()
832 CLR(sp->sp_flags, STTYF_STOP); in spif_stcintr_tx()
H A Dspifreg.h379 #define STTYF_STOP 0x20 /* stopped */ macro