Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/sbus/
Dspifreg.h374 #define STTYF_RING_OVERFLOW 0x02 /* ring buffer overflowed */ macro
Dspif.c739 SET(sp->sp_flags, STTYF_RING_OVERFLOW); in spifstcintr_rxexception()
768 SET(sp->sp_flags, STTYF_RING_OVERFLOW); in spifstcintr_rx()
919 STTYF_RING_OVERFLOW); in spifsoftintr()
934 if (ISSET(flags, STTYF_RING_OVERFLOW)) { in spifsoftintr()