Searched refs:RR (Results 1 - 21 of 21) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/xmon/
H A Dspu-insns.h44 RR | op | RB | RA | RT | LBT | op |RO| I16 | RO |
77 RR category LBT category
143 APUOP(M_STOP, RR, 0x000, "stop", _A0(), 00000, BR) /* STOP stop */
144 APUOP(M_STOP2, RR, 0x000, "stop", _A1(A_U14), 00000, BR) /* STOP stop */
145 APUOP(M_STOPD, RR, 0x140, "stopd", _A3(A_T,A_A,A_B), 00111, BR) /* STOPD stop (with register dependencies) */
146 APUOP(M_LNOP, RR, 0x001, "lnop", _A0(), 00000, LNOP) /* LNOP no_operation */
147 APUOP(M_SYNC, RR, 0x002, "sync", _A0(), 00000, BR) /* SYNC flush_pipe */
148 APUOP(M_DSYNC, RR, 0x003, "dsync", _A0(), 00000, BR) /* DSYNC flush_store_queue */
149 APUOP(M_MFSPR, RR, 0x00c, "mfspr", _A2(A_T,A_S), 00002, SPR) /* MFSPR RT<-SA */
150 APUOP(M_RDCH, RR,
[all...]
H A Dspu.h31 RR, enumerator in enum:__anon3709
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Disdnl2.h10 #define RR 0x01 macro
H A Disdnl2.c906 enquiry_cr(st, RR, RSP, 1);
916 enquiry_cr(st, RR, CMD, 1);
968 int PollFlag, rsp, typ = RR;
1008 } else if ((nr == l2->vs) && (typ == RR)) {
1015 if(typ != RR) FsmDelTimer(&st->l2.t203, 9);
1018 if (!skb_queue_empty(&st->l2.i_queue) && (typ == RR))
1127 enquiry_cr(st, RR, RSP, 0);
1511 enquiry_cr(st, RR, RSP, 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/
H A Dbn_mont.c252 BN_init(&(ctx->RR));
263 BN_free(&(mont->RR));
275 R= &(mont->RR); /* grab RR as a temp */
328 /* setup RR for conversions */
329 if (!BN_zero(&(mont->RR))) goto err;
330 if (!BN_set_bit(&(mont->RR),mont->ri*2)) goto err;
331 if (!BN_mod(&(mont->RR),&(mont->RR),&(mont->N),ctx)) goto err;
342 if (!BN_copy(&(to->RR),
[all...]
H A Dbn.h259 BIGNUM RR; /* used to convert to montgomery form */ member in struct:bn_mont_ctx_st
431 (r),(a),&((mont)->RR),(mont),(ctx))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mont.c307 BN_init(&(ctx->RR));
318 BN_free(&(mont->RR));
332 R= &(mont->RR); /* grab RR as a temp */
383 /* setup RR for conversions */
384 BN_zero(&(mont->RR));
385 if (!BN_set_bit(&(mont->RR),mont->ri*2)) goto err;
386 if (!BN_mod(&(mont->RR),&(mont->RR),&(mont->N),ctx)) goto err;
398 if (!BN_copy(&(to->RR),
[all...]
H A Dbn.h292 BIGNUM RR; /* used to convert to montgomery form */ member in struct:bn_mont_ctx_st
524 (r),(a),&((mont)->RR),(mont),(ctx))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Drock.h103 struct RR_RR_s RR; member in union:rock_ridge::__anon7461
H A Drock.c224 if ((rr->u.RR.flags[0] & RR_NM) == 0)
245 * care anyways, since we can just use the non-RR
323 if ((rr->u.RR.flags[0] &
700 if ((rr->u.RR.flags[0] & RR_SL) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/block/paride/
H A Depat.c201 #define RR(r) (epat_read_regr(pi,2,r)) macro
256 cc = RR(0xd);
297 ver = RR(0xb);
H A Depia.c105 #define RR(r) (epia_read_regr(pi,0,r)) macro
248 if (RR(2) != (k^0xaa)) e[j]++;
H A Dbpck.c106 #define RR(r) (bpck_read_regr(pi,2,r)) macro
378 f = RR(0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/net/irda/
H A Dirlap_frame.h63 #define RR 0x01 /* Receive Ready */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/include/openssl/
H A Dbn.h259 BIGNUM RR; /* used to convert to montgomery form */ member in struct:bn_mont_ctx_st
431 (r),(a),&((mont)->RR),(mont),(ctx))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/bcmcrypto/
H A Dbn.h287 BIGNUM RR; /* used to convert to montgomery form */ member in struct:bn_mont_ctx_st
456 BN_mod_mul_montgomery((r), (a), &((mont)->RR), (mont), (ctx))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dbn.h292 BIGNUM RR; /* used to convert to montgomery form */ member in struct:bn_mont_ctx_st
524 (r),(a),&((mont)->RR),(mont),(ctx))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/
H A Dirlap_frame.c577 * Build and transmit RR (Receive Ready) frame. Notice that it is currently
578 * only possible to send RR frames with the poll bit set.
594 frame->control = RR | PF_BIT | (self->vr << 5);
625 * Received RR (Receive Ready) frame from peer station, no harm in
1353 case RR:
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/boot/compressed/
H A Dhead.S428 orr r0, r0, #0x5000 @ I-cache enable, RR cache replacement
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bn/asm/
H A Dpa-risc2.s849 ;--- not PIC LDO RR'__iob-$global$+32(%r1),%r26 ;offset 0xa28
852 ;--- not PIC LDO RR'C$7(%r21),%r25 ;offset 0xa30
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/asm/
H A Dpa-risc2.s849 ;--- not PIC LDO RR'__iob-$global$+32(%r1),%r26 ;offset 0xa28
852 ;--- not PIC LDO RR'C$7(%r21),%r25 ;offset 0xa30

Completed in 146 milliseconds