Home
last modified time | relevance | path

Searched refs:SERIBUF_SIZE (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/sys/arch/amiga/dev/
H A Dmfc.c87 #ifndef SERIBUF_SIZE
88 #define SERIBUF_SIZE 1024 macro
184 u_short inbuf[SERIBUF_SIZE];
460 printf (": input fifo %d output fifo %d\n", SERIBUF_SIZE, in mfcsattach()
976 if (sc->incnt == SERIBUF_SIZE) in mfcintr()
980 if (sc->wptr == sc->inbuf + SERIBUF_SIZE) in mfcintr()
983 if (sc->incnt > SERIBUF_SIZE - 16) in mfcintr()
997 if (sc->incnt == SERIBUF_SIZE) in mfcintr()
1001 if (sc->wptr == sc->inbuf + SERIBUF_SIZE) in mfcintr()
1004 if (sc->incnt > SERIBUF_SIZE in mfcintr()
[all...]
H A Dser.c111 #ifndef SERIBUF_SIZE
112 #define SERIBUF_SIZE 512 macro
148 static u_short serbuf[SERIBUF_SIZE];
277 printf(": input fifo %d output fifo %d\n", SERIBUF_SIZE, in serattach()
516 if (sbcnt == SERIBUF_SIZE) { in ser_fastint()
524 if (sbwpt == serbuf + SERIBUF_SIZE) in ser_fastint()
527 if (sbcnt > SERIBUF_SIZE - 20) in ser_fastint()
557 if (sbrpt == serbuf + SERIBUF_SIZE) in serintr()
/netbsd-src/sys/arch/amiga/conf/
H A DMDINSTALL89 #options SERIBUF_SIZE=4096
H A DDRACO179 #options SERIBUF_SIZE=4096
H A DINSTALL157 #options SERIBUF_SIZE=4096
H A DGENERIC193 #options SERIBUF_SIZE=4096
H A DGENERIC.in245 #options SERIBUF_SIZE=4096