Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
A Ddz.h127 #define DZ_XMIT_SIZE 4096 /* buffer size */ macro
128 #define DZ_WAKEUP_CHARS DZ_XMIT_SIZE/4
A Ddz.c282 xmit->tail = (xmit->tail + 1) & (DZ_XMIT_SIZE - 1); in dz_transmit_chars()

Completed in 4 milliseconds