Searched refs:DZ_TIE (Results 1 – 2 of 2) sorted by relevance
344 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()
19 #define DZ_TIE 0x4000 /* Transmitter Interrupt Enbl */ macro
Completed in 5 milliseconds