Searched refs:RES_Tx_P (Results 1 – 13 of 13) sorted by relevance
/drivers/net/hamradio/ |
D | z8530.h | 28 #define RES_Tx_P 0x28 /* Reset TxINT Pending */ macro
|
D | scc.c | 384 Outb(scc->ctrl, RES_Tx_P); in scc_txint() 393 Outb(scc->ctrl, RES_Tx_P); in scc_txint() 414 Outb(scc->ctrl, RES_Tx_P); /* reset pending int */ in scc_txint() 1251 OutReg(scc->ctrl, R0, RES_Tx_P); in t_maxkeyup()
|
D | dmascc.c | 1295 write_scc(priv, R0, RES_Tx_P); in tx_isr()
|
/drivers/tty/serial/ |
D | zs.h | 81 #define RES_Tx_P 0x28 /* Reset TxINT Pending */ macro
|
D | ip22zilog.h | 60 #define RES_Tx_P 0x28 /* Reset TxINT Pending */ macro
|
D | sunzilog.h | 52 #define RES_Tx_P 0x28 /* Reset TxINT Pending */ macro
|
D | pmac_zilog.h | 149 #define RES_Tx_P 0x28 /* Reset TxINT Pending */ macro
|
D | zs.c | 424 write_zsreg(zport, R0, RES_Tx_P); in zs_raw_stop_tx() 782 write_zsreg(zport, R0, RES_Tx_P); in zs_startup()
|
D | ip22zilog.c | 424 writeb(RES_Tx_P, &channel->control); in ip22zilog_transmit_chars()
|
D | sunzilog.c | 523 writeb(RES_Tx_P, &channel->control); in sunzilog_transmit_chars()
|
D | pmac_zilog.c | 445 write_zsreg(uap, R0, RES_Tx_P); in pmz_transmit_chars()
|
/drivers/net/wan/ |
D | z85230.h | 49 #define RES_Tx_P 0x28 /* Reset TxINT Pending */ macro
|
D | z85230.c | 434 write_zsctrl(c, RES_Tx_P); in z8530_tx() 659 write_zsctrl(c, RES_Tx_P); in z8530_tx_clear()
|