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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-io-serial.c39 FLOWCTL_CLEAR(DTR);
135 FLOWCTL_SET(DTR);
146 FLOWCTL_CLEAR(DTR);
156 FLOWCTL_CLEAR(DTR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Driscom8.h61 unsigned char DTR; member in struct:riscom_board
H A Dspecialix_io8.h98 unsigned char DTR; member in struct:specialix_board
H A Driscom8.c612 bp->DTR = ~0;
613 rc_out(bp, RC_DTR, bp->DTR); /* Drop DTR on all ports */
630 bp->DTR = ~0;
631 rc_out(bp, RC_DTR, bp->DTR); /* Drop DTR on all ports */
657 /* Drop DTR & exit */
658 bp->DTR |= (1u << port_No(port));
659 rc_out(bp, RC_DTR, bp->DTR);
662 /* Set DTR o
[all...]
H A Dnozomi.c288 unsigned int DTR:1; member in struct:ctrl_ul
345 unsigned int DTR:1; member in struct:ctrl_ul
1551 ctrl.DTR = 1;
1591 DBG1("SETTING DTR index: %d, dtr: %d", tty->index, dtr);
1593 port->ctrl_ul.DTR = dtr;
1762 (ctrl_ul->DTR ? TIOCM_DTR : 0) |
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/kernel/
H A Dgdb-io.c65 FLOWCTL_CLEAR(DTR);
191 FLOWCTL_SET(DTR);
204 FLOWCTL_CLEAR(DTR);
215 FLOWCTL_CLEAR(DTR);
H A Ddebug-stub.c162 FLOWCTL_SET0(DTR);
175 FLOWCTL_CLEAR0(DTR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/unit-asb2303/include/unit/
H A Dserial.h114 FLOWCTL_SET(DTR);
129 FLOWCTL_CLEAR(DTR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/unit-asb2305/include/unit/
H A Dserial.h98 FLOWCTL_SET(DTR);
113 FLOWCTL_CLEAR(DTR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/boot/compressed/
H A Dmisc.c204 FLOWCTL_SET(DTR);
217 FLOWCTL_CLEAR(DTR);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dz8530.h97 #define DTR 0x80 /* DTR */ macro
151 #define DTRREQ 4 /* DTR/Request function */
230 #define FASTDTR 0x10 /* Fast DTR/REQ Mode */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dzs.h151 #define DTR 0x80 /* DTR */ macro
206 #define DTRREQ 4 /* DTR/Request function */
H A Dcrisv10.c785 E100_STRUCT_PORT(0,DTR), E100_STRUCT_SHADOW(0,DTR),
789 E100_STRUCT_MASK(0,DTR),
801 E100_STRUCT_PORT(1,DTR), E100_STRUCT_SHADOW(1,DTR),
805 E100_STRUCT_MASK(1,DTR),
817 E100_STRUCT_PORT(2,DTR), E100_STRUCT_SHADOW(2,DTR),
821 E100_STRUCT_MASK(2,DTR),
833 E100_STRUCT_PORT(3,DTR), E100_STRUCT_SHADO
[all...]
H A Dpmac_zilog.c560 * Set Modem Control (RTS & DTR) bits
587 set_bits |= DTR;
589 clear_bits |= DTR;
886 uap->curregs[R5] |= DTR;
911 uap->curregs[R5] |= DTR;
915 uap->curregs[R5] &= ~DTR;
1216 uap->curregs[R5] |= DTR;
1266 uap->curregs[R5] &= ~DTR;
2097 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR);
H A Dip22zilog.h133 #define DTR 0x80 /* DTR */ macro
187 #define DTRREQ 4 /* DTR/Request function */
H A Dsunzilog.h125 #define DTR 0x80 /* DTR */ macro
136 #define nDTRnREQ 0x10 /* /DTR/REQ timing */
189 #define DTRREQ 4 /* DTR/Request function */
H A Dpmac_zilog.h234 #define DTR 0x80 /* DTR */ macro
291 #define DTRREQ 4 /* DTR/Request function */
H A Dip22zilog.c564 set_bits |= DTR;
566 clear_bits |= DTR;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/kvm/
H A Dvti.h35 #define DTR 0x02 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/wan/
H A Dz85230.c210 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR,
235 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR,
284 * Sets or clears DTR/RTS on the requested line. All locking is handled
285 * by the caller. For now we assume all boards use the actual RTS/DTR
293 c->regs[5] |= (RTS | DTR);
295 c->regs[5] &= ~(RTS | DTR);
774 * raise the RTS/DTR and commence network operation.
H A Dz85230.h118 #define DTR 0x80 /* DTR */ macro
172 #define DTRREQ 4 /* DTR/Request function */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/boot/rescue/
H A Dkimagerescue.S55 ;; (so we can flash LEDs, and so that DTR and others are set)
H A Dhead_v10.S232 ;; (so we can flash LEDs, and so that DTR and others are set)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/firmware/keyspan_pda/
H A Dxircom_pgs.S198 ;; mov a, #0x84 ; turn on RTS, DTR
202 mov a, #0x7 ; turn on DTR
322 ;; 03 is control pins (RTS, DTR).
597 ;TODO BKPT is DTR
H A Dkeyspan_pda.S173 mov a, #0x84 ; turn on RTS, DTR
284 ;; 03 is control pins (RTS, DTR).
559 mov a, r3 ; wValue[0] holds new bits: b7 is new DTR, b2 is new RTS

Completed in 359 milliseconds

12