Searched refs:DZ_TIE (Results 1 – 2 of 2) sorted by relevance
345 if ((status & (DZ_TRDY | DZ_TIE)) == (DZ_TRDY | DZ_TIE)) in dz_interrupt()423 tmp |= DZ_RIE | DZ_TIE; in dz_startup()455 tmp &= ~(DZ_RIE | DZ_TIE); in dz_shutdown()814 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