Searched refs:RTS (Results 1 - 25 of 45) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/lib/
H A Douts.S42 RTS;
53 RTS;
64 RTS;
H A Dmemchr.S63 RTS;
68 RTS;
H A Dmodsi3.S74 RTS; /* Store remainder */
79 RTS;
H A Dumodsi3.S64 RTS; /* Return remainder */
68 RTS;
H A Dins.S48 RTS;
63 RTS;
78 RTS;
H A Dmemmove.S89 RTS;
96 RTS;
114 RTS;
H A Dmemcpy.S92 RTS;
118 RTS;
130 RTS;
149 RTS;
H A Dmemcmp.S93 RTS;
113 RTS;
H A Ddivsi3.S101 RTS;
165 RTS;
186 RTS; /* ...including zero */
213 RTS;
217 RTS;
H A Dsmulsi3_highpart.S30 RTS;
H A Dumulsi3_highpart.S23 RTS;
H A Dmemset.S73 RTS;
91 RTS;
H A Dudivsi3.S87 RTS;
204 RTS;
222 RTS;
244 RTS;
298 RTS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-common/
H A Dcache.S72 RTS;
109 RTS;
134 RTS;
161 RTS;
190 RTS;
229 RTS;
251 RTS;
262 RTS;
H A Ddpmc.S55 RTS;
119 RTS;
147 RTS;
162 RTS;
204 RTS;
277 RTS;
369 RTS;
381 RTS;
394 RTS;
401 RTS;
[all...]
H A Dcacheinit.S88 RTS;
138 RTS;
H A Dlock.S157 RTS;
189 RTS;
205 RTS;
H A Dcplbmgr.S270 RTS;
276 RTS;
280 RTS;
284 RTS;
349 RTS;
594 RTS;
H A Dcplbhdlr.S91 RTS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-bf537/boards/
H A Dled.S55 RTS;
79 RTS;
103 RTS;
126 RTS;
155 RTS;
181 RTS;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/bfin/
H A Dpixels_bfin.S50 RTS;
83 RTS;
125 RTS;
160 RTS;
190 RTS;
224 RTS;
541 RTS;
573 RTS;
601 RTS;
645 RTS;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/tc/
H A Dzs.c27 * 4 RTS <- ~A.RTS
36 * 23 DSRS(DTE) <- ~B.RTS
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);
729 zs_rtsdtr(info, RTS | DTR, 0);
780 zs_rtsdtr(info, RTS | DT
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-io.c66 FLOWCTL_SET(RTS);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/hamradio/
H A Dz8530.h89 #define RTS 0x2 /* RTS */ macro
227 #define AUTORTS 0x04 /* Auto RTS */
H A Dscc.c521 if((scc->wreg[5] & RTS) && scc->kiss.fulldup == KISS_DUPLEX_HALF)
934 scc->wreg[R5] |= RTS;
936 or(scc,R5,RTS|TxENAB); /* set the RTS line and enable TX */
939 cl(scc,R5,RTS|TxENAB);
968 scc->wreg[R5] |= RTS;
970 or(scc,R5,RTS|TxENAB); /* enable tx */
973 cl(scc,R5,RTS|TxENAB); /* disable tx */
1104 if ( (grp1 & TXGROUP) && (scc2->wreg[R5] & RTS) )
1149 if ( !(scc->wreg[R5] & RTS) )
[all...]

Completed in 123 milliseconds

12