Searched refs:DZ_TRDY (Results 1 – 2 of 2) sorted by relevance
18 #define DZ_TRDY 0x8000 /* Transmitter empty */ macro
344 if ((status & (DZ_TRDY | DZ_TIE)) == (DZ_TRDY | DZ_TIE)) in dz_interrupt()826 if (!(trdy & DZ_TRDY)) in dz_console_putchar()
Completed in 5 milliseconds