Home
last modified time | relevance | path

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

/openbsd/sys/dev/sbus/
H A Dspifvar.h42 u_char *sp_rend; /* ring buffer end */ member
H A Dspif.c312 sp->sp_rend = sp->sp_rbuf + STTY_RBUF_SIZE; in sttyattach()
733 if (ptr == sp->sp_rend) in spifstcintr_rxexception()
737 ptr = sp->sp_rend; in spifstcintr_rxexception()
762 if (ptr == sp->sp_rend) in spifstcintr_rx()
766 ptr = sp->sp_rend; in spifstcintr_rx()
903 if (sp->sp_rget == sp->sp_rend) in spifsoftintr()