Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/sbus/
H A Dspifreg.h381 #define STTY_RBUF_SIZE (2 * 512) macro
H A Dspif.c323 sp->sp_rbuf = malloc(STTY_RBUF_SIZE, M_DEVBUF, M_WAITOK); in stty_attach()
324 sp->sp_rend = sp->sp_rbuf + STTY_RBUF_SIZE; in stty_attach()