Searched refs:RES_Tx_P (Results 1 – 10 of 10) sorted by relevance
/linux-5.19.10/drivers/net/hamradio/ |
D | z8530.h | 29 #define RES_Tx_P 0x28 /* Reset TxINT Pending */ macro
|
D | scc.c | 387 Outb(scc->ctrl, RES_Tx_P); in scc_txint() 396 Outb(scc->ctrl, RES_Tx_P); in scc_txint() 417 Outb(scc->ctrl, RES_Tx_P); /* reset pending int */ in scc_txint() 1255 OutReg(scc->ctrl, R0, RES_Tx_P); in t_maxkeyup()
|
/linux-5.19.10/drivers/tty/serial/ |
D | zs.h | 82 #define RES_Tx_P 0x28 /* Reset TxINT Pending */ macro
|
D | ip22zilog.h | 61 #define RES_Tx_P 0x28 /* Reset TxINT Pending */ macro
|
D | sunzilog.h | 53 #define RES_Tx_P 0x28 /* Reset TxINT Pending */ macro
|
D | pmac_zilog.h | 140 #define RES_Tx_P 0x28 /* Reset TxINT Pending */ macro
|
D | zs.c | 421 write_zsreg(zport, R0, RES_Tx_P); in zs_raw_stop_tx() 779 write_zsreg(zport, R0, RES_Tx_P); in zs_startup()
|
D | ip22zilog.c | 421 writeb(RES_Tx_P, &channel->control); in ip22zilog_transmit_chars()
|
D | sunzilog.c | 520 writeb(RES_Tx_P, &channel->control); in sunzilog_transmit_chars()
|
D | pmac_zilog.c | 423 write_zsreg(uap, R0, RES_Tx_P); in pmz_transmit_chars()
|