Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Ddz.h18 #define DZ_TRDY 0x8000 /* Transmitter empty */ macro
Ddz.c372 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()