Searched refs:DZ_TRDY (Results 1 – 2 of 2) sorted by relevance
17 #define DZ_TRDY 0x8000 /* Transmitter empty */ macro
355 if ((status & (DZ_TRDY | DZ_TIE)) == (DZ_TRDY | DZ_TIE)) in dz_interrupt()834 if (!(trdy & DZ_TRDY)) in dz_console_putchar()