Home
last modified time | relevance | path

Searched refs:DTRREQ (Results 1 – 8 of 8) sorted by relevance

/drivers/net/hamradio/
Dz8530.h151 #define DTRREQ 4 /* DTR/Request function */ macro
Ddmascc.c819 write_scc(priv, R14, SSBR | DTRREQ | BRSRC | BRENABL); in scc_open()
821 write_scc(priv, R14, SEARCH | DTRREQ | BRSRC | BRENABL); in scc_open()
824 write_scc(priv, R14, DTRREQ | BRSRC); in scc_open()
/drivers/tty/serial/
Dzs.h206 #define DTRREQ 4 /* DTR/Request function */ macro
Dip22zilog.h187 #define DTRREQ 4 /* DTR/Request function */ macro
Dsunzilog.h189 #define DTRREQ 4 /* DTR/Request function */ macro
Dpmac_zilog.h280 #define DTRREQ 4 /* DTR/Request function */ macro
/drivers/net/wan/
Dz85230.c911 c->regs[R14]|= DTRREQ; in z8530_sync_dma_open()
1018 c->regs[R14]&= ~DTRREQ; in z8530_sync_dma_close()
1107 c->regs[R14]|= DTRREQ; in z8530_sync_txdma_open()
1187 c->regs[R14]&= ~DTRREQ; in z8530_sync_txdma_close()
Dz85230.h172 #define DTRREQ 4 /* DTR/Request function */ macro