Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/ic/
Dz8530tty.c98 #ifndef ZSTTY_RING_SIZE
99 #define ZSTTY_RING_SIZE 2048 macro
106 int zstty_rbuf_size = ZSTTY_RING_SIZE;
109 int zstty_rbuf_hiwat = (ZSTTY_RING_SIZE - (ZSTTY_RING_SIZE >> 2));
/mirbsd/src/sys/arch/sparc/dev/
Dz8530tty.c133 #ifndef ZSTTY_RING_SIZE
134 #define ZSTTY_RING_SIZE 2048 macro
141 u_int zstty_rbuf_size = ZSTTY_RING_SIZE;
144 u_int zstty_rbuf_hiwat = (ZSTTY_RING_SIZE * 1) / 4;
145 u_int zstty_rbuf_lowat = (ZSTTY_RING_SIZE * 3) / 4;