Home
last modified time | relevance | path

Searched refs:R (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/linux-2.6.39/arch/frv/include/asm/
Dbusctl-regs.h20 #define __get_LCR(R) ({ *(volatile unsigned long *)(0xfe000100 + 8*(R)); }) argument
21 #define __get_LSBR(R) ({ *(volatile unsigned long *)(0xfe000c00 + 8*(R)); }) argument
22 #define __get_LSAM(R) ({ *(volatile unsigned long *)(0xfe000d00 + 8*(R)); }) argument
28 #define __set_LCR(R,V) do { *(volatile unsigned long *)(0xfe000100 + 8*(R)) = (V); } while(0) argument
29 #define __set_LSBR(R,V) do { *(volatile unsigned long *)(0xfe000c00 + 8*(R)) = (V); } while(0) argument
30 #define __set_LSAM(R,V) do { *(volatile unsigned long *)(0xfe000d00 + 8*(R)) = (V); } while(0) argument
33 #define __get_DBR(R) ({ *(volatile unsigned long *)(0xfe000e00 + 8*(R)); }) argument
34 #define __get_DAM(R) ({ *(volatile unsigned long *)(0xfe000f00 + 8*(R)); }) argument
37 #define __get_DARS(R) ({ *(volatile unsigned long *)(0xfeff0100 + 8*(R)); }) argument
38 #define __get_DAMK(R) ({ *(volatile unsigned long *)(0xfeff0110 + 8*(R)); }) argument
Dregisters.h132 #define REG_GR(R) __OFFSET(REG_GR0, (R)) argument
221 #define __INT_GR(R) __OFFSET(__INT_GR0, (R)) argument
223 #define __FPMEDIA_FR(R) __OFFSET(__FPMEDIA_FR0, (R)) argument
224 #define __FPMEDIA_FNER(R) __OFFSET(__FPMEDIA_FNER0, (R)) argument
225 #define __FPMEDIA_MSR(R) __OFFSET(__FPMEDIA_MSR0, (R)) argument
226 #define __FPMEDIA_ACC(R) __OFFSET(__FPMEDIA_ACC0, (R)) argument
227 #define __FPMEDIA_ACCG(R) __OFFSETC(__FPMEDIA_ACCG0, (R)) argument
228 #define __FPMEDIA_FSR(R) __OFFSET(__FPMEDIA_FSR0, (R)) argument
230 #define __THREAD_GR(R) __OFFSET(__THREAD_GR16, (R) - 16) argument
Dspr-regs.h158 #define __get_HSR(R) ({ unsigned long x; asm volatile("movsg hsr"#R",%0" : "=r"(x)); x; }) argument
159 #define __set_HSR(R,V) do { asm volatile("movgs %0,hsr"#R : : "r"(V)); } while(0)
327 #define __get_IAMPR(R) ({ unsigned long x; asm volatile("movsg iampr"#R",%0" : "=r"(x)); x; })
328 #define __get_DAMPR(R) ({ unsigned long x; asm volatile("movsg dampr"#R",%0" : "=r"(x)); x; })
330 #define __get_IAMLR(R) ({ unsigned long x; asm volatile("movsg iamlr"#R",%0" : "=r"(x)); x; })
331 #define __get_DAMLR(R) ({ unsigned long x; asm volatile("movsg damlr"#R",%0" : "=r"(x)); x; })
333 #define __set_IAMPR(R,V) do { asm volatile("movgs %0,iampr"#R : : "r"(V)); } while(0)
334 #define __set_DAMPR(R,V) do { asm volatile("movgs %0,dampr"#R : : "r"(V)); } while(0)
336 #define __set_IAMLR(R,V) do { asm volatile("movgs %0,iamlr"#R : : "r"(V)); } while(0)
337 #define __set_DAMLR(R,V) do { asm volatile("movgs %0,damlr"#R : : "r"(V)); } while(0)
[all …]
Dserial-regs.h22 #define __get_UART0(R) ({ __reg(UART0_BASE + (R) * 8) >> 24; }) argument
23 #define __get_UART1(R) ({ __reg(UART1_BASE + (R) * 8) >> 24; }) argument
24 #define __set_UART0(R,V) do { __reg(UART0_BASE + (R) * 8) = (V) << 24; } while(0) argument
25 #define __set_UART1(R,V) do { __reg(UART1_BASE + (R) * 8) = (V) << 24; } while(0) argument
/linux-2.6.39/include/math-emu/
Dop-common.h229 #define _FP_ADD_INTERNAL(fs, wc, R, X, Y, OP) \ argument
245 R##_e = Y##_e; \
256 R##_e = X##_e; \
259 R##_c = FP_CLS_NORMAL; \
263 R##_s = X##_s; \
264 _FP_FRAC_ADD_##wc(R, X, Y); \
265 if (_FP_FRAC_OVERP_##wc(fs, R)) \
267 _FP_FRAC_SRS_##wc(R, 1, _FP_WFRACBITS_##fs); \
268 R##_e++; \
273 R##_s = X##_s; \
[all …]
Dquad.h115 #define FP_NEG_Q(R,X) _FP_NEG(Q,4,R,X) argument
116 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,4,R,X,Y) argument
117 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,4,R,X,Y) argument
118 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,4,R,X,Y) argument
119 #define FP_DIV_Q(R,X,Y) _FP_DIV(Q,4,R,X,Y) argument
120 #define FP_SQRT_Q(R,X) _FP_SQRT(Q,4,R,X) argument
121 #define _FP_SQRT_MEAT_Q(R,S,T,X,Q) _FP_SQRT_MEAT_4(R,S,T,X,Q) argument
188 #define FP_NEG_Q(R,X) _FP_NEG(Q,2,R,X) argument
189 #define FP_ADD_Q(R,X,Y) _FP_ADD(Q,2,R,X,Y) argument
190 #define FP_SUB_Q(R,X,Y) _FP_SUB(Q,2,R,X,Y) argument
[all …]
Ddouble.h109 #define FP_NEG_D(R,X) _FP_NEG(D,2,R,X) argument
110 #define FP_ADD_D(R,X,Y) _FP_ADD(D,2,R,X,Y) argument
111 #define FP_SUB_D(R,X,Y) _FP_SUB(D,2,R,X,Y) argument
112 #define FP_MUL_D(R,X,Y) _FP_MUL(D,2,R,X,Y) argument
113 #define FP_DIV_D(R,X,Y) _FP_DIV(D,2,R,X,Y) argument
114 #define FP_SQRT_D(R,X) _FP_SQRT(D,2,R,X) argument
115 #define _FP_SQRT_MEAT_D(R,S,T,X,Q) _FP_SQRT_MEAT_2(R,S,T,X,Q) argument
181 #define FP_NEG_D(R,X) _FP_NEG(D,1,R,X) argument
182 #define FP_ADD_D(R,X,Y) _FP_ADD(D,1,R,X,Y) argument
183 #define FP_SUB_D(R,X,Y) _FP_SUB(D,1,R,X,Y) argument
[all …]
Dop-1.h52 #define _FP_FRAC_ADD_1(R,X,Y) (R##_f = X##_f + Y##_f) argument
53 #define _FP_FRAC_SUB_1(R,X,Y) (R##_f = X##_f - Y##_f) argument
127 #define _FP_MUL_MEAT_1_imm(wfracbits, R, X, Y) \ argument
129 R##_f = X##_f * Y##_f; \
133 _FP_FRAC_SRS_1(R, wfracbits-1, 2*wfracbits); \
138 #define _FP_MUL_MEAT_1_wide(wfracbits, R, X, Y, doit) \ argument
146 R##_f = _Z_f0; \
151 #define _FP_MUL_MEAT_1_hard(wfracbits, R, X, Y) \ argument
176 R##_f = _z_f0; \
189 #define _FP_DIV_MEAT_1_imm(fs, R, X, Y, doit) \ argument
[all …]
Dsingle.h98 #define FP_NEG_S(R,X) _FP_NEG(S,1,R,X) argument
99 #define FP_ADD_S(R,X,Y) _FP_ADD(S,1,R,X,Y) argument
100 #define FP_SUB_S(R,X,Y) _FP_SUB(S,1,R,X,Y) argument
101 #define FP_MUL_S(R,X,Y) _FP_MUL(S,1,R,X,Y) argument
102 #define FP_DIV_S(R,X,Y) _FP_DIV(S,1,R,X,Y) argument
103 #define FP_SQRT_S(R,X) _FP_SQRT(S,1,R,X) argument
104 #define _FP_SQRT_MEAT_S(R,S,T,X,Q) _FP_SQRT_MEAT_1(R,S,T,X,Q) argument
Dop-2.h93 #define _FP_FRAC_ADD_2(R,X,Y) \ argument
94 __FP_FRAC_ADD_2(R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0)
96 #define _FP_FRAC_SUB_2(R,X,Y) \ argument
97 __FP_FRAC_SUB_2(R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0)
102 #define _FP_FRAC_CLZ_2(R,X) \ argument
105 __FP_CLZ(R,X##_f1); \
108 __FP_CLZ(R,X##_f0); \
109 R += _FP_W_TYPE_SIZE; \
134 #define __FP_CLZ_2(R, xh, xl) \ argument
137 __FP_CLZ(R,xh); \
[all …]
/linux-2.6.39/arch/sh/include/asm/
Dsfp-machine.h33 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
34 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
35 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
36 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
37 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
38 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
40 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument
41 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
42 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument
57 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
/linux-2.6.39/arch/sparc/include/asm/
Dsfp-machine_64.h32 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
33 _FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y)
34 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
36 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
39 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_imm(S,R,X,Y,_FP_DIV_HELP_imm) argument
40 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(D,R,X,Y) argument
41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y) argument
59 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
Dsfp-machine_32.h34 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
36 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
38 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
39 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
41 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument
42 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
43 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument
61 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
/linux-2.6.39/arch/alpha/include/asm/
Dsfp-machine.h32 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
33 _FP_MUL_MEAT_1_imm(_FP_WFRACBITS_S,R,X,Y)
34 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
36 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
39 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_imm(S,R,X,Y,_FP_DIV_HELP_imm) argument
40 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_1_udiv(D,R,X,Y) argument
41 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_2_udiv(Q,R,X,Y) argument
55 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
/linux-2.6.39/arch/s390/include/asm/
Dsfp-machine.h34 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
35 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm)
36 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
37 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm)
38 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
39 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm)
41 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument
42 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
43 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument
58 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
[all …]
/linux-2.6.39/drivers/staging/vt6655/
Dmichael.c60 static unsigned long L, R; // Current state variable
97 R = K1; in s_vClear()
120 R ^= ROL32( L, 17 ); in s_vAppendByte()
121 L += R; in s_vAppendByte()
122 R ^= ((L & 0xff00ff00) >> 8) | ((L & 0x00ff00ff) << 8); in s_vAppendByte()
123 L += R; in s_vAppendByte()
124 R ^= ROL32( L, 3 ); in s_vAppendByte()
125 L += R; in s_vAppendByte()
126 R ^= ROR32( L, 2 ); in s_vAppendByte()
127 L += R; in s_vAppendByte()
[all …]
/linux-2.6.39/crypto/
Ddes_generic.c524 #define IP(L, R, T) \ argument
525 ROL(R, 4); \
527 L ^= R; \
529 R ^= L; \
531 ROL(R, 12); \
533 L ^= R; \
535 R ^= L; \
537 ROR(R, 14); \
539 L ^= R; \
541 R ^= L; \
[all …]
Danubis.c47 int R; member
468 int N, R, i, r; in anubis_setkey() local
483 ctx->R = R = 8 + N; in anubis_setkey()
492 for (r = 0; r <= R; r++) { in anubis_setkey()
532 if (r == R) in anubis_setkey()
557 ctx->D[0][i] = ctx->E[R][i]; in anubis_setkey()
558 ctx->D[R][i] = ctx->E[0][i]; in anubis_setkey()
560 for (r = 1; r < R; r++) { in anubis_setkey()
562 u32 v = ctx->E[R - r][i]; in anubis_setkey()
575 u8 *ciphertext, const u8 *plaintext, const int R) in anubis_crypt() argument
[all …]
/linux-2.6.39/arch/m68k/fpsp040/
Dsrem_mod.S30 | R := X, go to Step 4.
32 | R := 2^(-L)X, j := L.
36 | 3.1 If R = Y, go to Step 9.
37 | 3.2 If R > Y, then { R := R - Y, Q := Q + 1}
39 | 3.4 k := k + 1, j := j - 1, Q := 2Q, R := 2R. Go to
42 | Step 4. At this point, R = X - QY = MOD(X,Y). Set
46 | Step 5. R = MOD(X,Y), but REM(X,Y) is requested.
47 | 5.1 If R < Y/2, then R = MOD(X,Y) = REM(X,Y). Go to
49 | 5.2 If R > Y/2, then { set Last_Subtract := true,
51 | 5.3 This is the tricky case of R = Y/2. If Q is odd,
[all …]
/linux-2.6.39/drivers/net/ixgb/
Dixgb.h139 #define IXGB_DESC_UNUSED(R) \ argument
140 ((((R)->next_to_clean > (R)->next_to_use) ? 0 : (R)->count) + \
141 (R)->next_to_clean - (R)->next_to_use - 1)
143 #define IXGB_GET_DESC(R, i, type) (&(((struct type *)((R).desc))[i])) argument
144 #define IXGB_RX_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_rx_desc) argument
145 #define IXGB_TX_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_tx_desc) argument
146 #define IXGB_CONTEXT_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_context_desc) argument
/linux-2.6.39/drivers/staging/vt6656/
Dmichael.c64 static DWORD L, R; /* Current state */ variable
97 R = K1; in s_vClear()
119 R ^= ROL32(L, 17); in s_vAppendByte()
120 L += R; in s_vAppendByte()
121 R ^= ((L & 0xff00ff00) >> 8) | ((L & 0x00ff00ff) << 8); in s_vAppendByte()
122 L += R; in s_vAppendByte()
123 R ^= ROL32(L, 3); in s_vAppendByte()
124 L += R; in s_vAppendByte()
125 R ^= ROR32(L, 2); in s_vAppendByte()
126 L += R; in s_vAppendByte()
[all …]
/linux-2.6.39/Documentation/hwmon/
Dmax663924 Attribute R/W Contents
26 temp1_input R Temperature channel 1 input (0..150 C)
27 temp2_input R Temperature channel 2 input (0..150 C)
28 temp1_fault R Temperature channel 1 diode fault
29 temp2_fault R Temperature channel 2 diode fault
40 fan1_input R TACH1 fan tachometer input (in RPM)
41 fan2_input R TACH2 fan tachometer input (in RPM)
42 fan1_fault R Fan 1 fault
43 fan2_fault R Fan 2 fault
44 temp1_max_alarm R Alarm on THERM temperature on channel 1
[all …]
/linux-2.6.39/tools/perf/util/
Dctype.c13 R = GIT_REGEX_SPECIAL, /* $, (, ), +, ., ^, {, | * */ enumerator
24 PS,P, P, P, R, P, P, P, R, R, G, R, P, P, R, P, /* 32.. 47 */
27 A, A, A, A, A, A, A, A, A, A, A, G, G, P, R, P, /* 80.. 95 */
29 A, A, A, A, A, A, A, A, A, A, A, R, R, P, P, 0, /* 112..127 */
/linux-2.6.39/arch/arm/mach-realview/
DKconfig5 bool "Support RealView(R) Emulation Baseboard"
8 Include support for the ARM(R) RealView(R) Emulation Baseboard
17 Realview(R) Emulation Baseboard platform.
25 Enable support for the ARM11MPCore tile fitted to the Realview(R)
33 Realview(R) Emulation Baseboard platform. Since there are device
38 bool "Support RealView(R) Platform Baseboard for ARM11MPCore"
44 Include support for the ARM(R) RealView(R) Platform Baseboard for
50 bool "Support RealView(R) Platform Baseboard for ARM1176JZF-S"
54 Include support for the ARM(R) RealView(R) Platform Baseboard for
67 bool "Support RealView(R) Platform Baseboard for Cortex(tm)-A8 platform"
[all …]
/linux-2.6.39/drivers/net/e1000/
De1000.h201 #define E1000_DESC_UNUSED(R) \ argument
202 ((((R)->next_to_clean > (R)->next_to_use) \
203 ? 0 : (R)->count) + (R)->next_to_clean - (R)->next_to_use - 1)
205 #define E1000_RX_DESC_EXT(R, i) \ argument
206 (&(((union e1000_rx_desc_extended *)((R).desc))[i]))
207 #define E1000_GET_DESC(R, i, type) (&(((struct type *)((R).desc))[i])) argument
208 #define E1000_RX_DESC(R, i) E1000_GET_DESC(R, i, e1000_rx_desc) argument
209 #define E1000_TX_DESC(R, i) E1000_GET_DESC(R, i, e1000_tx_desc) argument
210 #define E1000_CONTEXT_DESC(R, i) E1000_GET_DESC(R, i, e1000_context_desc) argument

12345678910>>...12