Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Ddz.h19 #define DZ_TLINE 0x0300 /* Transmitter Line Number */ macro
Ddz.c828 trdy = (trdy & DZ_TLINE) >> 8; in dz_console_putchar()