Searched refs:DTR (Results 26 - 28 of 28) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dzs.c34 * 20 1 DTR <- ~A.DTR
41 * As you can immediately notice the wiring of the RTS, DTR and DSR signals
397 zport_a->regs[5] |= DTR;
399 zport_a->regs[5] &= ~DTR;
H A Dsunzilog.c664 set_bits |= DTR;
666 clear_bits |= DTR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dscc.c803 wr(scc,R5,Tx8|DTR|TxCRC_ENAB); /* TX 8 bits/char, disabled, DTR */
1379 case PARAM_DTR: return CAST((scc->wreg[R5] & DTR)? 1:0);

Completed in 112 milliseconds

12