Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Ddz.h18 #define DZ_TRDY 0x8000 /* Transmitter empty */ macro
H A Ddz.c344 if ((status & (DZ_TRDY | DZ_TIE)) == (DZ_TRDY | DZ_TIE)) in dz_interrupt()
826 if (!(trdy & DZ_TRDY)) in dz_console_putchar()