Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/hamradio/
Dz8530.h152 #define DTRREQ 4 /* DTR/Request function */ macro
Ddmascc.c813 write_scc(priv, R14, SSBR | DTRREQ | BRSRC | BRENABL); in scc_open()
815 write_scc(priv, R14, SEARCH | DTRREQ | BRSRC | BRENABL); in scc_open()
818 write_scc(priv, R14, DTRREQ | BRSRC); in scc_open()
/kernel/linux/linux-5.10/drivers/tty/serial/
Dzs.h207 #define DTRREQ 4 /* DTR/Request function */ macro
Dsunzilog.h190 #define DTRREQ 4 /* DTR/Request function */ macro
Dip22zilog.h188 #define DTRREQ 4 /* DTR/Request function */ macro
Dpmac_zilog.h281 #define DTRREQ 4 /* DTR/Request function */ macro
/kernel/linux/linux-5.10/drivers/net/wan/
Dz85230.c906 c->regs[R14]|= DTRREQ; in z8530_sync_dma_open()
1013 c->regs[R14]&= ~DTRREQ; in z8530_sync_dma_close()
1102 c->regs[R14]|= DTRREQ; in z8530_sync_txdma_open()
1182 c->regs[R14]&= ~DTRREQ; in z8530_sync_txdma_close()
Dz85230.h173 #define DTRREQ 4 /* DTR/Request function */ macro