Searched refs:RTS (Results 26 - 47 of 47) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/hamradio/
H A Dscc.c522 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF)
936 scc->wreg[R5] |= RTS;
938 or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */
941 cl(scc,R5,RTS|TxENAB);
970 scc->wreg[R5] |= RTS;
972 or(scc,R5,RTS|TxENAB); /* enable tx */
975 cl(scc,R5,RTS|TxENAB); /* disable tx */
1106 if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) )
1151 if ( !(scc->wreg[R5] & RTS) )
[all...]
H A Ddmascc.c951 /* Assert RTS, start timer */
954 write_scc(priv, R5, TxCRC_ENAB | RTS | TxENAB | Tx8);
1436 TxCRC_ENAB | RTS | TxENAB | Tx8);
/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,
280 * z8530_rtsdtr - Control the outgoing DTS/RTS line
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.h110 #define RTS 0x2 /* RTS */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/serial/
H A Dip22zilog.h124 #define RTS 0x2 /* RTS */ macro
H A Dsunzilog.h116 #define RTS 0x2 /* RTS */ macro
134 #define AUTOnRTS 4 /* Automatic /RTS pin deactivation */
H A Dpmac_zilog.h225 #define RTS 0x2 /* RTS */ macro
H A Dpmac_zilog.c560 * Set Modem Control (RTS & DTR) bits
562 * Note: Shall we really filter out RTS on external ports or
582 set_bits |= RTS;
584 clear_bits |= RTS;
820 write_zsreg(uap, 5, Tx8 | RTS);
884 uap->curregs[R5] = Tx8 | RTS;
2097 write_zsreg(uap, R5, uap->curregs[5] | TxENABLE | RTS | DTR);
H A Dip22zilog.c560 set_bits |= RTS;
562 clear_bits |= RTS;
H A Dzs.c27 * 4 RTS <- ~A.RTS
36 * 23 DSRS(DTE) <- ~B.RTS
41 * As you can immediately notice the wiring of the RTS, DTR and DSR signals
401 zport_a->regs[5] |= RTS;
403 zport_a->regs[5] &= ~RTS;
H A Dsunzilog.c660 set_bits |= RTS;
662 clear_bits |= RTS;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/bfin/
H A Dfdct_bfin.S329 RTS;
H A Didct_bfin.S303 RTS;
H A Dvp3_idct_bfin.S279 RTS;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/m68k/
H A Dsyntax.h113 #define rts RTS
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/mach-bf561/
H A Dsecondary.S174 RTS;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/m68k/
H A Dsyntax.h113 #define rts RTS
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dhead.S77 # turn on RTS on the debug serial port if applicable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dnozomi.c287 unsigned int RTS:1; member in struct:ctrl_ul
346 unsigned int RTS:1; member in struct:ctrl_ul
1550 ctrl.RTS = 0;
1582 port->ctrl_ul.RTS = rts;
1761 return (ctrl_ul->RTS ? TIOCM_RTS : 0) |
/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
210 mov a, #0x80 ; turn on RTS
322 ;; 03 is control pins (RTS, DTR).
598 mov a, r3 ; wValue[0] holds new bits: b7 is new RTS
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
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/cpu/sh5/
H A Dentry.S1493 /* Save LINK in a register to reduce RTS time later (otherwise
1505 blink tr0, r63 ! RTS

Completed in 258 milliseconds

12