Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/tty/serial/
A Ddz.c344 if ((status & (DZ_TRDY | DZ_TIE)) == (DZ_TRDY | DZ_TIE)) in dz_interrupt()
422 tmp |= DZ_RIE | DZ_TIE; in dz_startup()
454 tmp &= ~(DZ_RIE | DZ_TIE); in dz_shutdown()
816 dz_out(dport, DZ_CSR, csr & ~DZ_TIE); in dz_console_putchar()
A Ddz.h19 #define DZ_TIE 0x4000 /* Transmitter Interrupt Enbl */ macro

Completed in 5 milliseconds