Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sbus/
H A Dspifvar.h47 int sp_txc; /* transmit character counter */ member
H A Dspif.c721 sp->sp_txc = ndqb(&tp->t_outq, 0); in stty_start()
814 while (sp->sp_txc > 0 && cnt < (CD180_TX_FIFO_SIZE-1)) { in spif_stcintr_tx()
816 sp->sp_txc--; in spif_stcintr_tx()
828 if (sp->sp_txc == 0 || in spif_stcintr_tx()