Home
last modified time | relevance | path

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

/drivers/tty/serial/
Ddz.c817 unsigned short csr, tcr, trdy, mask; in dz_console_putchar() local
831 trdy = dz_in(dport, DZ_CSR); in dz_console_putchar()
832 if (!(trdy & DZ_TRDY)) in dz_console_putchar()
834 trdy = (trdy & DZ_TLINE) >> 8; in dz_console_putchar()
835 if (trdy == dport->port.line) in dz_console_putchar()
837 mask &= ~(1 << trdy); in dz_console_putchar()