Searched refs:DZ_TLINE (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/tty/serial/ | ||
D | dz.h | 19 #define DZ_TLINE 0x0300 /* Transmitter Line Number */ macro |
D | dz.c | 828 trdy = (trdy & DZ_TLINE) >> 8; in dz_console_putchar() |