Searched refs:DZ_TRDY (Results 1 – 2 of 2) sorted by relevance
18 #define DZ_TRDY 0x8000 /* Transmitter empty */ macro
372 if (status & DZ_TRDY) in dz_interrupt()1453 while (((dz_in(dz_console, DZ_CSR) & DZ_TRDY) != DZ_TRDY) && loops--); in dz_console_put_char()