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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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.c620 bp->DTR = ~0;
621 rc_out(bp, RC_DTR, bp->DTR); /* Drop DTR on all ports */
640 bp->DTR = ~0;
641 rc_out(bp, RC_DTR, bp->DTR); /* Drop DTR on all ports */
670 /* Drop DTR & exit */
671 bp->DTR |= (1u << port_No(port));
672 rc_out(bp, RC_DTR, bp->DTR);
675 /* Set DTR o
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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.c161 FLOWCTL_SET0(DTR);
174 FLOWCTL_CLEAR0(DTR);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/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 */
H A Dscc.c801 wr(scc,R5,Tx8|DTR|TxCRC_ENAB); /* TX 8 bits/char, disabled, DTR */
1376 case PARAM_DTR: return CAST((scc->wreg[R5] & DTR)? 1:0);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/tc/
H A Dzs.c34 * 20 1 DTR <- ~A.DTR
288 /* Sets or clears DTR/RTS on the requested line */
296 info->zs_chan_a->curregs[5] |= (which & (RTS | DTR));
298 info->zs_chan_a->curregs[5] &= ~(which & (RTS | DTR));
661 * Turn on RTS and DTR.
663 zs_rtsdtr(info, RTS | DTR, 1);
699 * DTR is dropped if the hangup on close termio flag is on.
729 zs_rtsdtr(info, RTS | DTR, 0);
778 zs_rtsdtr(info, DTR,
[all...]
H A Dzs.h270 #define DTR 0x80 /* DTR */ macro
325 #define DTRREQ 4 /* DTR/Request function */
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/serial/
H A Dcrisv10.c415 * (DTR, DSR, RI,CD) as well.
1135 E100_STRUCT_PORT(0,DTR), E100_STRUCT_SHADOW(0,DTR),
1139 E100_STRUCT_MASK(0,DTR),
1151 E100_STRUCT_PORT(1,DTR), E100_STRUCT_SHADOW(1,DTR),
1155 E100_STRUCT_MASK(1,DTR),
1167 E100_STRUCT_PORT(2,DTR), E100_STRUCT_SHADOW(2,DTR),
1171 E100_STRUCT_MASK(2,DTR),
[all...]
H A Dpmac_zilog.c535 * Set Modem Control (RTS & DTR) bits
562 set_bits |= DTR;
564 clear_bits |= DTR;
848 uap->curregs[R5] |= DTR;
874 uap->curregs[R5] |= DTR;
878 uap->curregs[R5] &= ~DTR;
1180 uap->curregs[R5] |= DTR;
1234 uap->curregs[R5] &= ~DTR;
1916 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.h220 #define DTR 0x80 /* DTR */ macro
277 #define DTRREQ 4 /* DTR/Request function */
H A Dip22zilog.c564 set_bits |= DTR;
566 clear_bits |= DTR;
H A Dsunzilog.c666 set_bits |= DTR;
668 clear_bits |= DTR;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dkimagerescue.S56 ;; (so we can flash LEDs, and so that DTR and others are set)
H A Dhead.S230 ;; (so we can flash LEDs, and so that DTR and others are set)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/wan/
H A Dz85230.c208 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR,
233 5, TxCRC_ENAB|RTS|TxENAB|Tx8|DTR,
282 * Sets or clears DTR/RTS on the requested line. All locking is handled
283 * by the caller. For now we assume all boards use the actual RTS/DTR
291 c->regs[5] |= (RTS | DTR);
293 c->regs[5] &= ~(RTS | DTR);
788 * 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-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/serial/
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 221 milliseconds