Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dzs.h92 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro
H A Dsunzilog.h64 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro
H A Dip22zilog.h72 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro
H A Dsunzilog.c197 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB)); in __load_zsregs()
790 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in __sunzilog_startup()
851 up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK); in sunzilog_shutdown()
1344 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in sunzilog_init_hw()
1360 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in sunzilog_init_hw()
H A Dpmac_zilog.h151 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro
H A Dpmac_zilog.c125 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB)); in pmz_load_zsregs()
199 uap->curregs[1] |= INT_ALL_Rx | TxINT_ENAB; in pmz_interrupt_control()
203 uap->curregs[1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK); in pmz_interrupt_control()
1881 write_zsreg(uap, R1, uap->curregs[1] & ~TxINT_ENAB); in pmz_console_write()