Searched refs:TxINT_ENAB (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/drivers/net/wan/ |
D | z85230.c | 230 1, EXT_INT_ENAB|TxINT_ENAB|INT_ALL_Rx, 255 1, EXT_INT_ENAB|TxINT_ENAB|INT_ALL_Rx, 806 c->regs[R1]|=TxINT_ENAB; in z8530_sync_open() 912 c->regs[R1]&= ~TxINT_ENAB; in z8530_sync_dma_open() 922 c->regs[R1]&= ~TxINT_ENAB; in z8530_sync_dma_open() 1108 c->regs[R1]&= ~TxINT_ENAB; in z8530_sync_txdma_open()
|
D | z85230.h | 61 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro
|
/Linux-v4.19/drivers/net/hamradio/ |
D | z8530.h | 40 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro
|
D | scc.c | 877 or(scc,R1,INT_ALL_Rx|TxINT_ENAB|EXT_INT_ENAB); /* enable interrupts */ in init_channel() 915 or(scc, R1, TxINT_ENAB); /* t_maxkeyup may have reset these */ in scc_key_trx() 1251 cl(scc, R1, TxINT_ENAB); /* force an ABORT, but don't */ in t_maxkeyup()
|
D | dmascc.c | 1016 EXT_INT_ENAB | WT_FN_RDYFN | TxINT_ENAB); in tx_on()
|
/Linux-v4.19/drivers/tty/serial/ |
D | zs.c | 463 zport->regs[1] &= ~(RxINT_MASK | TxINT_ENAB); in zs_stop_rx() 790 zport->regs[1] |= RxINT_ALL | TxINT_ENAB | EXT_INT_ENAB; in zs_startup() 1162 if (txint & TxINT_ENAB) { in zs_console_write() 1163 zport->regs[1] = txint & ~TxINT_ENAB; in zs_console_write() 1182 if (txint & TxINT_ENAB) { in zs_console_write() 1183 zport->regs[1] |= TxINT_ENAB; in zs_console_write()
|
D | zs.h | 92 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro
|
D | ip22zilog.h | 72 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro
|
D | sunzilog.h | 64 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro
|
D | ip22zilog.c | 182 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB)); in __load_zsregs() 732 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in __ip22zilog_startup() 793 up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK); in ip22zilog_shutdown() 1141 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in ip22zilog_prepare()
|
D | sunzilog.c | 201 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB)); in __load_zsregs() 797 up->curregs[R1] |= EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in __sunzilog_startup() 858 up->curregs[R1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK); in sunzilog_shutdown() 1351 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in sunzilog_init_hw() 1367 up->curregs[R1] = EXT_INT_ENAB | INT_ALL_Rx | TxINT_ENAB; in sunzilog_init_hw()
|
D | pmac_zilog.h | 161 #define TxINT_ENAB 0x2 /* Tx Int Enable */ macro
|
D | pmac_zilog.c | 136 regs[R1] & ~(RxINT_MASK | TxINT_ENAB | EXT_INT_ENAB)); in pmz_load_zsregs() 210 uap->curregs[1] |= INT_ALL_Rx | TxINT_ENAB; in pmz_interrupt_control() 214 uap->curregs[1] &= ~(EXT_INT_ENAB | TxINT_ENAB | RxINT_MASK); in pmz_interrupt_control() 1966 write_zsreg(uap, R1, uap->curregs[1] & ~TxINT_ENAB); in pmz_console_write()
|