Home
last modified time | relevance | path

Searched refs:R (Results 1 – 200 of 440) sorted by relevance

123

/linux-4.4.14/arch/powerpc/crypto/
Daes-tab-4k.S30 #define R(a, b, c, d) \ macro
38 .long R(c6, 63, 63, a5), R(f8, 7c, 7c, 84)
39 .long R(ee, 77, 77, 99), R(f6, 7b, 7b, 8d)
40 .long R(ff, f2, f2, 0d), R(d6, 6b, 6b, bd)
41 .long R(de, 6f, 6f, b1), R(91, c5, c5, 54)
42 .long R(60, 30, 30, 50), R(02, 01, 01, 03)
43 .long R(ce, 67, 67, a9), R(56, 2b, 2b, 7d)
44 .long R(e7, fe, fe, 19), R(b5, d7, d7, 62)
45 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a)
46 .long R(8f, ca, ca, 45), R(1f, 82, 82, 9d)
[all …]
/linux-4.4.14/drivers/pinctrl/
Dpinctrl-lpc18xx.c226 LPC_P(0,0, GPIO, SSP1, ENET, SGPIO, R, R, I2S0_TX_WS,I2S1, 0, ND);
227 LPC_P(0,1, GPIO, SSP1,ENET_ALT,SGPIO, R, R, ENET, I2S1, 0, ND);
228 LPC_P(1,0, GPIO, CTIN, EMC, R, R, SSP0, SGPIO, R, 0, ND);
229 LPC_P(1,1, GPIO, CTOUT, EMC, SGPIO, R, SSP0, R, R, 0, ND);
230 LPC_P(1,2, GPIO, CTOUT, EMC, SGPIO, R, SSP0, R, R, 0, ND);
231 LPC_P(1,3, GPIO, CTOUT, SGPIO, EMC, USB0, SSP1, R, SDMMC, 0, ND);
232 LPC_P(1,4, GPIO, CTOUT, SGPIO, EMC, USB0, SSP1, R, SDMMC, 0, ND);
233 LPC_P(1,5, GPIO, CTOUT, R, EMC, USB0, SSP1, SGPIO, SDMMC, 0, ND);
234 LPC_P(1,6, GPIO, CTIN, R, EMC, R, R, SGPIO, SDMMC, 0, ND);
235 LPC_P(1,7, GPIO, UART1, CTOUT, EMC, USB0, R, R, R, 0, ND);
[all …]
/linux-4.4.14/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
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-4.4.14/drivers/staging/skein/
Dskein_block.c73 #define I256(R) \ argument
76 X0 += ks[((R) + 1) % 5]; \
77 X1 += ks[((R) + 2) % 5] + ts[((R) + 1) % 3]; \
78 X2 += ks[((R) + 3) % 5] + ts[((R) + 2) % 3]; \
79 X3 += ks[((R) + 4) % 5] + (R) + 1; \
85 #define I256(R) \ argument
88 X0 += ks[r + (R) + 0]; \
89 X1 += ks[r + (R) + 1] + ts[r + (R) + 0];\
90 X2 += ks[r + (R) + 2] + ts[r + (R) + 1];\
91 X3 += ks[r + (R) + 3] + r + (R); \
[all …]
/linux-4.4.14/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 …]
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 …]
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 …]
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 …]
Dop-4.h111 #define _FP_FRAC_ADD_4(R,X,Y) \ argument
112 __FP_FRAC_ADD_4(R##_f[3], R##_f[2], R##_f[1], R##_f[0], \
116 #define _FP_FRAC_SUB_4(R,X,Y) \ argument
117 __FP_FRAC_SUB_4(R##_f[3], R##_f[2], R##_f[1], R##_f[0], \
160 #define _FP_FRAC_CLZ_4(R,X) \ argument
164 __FP_CLZ(R,X##_f[3]); \
168 __FP_CLZ(R,X##_f[2]); \
169 R += _FP_W_TYPE_SIZE; \
173 __FP_CLZ(R,X##_f[2]); \
174 R += _FP_W_TYPE_SIZE*2; \
[all …]
/linux-4.4.14/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-4.4.14/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-4.4.14/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-4.4.14/drivers/hwmon/pmbus/
Dlm25066.c62 short m, b, R; member
72 .R = -2,
76 .R = -2,
80 .R = -2,
84 .R = -3,
88 .R = -4,
93 .R = -2,
99 .R = -2,
103 .R = -2,
107 .R = -2,
[all …]
Dmax34440.c214 .R[PSC_VOLTAGE_IN] = 3, /* R = 0 in datasheet reflects mV */
217 .R[PSC_VOLTAGE_OUT] = 3, /* R = 0 in datasheet reflects mV */
220 .R[PSC_CURRENT_OUT] = 3, /* R = 0 in datasheet reflects mA */
223 .R[PSC_TEMPERATURE] = 2,
257 .R[PSC_VOLTAGE_IN] = 3,
260 .R[PSC_VOLTAGE_OUT] = 3,
263 .R[PSC_CURRENT_OUT] = 3,
266 .R[PSC_TEMPERATURE] = 2,
269 .R[PSC_FAN] = 0,
300 .R[PSC_VOLTAGE_IN] = 3,
[all …]
Dadm1275.c91 s16 R; member
523 info->R[PSC_VOLTAGE_IN] = coefficients[vindex].R; in adm1275_probe()
528 info->R[PSC_VOLTAGE_OUT] = coefficients[voindex].R; in adm1275_probe()
533 info->R[PSC_CURRENT_OUT] = coefficients[cindex].R; in adm1275_probe()
538 info->R[PSC_POWER] = coefficients[pindex].R; in adm1275_probe()
Dmax8688.c160 .R[PSC_VOLTAGE_IN] = -1,
163 .R[PSC_VOLTAGE_OUT] = -1,
166 .R[PSC_CURRENT_OUT] = -2,
169 .R[PSC_TEMPERATURE] = -3,
Dmax16064.c84 .R[PSC_VOLTAGE_IN] = -1,
87 .R[PSC_VOLTAGE_OUT] = -1,
90 .R[PSC_TEMPERATURE] = -3,
Dpmbus_core.c480 long m, b, R; in pmbus_reg2data_direct() local
484 R = data->info->R[sensor->class]; in pmbus_reg2data_direct()
490 R = -R; in pmbus_reg2data_direct()
493 R += 3; in pmbus_reg2data_direct()
499 R += 3; in pmbus_reg2data_direct()
503 while (R > 0) { in pmbus_reg2data_direct()
505 R--; in pmbus_reg2data_direct()
507 while (R < 0) { in pmbus_reg2data_direct()
509 R++; in pmbus_reg2data_direct()
632 long m, b, R; in pmbus_data2reg_direct() local
[all …]
/linux-4.4.14/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 …]
Dcpu_mf.h99 unsigned int R:4; /* 16-19 reserved */ member
116 unsigned int R:14; /* 16-19 and 20-30 reserved */ member
/linux-4.4.14/arch/frv/include/uapi/asm/
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
/linux-4.4.14/drivers/media/platform/s5p-mfc/
Ds5p_mfc_opr_v6.c2043 #define R(m, r) mfc_regs.m = S5P_MFC_REG_ADDR(dev, r) in s5p_mfc_init_regs_v6_plus() macro
2045 R(risc_on, S5P_FIMV_RISC_ON_V6); in s5p_mfc_init_regs_v6_plus()
2046 R(risc2host_int, S5P_FIMV_RISC2HOST_INT_V6); in s5p_mfc_init_regs_v6_plus()
2047 R(host2risc_int, S5P_FIMV_HOST2RISC_INT_V6); in s5p_mfc_init_regs_v6_plus()
2048 R(risc_base_address, S5P_FIMV_RISC_BASE_ADDRESS_V6); in s5p_mfc_init_regs_v6_plus()
2049 R(mfc_reset, S5P_FIMV_MFC_RESET_V6); in s5p_mfc_init_regs_v6_plus()
2050 R(host2risc_command, S5P_FIMV_HOST2RISC_CMD_V6); in s5p_mfc_init_regs_v6_plus()
2051 R(risc2host_command, S5P_FIMV_RISC2HOST_CMD_V6); in s5p_mfc_init_regs_v6_plus()
2052 R(firmware_version, S5P_FIMV_FW_VERSION_V6); in s5p_mfc_init_regs_v6_plus()
2053 R(instance_id, S5P_FIMV_INSTANCE_ID_V6); in s5p_mfc_init_regs_v6_plus()
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/ixgb/
Dixgb.h126 #define IXGB_DESC_UNUSED(R) \ argument
127 ((((R)->next_to_clean > (R)->next_to_use) ? 0 : (R)->count) + \
128 (R)->next_to_clean - (R)->next_to_use - 1)
130 #define IXGB_GET_DESC(R, i, type) (&(((struct type *)((R).desc))[i])) argument
131 #define IXGB_RX_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_rx_desc) argument
132 #define IXGB_TX_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_tx_desc) argument
133 #define IXGB_CONTEXT_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_context_desc) argument
/linux-4.4.14/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 …]
Dkeywrap.c97 u8 R[SEMIBSIZE]; member
184 scatterwalk_copychunks(block->R, &src_walk, SEMIBSIZE, in crypto_kw_decrypt()
199 scatterwalk_copychunks(block->R, &dst_walk, SEMIBSIZE, in crypto_kw_decrypt()
273 scatterwalk_copychunks(block->R, &src_walk, SEMIBSIZE, in crypto_kw_encrypt()
286 scatterwalk_copychunks(block->R, &dst_walk, SEMIBSIZE, in crypto_kw_encrypt()
/linux-4.4.14/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 …]
Dsetox.S104 | 3.1 R := X + N*L1, where L1 := single-precision(-log2/64).
105 | 3.2 R := R + N*L2, L2 := extended-precision(-log2/64 - L1).
111 | Thus, R is practically X+N(L1+L2) to full 64 bits.
112 | d) It is important to estimate how large can |R| be after
127 | Step 4. Approximate exp(R)-1 by a polynomial
128 | p = R + R*R*(A1 + R*(A2 + R*(A3 + R*(A4 + R*A5))))
133 | |p - (exp(R)-1)| < 2^(-68.8) for all |R| <= 0.0062.
137 | p = [ R + R*S*(A2 + S*A4) ] +
139 | where S = R*R.
141 | Step 5. Compute 2^(J/64)*exp(R) = 2^(J/64)*(1+p) by
[all …]
Dssin.S218 fsubs (%a1),%fp0 | ...FP0 IS R = (X-Y1)-Y2
223 |--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED
232 |--THEN WE RETURN SGN*SIN(R). SGN*SIN(R) IS COMPUTED BY
233 |--R' + R'*S*(A1 + S(A2 + S(A3 + S(A4 + ... + SA7)))), WHERE
234 |--R' = SGN*R, S=R*R. THIS CAN BE REWRITTEN AS
235 |--R' + R'*S*( [A1+T(A3+T(A5+TA7))] + [S(A2+T(A4+TA6))])
252 eorl %d0,X(%a6) | ...X IS NOW R'= SGN*R
270 fmulx X(%a6),%fp0 | ...R'*S
277 fmulx %fp1,%fp0 | ...SIN(R')-R'
289 |--S=R*R AND S'=SGN*S. THIS CAN BE REWRITTEN AS
[all …]
Dstan.S204 fsubs (%a1),%fp0 | ...FP0 IS R = (X-Y1)-Y2
215 fmulx %fp1,%fp1 | ...S = R*R
241 faddx %fp2,%fp0 | ...R+RS(P1+S(P2+SP3))
253 fmulx %fp0,%fp0 | ...S = R*R
279 faddx %fp2,%fp1 | ...R+RS(P1+S(P2+SP3))
342 |--Intermediate remainder is 66-bit long; (R,r) in (FP0,FP1)
361 |--FIND THE REMAINDER OF (R,r) W.R.T. 2**L * (PI/2). L IS SO CHOSEN
Dround.S540 bfextu FP_SCR2+LOCAL_LO(%a6){%d0:#32},%d0 |d0 = new G,R,S
550 andil #0xe0000000,%d2 |clear all but G,R,S
551 tstl %d2 |test if original G,R,S are clear
555 andil #0xe0000000,%d0 |clear all but G,R,S
569 bfextu LOCAL_HI(%a0){%d0:#32},%d1 |d1 = new G,R,S
585 andil #0xe0000000,%d2 |clear all but G,R,S
586 tstl %d2 |test if original G,R,S are clear
590 andil #0xe0000000,%d0 |get rid of all but G,R,S
628 lsrl #1,%d0 |shift high bit into R bit
/linux-4.4.14/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 …]
Dnct790438 pwm[1-4]_enable R/W, 1/2 for manual or SmartFan mode
42 pwm[1-4] R/O in SmartFan mode, R/W in manual control mode
Dabituguru-datasheet165 Bank 0x20 Alarms (R)
183 Bank 0x21 Sensor Bank1 Values / Readings (R)
210 Bank 0x22 Sensor Bank1 Settings (R)
224 Bit 4: 1 if alarm cause measured temp is over the warning threshold (R)
225 Bit 5: 1 if alarm cause measured volt is over the max threshold (R)
226 Bit 6: 1 if alarm cause measured volt is under the min threshold (R)
245 Bank 0x24 PWM outputs for FAN's (R)
273 Bank 0x26 Sensors Bank2 Values / Readings (R)
286 Bank 0x27 Sensors Bank2 Settings (R)
/linux-4.4.14/Documentation/devicetree/bindings/serial/
Drenesas,sci-serial.txt8 - "renesas,scifa-r8a73a4" for R8A73A4 (R-Mobile APE6) SCIFA compatible UART.
9 - "renesas,scifb-r8a73a4" for R8A73A4 (R-Mobile APE6) SCIFB compatible UART.
10 - "renesas,scifa-r8a7740" for R8A7740 (R-Mobile A1) SCIFA compatible UART.
11 - "renesas,scifb-r8a7740" for R8A7740 (R-Mobile A1) SCIFB compatible UART.
12 - "renesas,scif-r8a7778" for R8A7778 (R-Car M1) SCIF compatible UART.
13 - "renesas,scif-r8a7779" for R8A7779 (R-Car H1) SCIF compatible UART.
14 - "renesas,scif-r8a7790" for R8A7790 (R-Car H2) SCIF compatible UART.
15 - "renesas,scifa-r8a7790" for R8A7790 (R-Car H2) SCIFA compatible UART.
16 - "renesas,scifb-r8a7790" for R8A7790 (R-Car H2) SCIFB compatible UART.
17 - "renesas,hscif-r8a7790" for R8A7790 (R-Car H2) HSCIF compatible UART.
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/i40evf/
Di40evf.h94 #define I40E_RX_DESC(R, i) (&(((union i40e_32byte_rx_desc *)((R)->desc))[i])) argument
95 #define I40E_TX_DESC(R, i) (&(((struct i40e_tx_desc *)((R)->desc))[i])) argument
96 #define I40E_TX_CTXTDESC(R, i) \ argument
97 (&(((struct i40e_tx_context_desc *)((R)->desc))[i]))
131 #define I40EVF_DESC_UNUSED(R) \ argument
132 ((((R)->next_to_clean > (R)->next_to_use) ? 0 : (R)->count) + \
133 (R)->next_to_clean - (R)->next_to_use - 1)
135 #define I40EVF_RX_DESC_ADV(R, i) \ argument
136 (&(((union i40e_adv_rx_desc *)((R).desc))[i]))
137 #define I40EVF_TX_DESC_ADV(R, i) \ argument
[all …]
Di40e_adminq.h34 #define I40E_ADMINQ_DESC(R, i) \ argument
35 (&(((struct i40e_aq_desc *)((R).desc_buf.va))[i]))
75 #define I40E_ADMINQ_DETAILS(R, i) \ argument
76 (&(((struct i40e_asq_cmd_details *)((R).cmd_buf.va))[i]))
Di40e_type.h58 #define I40E_DESC_UNUSED(R) \ argument
59 ((((R)->next_to_clean > (R)->next_to_use) ? 0 : (R)->count) + \
60 (R)->next_to_clean - (R)->next_to_use - 1)
/linux-4.4.14/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-4.4.14/arch/arm/mach-realview/
DKconfig5 bool "Support RealView(R) Device Tree based boot"
14 Include support for booting the ARM(R) RealView(R) evaluation
18 bool "Support RealView(R) Emulation Baseboard"
21 Include support for the ARM(R) RealView(R) Emulation Baseboard
34 Realview(R) Emulation Baseboard platform.
46 Enable support for the ARM11MPCore tile fitted to the Realview(R)
54 Realview(R) Emulation Baseboard platform. Since there are device
59 bool "Support RealView(R) Platform Baseboard for ARM11MPCore"
69 Include support for the ARM(R) RealView(R) Platform Baseboard for
75 bool "Support RealView(R) Platform Baseboard for ARM1176JZF-S"
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/arm/
Dshmobile.txt1 Renesas SH-Mobile, R-Mobile, and R-Car Platform Device Tree Bindings
12 - R-Mobile APE6 (R8A73A40)
14 - R-Mobile A1 (R8A77400)
16 - R-Car M1A (R8A77781)
18 - R-Car H1 (R8A77790)
20 - R-Car H2 (R8A77900)
22 - R-Car M2-W (R8A77910)
24 - R-Car V2H (R8A77920)
26 - R-Car M2-N (R8A77930)
28 - R-Car E2 (R8A77940)
/linux-4.4.14/Documentation/devicetree/bindings/interrupt-controller/
Drenesas,irqc.txt1 DT bindings for the R-Mobile/R-Car interrupt controller
7 - "renesas,irqc-r8a73a4" (R-Mobile APE6)
8 - "renesas,irqc-r8a7790" (R-Car H2)
9 - "renesas,irqc-r8a7791" (R-Car M2-W)
10 - "renesas,irqc-r8a7792" (R-Car V2H)
11 - "renesas,irqc-r8a7793" (R-Car M2-N)
12 - "renesas,irqc-r8a7794" (R-Car E2)
13 - "renesas,intc-ex-r8a7795" (R-Car H3)
Drenesas,intc-irqpin.txt1 DT bindings for the R-/SH-Mobile irqpin controller
8 - "renesas,intc-irqpin-r8a7740" (R-Mobile A1)
9 - "renesas,intc-irqpin-r8a7778" (R-Car M1A)
10 - "renesas,intc-irqpin-r8a7779" (R-Car H1)
/linux-4.4.14/drivers/net/ethernet/intel/e1000/
De1000.h215 #define E1000_DESC_UNUSED(R) \ argument
216 ((((R)->next_to_clean > (R)->next_to_use) \
217 ? 0 : (R)->count) + (R)->next_to_clean - (R)->next_to_use - 1)
219 #define E1000_RX_DESC_EXT(R, i) \ argument
220 (&(((union e1000_rx_desc_extended *)((R).desc))[i]))
221 #define E1000_GET_DESC(R, i, type) (&(((struct type *)((R).desc))[i])) argument
222 #define E1000_RX_DESC(R, i) E1000_GET_DESC(R, i, e1000_rx_desc) argument
223 #define E1000_TX_DESC(R, i) E1000_GET_DESC(R, i, e1000_tx_desc) argument
224 #define E1000_CONTEXT_DESC(R, i) E1000_GET_DESC(R, i, e1000_context_desc) argument
/linux-4.4.14/Documentation/devicetree/bindings/thermal/
Drcar-thermal.txt1 * Renesas R-Car Thermal
7 - "renesas,thermal-r8a73a4" (R-Mobile APE6)
8 - "renesas,thermal-r8a7779" (R-Car H1)
9 - "renesas,thermal-r8a7790" (R-Car H2)
10 - "renesas,thermal-r8a7791" (R-Car M2-W)
11 - "renesas,thermal-r8a7792" (R-Car V2H)
12 - "renesas,thermal-r8a7793" (R-Car M2-N)
13 - "renesas,thermal-r8a7794" (R-Car E2)
/linux-4.4.14/drivers/hwtracing/intel_th/
DKconfig2 tristate "Intel(R) Trace Hub controller"
4 Intel(R) Trace Hub (TH) is a set of hardware blocks (subdevices) that
14 Say Y here to enable Intel(R) Trace Hub controller support.
19 tristate "Intel(R) Trace Hub PCI controller"
22 Intel(R) Trace Hub may exist as a PCI device. This option enables
28 tristate "Intel(R) Trace Hub Global Trace Hub"
35 Say Y here to enable GTH subdevice of Intel(R) Trace Hub.
38 tristate "Intel(R) Trace Hub Software Trace Hub support"
42 trace sources to be sent out via Intel(R) Trace Hub. It
45 Say Y here to enable STH subdevice of Intel(R) Trace Hub.
[all …]
/linux-4.4.14/arch/powerpc/include/asm/
Dsfp-machine.h82 #define _FP_MUL_MEAT_S(R,X,Y) _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) argument
83 #define _FP_MUL_MEAT_D(R,X,Y) _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) argument
85 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv_norm(S,R,X,Y) argument
86 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument
144 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument
149 R##_s = X##_s; \
150 _FP_FRAC_COPY_##wc(R,X); \
154 R##_s = Y##_s; \
155 _FP_FRAC_COPY_##wc(R,Y); \
157 R##_c = FP_CLS_NAN; \
/linux-4.4.14/Documentation/devicetree/bindings/i2c/
Di2c-sh_mobile.txt6 - "renesas,iic-r8a73a4" (R-Mobile APE6)
7 - "renesas,iic-r8a7740" (R-Mobile A1)
8 - "renesas,iic-r8a7790" (R-Car H2)
9 - "renesas,iic-r8a7791" (R-Car M2-W)
10 - "renesas,iic-r8a7792" (R-Car V2H)
11 - "renesas,iic-r8a7793" (R-Car M2-N)
12 - "renesas,iic-r8a7794" (R-Car E2)
13 - "renesas,iic-r8a7795" (R-Car H3)
Di2c-rcar.txt1 I2C for R-Car platforms
/linux-4.4.14/lib/
Dreciprocal_div.c13 struct reciprocal_value R; in reciprocal_value() local
21 R.m = (u32)m; in reciprocal_value()
22 R.sh1 = min(l, 1); in reciprocal_value()
23 R.sh2 = max(l - 1, 0); in reciprocal_value()
25 return R; in reciprocal_value()
/linux-4.4.14/Documentation/devicetree/bindings/pwm/
Drenesas,pwm-rcar.txt1 * Renesas R-Car PWM Timer Controller
5 - "renesas,pwm-r8a7778": for R-Car M1A
6 - "renesas,pwm-r8a7779": for R-Car H1
7 - "renesas,pwm-r8a7790": for R-Car H2
8 - "renesas,pwm-r8a7791": for R-Car M2-W
9 - "renesas,pwm-r8a7794": for R-Car E2
17 Example: R8A7790 (R-Car H2) PWM Timer node
Drenesas,tpu-pwm.txt1 * Renesas R-Car Timer Pulse Unit PWM Controller
6 - "renesas,tpu-r8a73a4": for R8A77A4 (R-Mobile APE6) compatible PWM controller.
7 - "renesas,tpu-r8a7740": for R8A7740 (R-Mobile A1) compatible PWM controller.
8 - "renesas,tpu-r8a7790": for R8A7790 (R-Car H2) compatible PWM controller.
10 - "renesas,tpu": for generic R-Car TPU PWM controller.
22 Example: R8A7740 (R-Car A1) TPU controller node
/linux-4.4.14/arch/alpha/kernel/
Dtraps.c760 #define R(x) ((size_t) &((struct pt_regs *)0)->x) macro
763 R(r0), R(r1), R(r2), R(r3), R(r4), R(r5), R(r6), R(r7), R(r8),
766 R(r16), R(r17), R(r18),
767 R(r19), R(r20), R(r21), R(r22), R(r23), R(r24), R(r25), R(r26),
768 R(r27), R(r28), R(gp),
772 #undef R
/linux-4.4.14/drivers/video/fbdev/kyro/
DSTG4000InitDevice.c121 u32 R = 0, F = 0, OD = 0, ODIndex = 0; in ProgramClock() local
145 R = STG4K3_PLL_MIN_R; in ProgramClock()
148 while (R <= STG4K3_PLL_MAX_R) { in ProgramClock()
150 ulTmp = R * (ulScaleClockReq << OD); in ProgramClock()
168 ulVCO = refClock / R; in ProgramClock()
186 …ulPhaseScore = (((refClock / R) - (refClock / STG4K3_PLL_MAX_R))) / ((refClock - (refClock / STG4K… in ProgramClock()
195 ulBestR = R; in ProgramClock()
212 ulBestR = R; in ProgramClock()
221 R++; in ProgramClock()
245 u32 F, R, P; in SetCoreClockPLL() local
[all …]
DSTG4000Ramdac.c30 u32 F = 0, R = 0, P = 0; in InitialiseRamdac() local
87 *pixelClock = ProgramClock(REF_CLOCK, *pixelClock, &F, &R, &P); in InitialiseRamdac()
93 tmp |= ((P) | ((F - 2) << 2) | ((R - 2) << 11)); in InitialiseRamdac()
/linux-4.4.14/include/target/
Dtarget_core_base.h157 #define R(x) (__force sense_reason_t )(x) macro
158 TCM_NO_SENSE = R(0x00),
159 TCM_NON_EXISTENT_LUN = R(0x01),
160 TCM_UNSUPPORTED_SCSI_OPCODE = R(0x02),
161 TCM_INCORRECT_AMOUNT_OF_DATA = R(0x03),
162 TCM_UNEXPECTED_UNSOLICITED_DATA = R(0x04),
163 TCM_SERVICE_CRC_ERROR = R(0x05),
164 TCM_SNACK_REJECTED = R(0x06),
165 TCM_SECTOR_COUNT_TOO_MANY = R(0x07),
166 TCM_INVALID_CDB_FIELD = R(0x08),
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/ata/
Dsata_rcar.txt1 * Renesas R-Car SATA
5 - "renesas,sata-r8a7779" for R-Car H1
7 - "renesas,sata-r8a7790-es1" for R-Car H2 ES1
8 - "renesas,sata-r8a7790" for R-Car H2 other than ES1
9 - "renesas,sata-r8a7791" for R-Car M2-W
10 - "renesas,sata-r8a7793" for R-Car M2-N
/linux-4.4.14/Documentation/devicetree/bindings/gpio/
Drenesas,gpio-rcar.txt1 * Renesas R-Car GPIO Controller
6 - "renesas,gpio-r8a7778": for R8A7778 (R-Mobile M1) compatible GPIO controller.
7 - "renesas,gpio-r8a7779": for R8A7779 (R-Car H1) compatible GPIO controller.
8 - "renesas,gpio-r8a7790": for R8A7790 (R-Car H2) compatible GPIO controller.
9 - "renesas,gpio-r8a7791": for R8A7791 (R-Car M2-W) compatible GPIO controller.
10 - "renesas,gpio-r8a7793": for R8A7793 (R-Car M2-N) compatible GPIO controller.
11 - "renesas,gpio-r8a7794": for R8A7794 (R-Car E2) compatible GPIO controller.
12 - "renesas,gpio-r8a7795": for R8A7795 (R-Car H3) compatible GPIO controller.
13 - "renesas,gpio-rcar": for generic R-Car GPIO controller.
40 Example: R8A7779 (R-Car H1) GPIO controller nodes
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_fcoe.h31 #define I40E_DDP_CONTEXT_DESC(R, i) \ argument
32 (&(((struct i40e_fcoe_ddp_context_desc *)((R)->desc))[i]))
34 #define I40E_QUEUE_CONTEXT_DESC(R, i) \ argument
35 (&(((struct i40e_fcoe_queue_context_desc *)((R)->desc))[i]))
37 #define I40E_FILTER_CONTEXT_DESC(R, i) \ argument
38 (&(((struct i40e_fcoe_filter_context_desc *)((R)->desc))[i]))
Di40e_adminq.h34 #define I40E_ADMINQ_DESC(R, i) \ argument
35 (&(((struct i40e_aq_desc *)((R).desc_buf.va))[i]))
75 #define I40E_ADMINQ_DETAILS(R, i) \ argument
76 (&(((struct i40e_asq_cmd_details *)((R).cmd_buf.va))[i]))
Di40e.h125 #define I40E_RX_DESC(R, i) \ argument
126 ((ring_is_16byte_desc_enabled(R)) \
128 (&(((union i40e_16byte_rx_desc *)((R)->desc))[i])) \
129 : (&(((union i40e_32byte_rx_desc *)((R)->desc))[i])))
130 #define I40E_TX_DESC(R, i) \ argument
131 (&(((struct i40e_tx_desc *)((R)->desc))[i]))
132 #define I40E_TX_CTXTDESC(R, i) \ argument
133 (&(((struct i40e_tx_context_desc *)((R)->desc))[i]))
134 #define I40E_TX_FDIRDESC(R, i) \ argument
135 (&(((struct i40e_filter_program_desc *)((R)->desc))[i]))
Di40e_type.h58 #define I40E_DESC_UNUSED(R) \ argument
59 ((((R)->next_to_clean > (R)->next_to_use) ? 0 : (R)->count) + \
60 (R)->next_to_clean - (R)->next_to_use - 1)
/linux-4.4.14/arch/arm/mach-shmobile/
DKconfig58 bool "R-Mobile APE6 (R8A73A40)"
63 bool "R-Mobile A1 (R8A77400)"
68 bool "R-Car M1A (R8A77781)"
72 bool "R-Car H1 (R8A77790)"
76 bool "R-Car H2 (R8A77900)"
81 bool "R-Car M2-W (R8A77910)"
86 bool "R-Car M2-N (R8A7793)"
91 bool "R-Car E2 (R8A77940)"
/linux-4.4.14/drivers/crypto/qat/
DKconfig15 tristate "Support for Intel(R) DH895xCC"
19 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
26 tristate "Support for Intel(R) DH895xCC Virtual Function"
32 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
/linux-4.4.14/include/linux/
Dreciprocal_div.h29 static inline u32 reciprocal_divide(u32 a, struct reciprocal_value R) in reciprocal_divide() argument
31 u32 t = (u32)(((u64)a * R.m) >> 32); in reciprocal_divide()
32 return (t + ((a - t) >> R.sh1)) >> R.sh2; in reciprocal_divide()
/linux-4.4.14/Documentation/sound/oss/
DWaveArtist106 | | /--->mute>--> Gain >--> R | |
128 R | | | | | | Mux >-->mute>--> R output
147 R | | +----+ +------+ | | |
150 ---------*---->mute>--> Gain >--> R | |
151 R | | | +----+ +------+ | | |
155 R | | | | +----+ +------+ +---+ \---->1 |
158 | | | | Mux >-->AMP>--> ADC R
170 MIC R (electret mic)
DALS56 Controls available are Master (L&R), Line in (L&R), CD (L&R),
57 DSP/PCM/audio out (L&R), FM (L&R) and Mic in (mono).
/linux-4.4.14/drivers/gpu/drm/rcar-du/
DKconfig2 tristate "DRM Support for R-Car Display Unit"
11 Choose this option if you have an R-Car chipset.
15 bool "R-Car DU HDMI Encoder Support"
22 bool "R-Car DU LVDS Encoder Support"
26 Enable support for the R-Car Display Unit embedded LVDS encoders
/linux-4.4.14/arch/powerpc/math-emu/
Dstfs.c14 FP_DECL_S(R); in stfs()
28 FP_CONV(S, D, 1, 2, R, A); in stfs()
34 _FP_PACK_CANONICAL(S, 1, R); in stfs()
36 _FP_PACK_RAW_1_P(S, &f, R); in stfs()
Dlfs.c13 FP_DECL_D(R); in lfs()
32 FP_CONV(D, S, 2, 1, R, A); in lfs()
40 _FP_PACK_RAW_2_P(D, frD, R); in lfs()
42 __FP_PACK_D(frD, R); in lfs()
Dfsqrt.c13 FP_DECL_D(R); in fsqrt()
31 FP_SQRT_D(R, B); in fsqrt()
37 __FP_PACK_D(frD, R); in fsqrt()
Dfsqrts.c14 FP_DECL_D(R); in fsqrts()
32 FP_SQRT_D(R, B); in fsqrts()
38 __FP_PACK_DS(frD, R); in fsqrts()
Dfadd.c14 FP_DECL_D(R); in fadd()
29 FP_ADD_D(R, A, B); in fadd()
35 __FP_PACK_D(frD, R); in fadd()
Dfadds.c15 FP_DECL_D(R); in fadds()
30 FP_ADD_D(R, A, B); in fadds()
36 __FP_PACK_DS(frD, R); in fadds()
Dfsubs.c15 FP_DECL_D(R); in fsubs()
36 FP_ADD_D(R, A, B); in fsubs()
42 __FP_PACK_DS(frD, R); in fsubs()
Dfsub.c14 FP_DECL_D(R); in fsub()
35 FP_ADD_D(R, A, B); in fsub()
41 __FP_PACK_D(frD, R); in fsub()
Dfmul.c14 FP_DECL_D(R); in fmul()
35 FP_MUL_D(R, A, B); in fmul()
42 __FP_PACK_D(frD, R); in fmul()
Dfmuls.c15 FP_DECL_D(R); in fmuls()
36 FP_MUL_D(R, A, B); in fmuls()
43 __FP_PACK_DS(frD, R); in fmuls()
Dfdivs.c15 FP_DECL_D(R); in fdivs()
49 FP_DIV_D(R, A, B); in fdivs()
55 __FP_PACK_DS(frD, R); in fdivs()
Dfdiv.c14 FP_DECL_D(R); in fdiv()
47 FP_DIV_D(R, A, B); in fdiv()
53 __FP_PACK_D(frD, R); in fdiv()
Dfnmsubs.c13 FP_DECL_D(R); in fnmsubs()
46 FP_ADD_D(R, T, B); in fnmsubs()
55 __FP_PACK_DS(frD, R); in fnmsubs()
Dfnmsub.c12 FP_DECL_D(R); in fnmsub()
45 FP_ADD_D(R, T, B); in fnmsub()
54 __FP_PACK_D(frD, R); in fnmsub()
Dfmsubs.c13 FP_DECL_D(R); in fmsubs()
46 FP_ADD_D(R, T, B); in fmsubs()
52 __FP_PACK_DS(frD, R); in fmsubs()
Dfmadds.c13 FP_DECL_D(R); in fmadds()
43 FP_ADD_D(R, T, B); in fmadds()
49 __FP_PACK_DS(frD, R); in fmadds()
Dfmadd.c12 FP_DECL_D(R); in fmadd()
42 FP_ADD_D(R, T, B); in fmadd()
48 __FP_PACK_D(frD, R); in fmadd()
Dfnmadds.c13 FP_DECL_D(R); in fnmadds()
43 FP_ADD_D(R, T, B); in fnmadds()
52 __FP_PACK_DS(frD, R); in fnmadds()
Dfmsub.c12 FP_DECL_D(R); in fmsub()
45 FP_ADD_D(R, T, B); in fmsub()
51 __FP_PACK_D(frD, R); in fmsub()
Dfnmadd.c12 FP_DECL_D(R); in fnmadd()
42 FP_ADD_D(R, T, B); in fnmadd()
51 __FP_PACK_D(frD, R); in fnmadd()
/linux-4.4.14/drivers/tty/
Drocket_int.h356 Byte_t R[RREGDATASIZE]; member
494 (ChP)->R[0x0e] = 0x86; \
495 out32((ChP)->IndexAddr,&(ChP)->R[0x0c]); \
533 (ChP)->R[0x32] = 0x0a; \
534 out32((ChP)->IndexAddr,&(ChP)->R[0x30]); \
572 (ChP)->R[0x06] = 0x8a; \
573 out32((ChP)->IndexAddr,&(ChP)->R[0x04]); \
609 (ChP)->R[0x0e] = 0x21; \
610 out32((ChP)->IndexAddr,&(ChP)->R[0x0c]); \
656 (ChP)->R[0x32] = 0x08; \
[all …]
Drocket.c2684 static Byte_t R[4] = { 0x00, 0x00, 0x34, 0x12 }; in sReadAiopNumChan() local
2687 out32((DWordIO_t) io + _INDX_ADDR, R); in sReadAiopNumChan()
2720 static Byte_t R[4]; in sInitChan() local
2749 R[0] = RData[i]; in sInitChan()
2750 R[1] = RData[i + 1] + 0x10 * ChanNum; in sInitChan()
2751 R[2] = RData[i + 2]; in sInitChan()
2752 R[3] = RData[i + 3]; in sInitChan()
2753 out32(ChP->IndexAddr, R); in sInitChan()
2756 ChR = ChP->R; in sInitChan()
2862 Byte_t R[4]; in sStopRxProcessor() local
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/media/
Drenesas,jpu.txt9 - "renesas,jpu-r8a7790" for R-Car H2
10 - "renesas,jpu-r8a7791" for R-Car M2-W
11 - "renesas,jpu-r8a7792" for R-Car V2H
12 - "renesas,jpu-r8a7793" for R-Car M2-N
18 Example: R8A7790 (R-Car H2) JPU node
Drenesas,vsp1.txt5 It can be found in the Renesas R-Car second generation SoCs.
30 Example: R8A7790 (R-Car H2) VSP1-S node
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Drenesas,cpg-div6-clocks.txt10 - "renesas,r8a73a4-div6-clock" for R8A73A4 (R-Mobile APE6) DIV6 clocks
11 - "renesas,r8a7740-div6-clock" for R8A7740 (R-Mobile A1) DIV6 clocks
12 - "renesas,r8a7790-div6-clock" for R8A7790 (R-Car H2) DIV6 clocks
13 - "renesas,r8a7791-div6-clock" for R8A7791 (R-Car M2-W) DIV6 clocks
14 - "renesas,r8a7793-div6-clock" for R8A7793 (R-Car M2-N) DIV6 clocks
15 - "renesas,r8a7794-div6-clock" for R8A7794 (R-Car E2) DIV6 clocks
Drenesas,cpg-mstp-clocks.txt14 - "renesas,r8a73a4-mstp-clocks" for R8A73A4 (R-Mobile APE6) MSTP gate clocks
15 - "renesas,r8a7740-mstp-clocks" for R8A7740 (R-Mobile A1) MSTP gate clocks
16 - "renesas,r8a7778-mstp-clocks" for R8A7778 (R-Car M1) MSTP gate clocks
17 - "renesas,r8a7779-mstp-clocks" for R8A7779 (R-Car H1) MSTP gate clocks
18 - "renesas,r8a7790-mstp-clocks" for R8A7790 (R-Car H2) MSTP gate clocks
19 - "renesas,r8a7791-mstp-clocks" for R8A7791 (R-Car M2-W) MSTP gate clocks
20 - "renesas,r8a7793-mstp-clocks" for R8A7793 (R-Car M2-N) MSTP gate clocks
21 - "renesas,r8a7794-mstp-clocks" for R8A7794 (R-Car E2) MSTP gate clocks
Drenesas,rcar-gen2-cpg-clocks.txt1 * Renesas R-Car Gen2 Clock Pulse Generator (CPG)
3 The CPG generates core clocks for the R-Car Gen2 SoCs. It includes three PLLs
Drenesas,cpg-mssr.txt3 On Renesas ARM SoCs (SH/R-Mobile, R-Car, RZ), the CPG (Clock Pulse Generator)
/linux-4.4.14/Documentation/ABI/testing/
Dsysfs-bus-coresight-devices-etm4x15 Description: (R) The CPU this tracing entity is associated with.
21 Description: (R) Indicates the number of PE comparator inputs that are
28 Description: (R) Indicates the number of address comparator pairs that are
35 Description: (R) Indicates the number of counters that are available for
42 Description: (R) Indicates how many external inputs are implemented.
48 Description: (R) Indicates the number of Context ID comparators that are
55 Description: (R) Indicates the number of VMID comparators that are available
62 Description: (R) Indicates the number of sequencer states that are
69 Description: (R) Indicates the number of resource selection pairs that are
76 Description: (R) Indicates the number of single-shot comparator controls that
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/
DKconfig19 tristate "Intel(R) PRO/100+ support"
23 This driver supports Intel(R) PRO/100 family of adapters.
45 tristate "Intel(R) PRO/1000 Gigabit Ethernet support"
48 This driver supports Intel(R) PRO/1000 gigabit ethernet family of
66 tristate "Intel(R) PRO/1000 PCI-Express Gigabit Ethernet support"
71 This driver supports the PCI-Express Intel(R) PRO/1000 gigabit
87 tristate "Intel(R) 82575/82576 PCI-Express Gigabit Ethernet support"
93 This driver supports Intel(R) 82575/82576 gigabit ethernet family of
111 bool "Intel(R) PCI-Express Gigabit adapters HWMON support"
131 tristate "Intel(R) 82576 Virtual Function Ethernet support"
[all …]
/linux-4.4.14/drivers/net/ethernet/intel/igbvf/
Digbvf.h292 #define IGBVF_RX_DESC_ADV(R, i) \ argument
293 (&((((R).desc))[i].rx_desc))
294 #define IGBVF_TX_DESC_ADV(R, i) \ argument
295 (&((((R).desc))[i].tx_desc))
296 #define IGBVF_TX_CTXTDESC_ADV(R, i) \ argument
297 (&((((R).desc))[i].tx_context_desc))
/linux-4.4.14/sound/soc/intel/
DKconfig8 This adds support for ASoC machine driver for Intel(R) MID Medfield platform
9 used as alsa device in audio substem in Intel(R) MID devices
51 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
87 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
99 This adds support for ASoC machine driver for Intel(R) MID Baytrail platform
100 used as alsa device in audio substem in Intel(R) MID devices
111 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
123 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
135 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
/linux-4.4.14/Documentation/devicetree/bindings/display/
Drenesas,du.txt1 * Renesas R-Car Display Unit (DU)
6 - "renesas,du-r8a7779" for R8A7779 (R-Car H1) compatible DU
7 - "renesas,du-r8a7790" for R8A7790 (R-Car H2) compatible DU
8 - "renesas,du-r8a7791" for R8A7791 (R-Car M2-W) compatible DU
9 - "renesas,du-r8a7793" for R8A7793 (R-Car M2-N) compatible DU
10 - "renesas,du-r8a7794" for R8A7794 (R-Car E2) compatible DU
53 Example: R8A7790 (R-Car H2) DU
/linux-4.4.14/Documentation/i2c/busses/
Di2c-parport48 |R| |R| |R|
66 |R| |R|
99 |R| |R| |R| |R|
122 |R| |R|
/linux-4.4.14/Documentation/devicetree/bindings/spi/
Dspi-rspi.txt8 For Quad Serial Peripheral Interface on R-Car Gen2:
13 - "renesas,qspi-r8a7790" (R-Car H2)
14 - "renesas,qspi-r8a7791" (R-Car M2-W)
15 - "renesas,qspi-r8a7792" (R-Car V2H)
16 - "renesas,qspi-r8a7793" (R-Car M2-N)
17 - "renesas,qspi-r8a7794" (R-Car E2)
Dsh-msiof.txt8 "renesas,msiof-r8a7790" (R-Car H2)
9 "renesas,msiof-r8a7791" (R-Car M2-W)
10 "renesas,msiof-r8a7792" (R-Car V2H)
11 "renesas,msiof-r8a7793" (R-Car M2-N)
12 "renesas,msiof-r8a7794" (R-Car E2)
Dsh-hspi.txt6 - "renesas,hspi-r8a7778" (R-Car M1)
7 - "renesas,hspi-r8a7779" (R-Car H1)
/linux-4.4.14/drivers/dma/sh/
DKconfig43 tristate "Renesas R-Car Gen2 DMA Controller"
48 Renesas R-Car second generation SoCs.
51 tristate "Renesas R-Car HPB DMAC support"
54 Enable support for the Renesas R-Car series DMA controllers.
/linux-4.4.14/drivers/net/ethernet/intel/e1000e/
De1000.h455 #define E1000_RX_DESC_PS(R, i) \ argument
456 (&(((union e1000_rx_desc_packet_split *)((R).desc))[i]))
457 #define E1000_RX_DESC_EXT(R, i) \ argument
458 (&(((union e1000_rx_desc_extended *)((R).desc))[i]))
459 #define E1000_GET_DESC(R, i, type) (&(((struct type *)((R).desc))[i])) argument
460 #define E1000_TX_DESC(R, i) E1000_GET_DESC(R, i, e1000_tx_desc) argument
461 #define E1000_CONTEXT_DESC(R, i) E1000_GET_DESC(R, i, e1000_context_desc) argument
/linux-4.4.14/arch/parisc/kernel/
Dsyscall.S219 ldo R%sys_call_table(%r1), %r19
221 ldo R%sys_call_table64(%r1), %r19
224 ldo R%sys_call_table(%r1), %r19
241 ldo R%syscall_exit(%r2),%r2
246 ldo R%syscall_exit_rfi(%r2),%r2
256 be R%syscall_exit(%sr7,%r1)
318 be R%do_syscall_trace_enter(%sr7,%r1)
319 ldo R%tracesys_next(%r2),%r2
328 ldo R%sys_call_table(%r1), %r19
360 ldo R%tracesys_exit(%r2),%r2
[all …]
Dhpmc.S164 ldo R%PA(os_hpmc_2)(rp), rp
179 ldo R%PA(os_hpmc_3)(rp),rp
209 ldo R%PA(os_hpmc_4)(rp),rp
231 ldo R%PA(os_hpmc_5)(rp),rp
279 ldo R%PA(os_hpmc_6)(rp),rp
Dpacache.S337 ldo R%pa_tlb_lock(%r1),\la
863 ldw R%dcache_stride(%r1), r31
939 ldw R%icache_stride(%r1), %r31
993 ldw R%dcache_stride(%r1), %r23
1036 ldw R%dcache_stride(%r1), %r23
1078 ldw R%dcache_stride(%r1), %r23
1099 ldw R%dcache_stride(%r1), %r23
1121 ldw R%icache_stride(%r1), %r23
1142 ldw R%icache_stride(%r1), %r23
1185 ldw R%icache_stride(%r1), %r23
/linux-4.4.14/drivers/media/dvb-frontends/
Dmb86a16.c479 unsigned char R) in rf_val_set() argument
525 M = f * (1 << R) / 2; in rf_val_set()
528 rf_val[1] = (R << 5) | ((M & 0x1f000) >> 12); in rf_val_set()
664 int R, M, fOSC, fOSC_OFS; in freqerr_chk() local
715 R = (temp1 & 0xe0) >> 5; in freqerr_chk()
717 if (R == 0) in freqerr_chk()
741 unsigned char R; in vco_dev_get() local
744 R = 0; in vco_dev_get()
746 R = 1; in vco_dev_get()
748 return R; in vco_dev_get()
[all …]
Dcx24113.c307 u8 R, r; in cx24113_calc_pll_nf() local
331 R = 0; in cx24113_calc_pll_nf()
333 R = cx24113_set_ref_div(state, R + 1); in cx24113_calc_pll_nf()
336 N = (freq_hz / 100 * vcodiv) * R; in cx24113_calc_pll_nf()
341 } while (N < 6 && R < 3); in cx24113_calc_pll_nf()
348 F *= (u64) (R * vcodiv * 262144); in cx24113_calc_pll_nf()
349 dprintk("1 N: %d, F: %lld, R: %d\n", N, (long long)F, R); in cx24113_calc_pll_nf()
354 dprintk("2 N: %d, F: %lld, R: %d\n", N, (long long)F, R); in cx24113_calc_pll_nf()
357 dprintk("3 N: %d, F: %lld, R: %d\n", N, (long long)F, R); in cx24113_calc_pll_nf()
370 dprintk("4 N: %d, F: %lld, R: %d\n", N, (long long)F, R); in cx24113_calc_pll_nf()
/linux-4.4.14/sound/soc/sh/
DKconfig38 tristate "R-Car series SRU/SCU/SSIU/SSI support"
44 This option enables R-Car SRU/SCU/SSIU/SSI sound support
65 tristate "SIU sound support on Migo-R"
70 This option enables sound support for the SH7722 Migo-R board
/linux-4.4.14/drivers/gpu/drm/i915/
Di915_cmd_parser.c109 #define R CMD_DESC_REJECT macro
118 CMD( MI_USER_INTERRUPT, SMI, F, 1, R ),
123 CMD( MI_SEMAPHORE_MBOX, SMI, !F, 0xFF, R ),
124 CMD( MI_STORE_DWORD_INDEX, SMI, !F, 0xFF, R ),
151 CMD( MI_ARB_ON_OFF, SMI, F, 1, R ),
155 CMD( MI_DISPLAY_FLIP, SMI, !F, 0xFF, R ),
156 CMD( MI_SET_CONTEXT, SMI, !F, 0xFF, R ),
164 CMD( MI_UPDATE_GTT, SMI, !F, 0xFF, R ),
217 CMD( MI_LOAD_SCAN_LINES_EXCL, SMI, !F, 0x3F, R ),
218 CMD( MI_LOAD_REGISTER_REG, SMI, !F, 0xFF, R ),
[all …]
/linux-4.4.14/arch/arm/mach-versatile/
DKconfig10 Include support for the ARM(R) Versatile Platform Baseboard
17 Include support for the ARM(R) Versatile Application Baseboard
25 Include support for the ARM(R) Versatile/PB platform,
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Drenesas-memory-controllers.txt1 DT bindings for Renesas R-Mobile and SH-Mobile memory controllers
4 Renesas R-Mobile and SH-Mobile SoCs contain one or more memory controllers.
18 - "renesas,dbsc-r8a73a4" (R-Mobile APE6)
19 - "renesas,dbsc3-r8a7740" (R-Mobile A1)
/linux-4.4.14/net/dccp/ccids/lib/
Dtfrc_equation.c617 u32 tfrc_calc_x(u16 s, u32 R, u32 p) in tfrc_calc_x() argument
626 if (R == 0) { /* possible divide by zero */ in tfrc_calc_x()
656 result = scaled_div(s, R); in tfrc_calc_x()
Dtfrc.h58 u32 tfrc_calc_x(u16 s, u32 R, u32 p);
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
Datl1c.h103 #define ATL1C_GET_DESC(R, i, type) (&(((type *)((R)->desc))[i])) argument
104 #define ATL1C_RFD_DESC(R, i) ATL1C_GET_DESC(R, i, struct atl1c_rx_free_desc) argument
105 #define ATL1C_TPD_DESC(R, i) ATL1C_GET_DESC(R, i, struct atl1c_tpd_desc) argument
106 #define ATL1C_RRD_DESC(R, i) ATL1C_GET_DESC(R, i, struct atl1c_recv_ret_status) argument
/linux-4.4.14/Documentation/devicetree/bindings/pinctrl/
Drenesas,pfc-pinctrl.txt14 - "renesas,pfc-r8a73a4": for R8A73A4 (R-Mobile APE6) compatible pin-controller.
15 - "renesas,pfc-r8a7740": for R8A7740 (R-Mobile A1) compatible pin-controller.
16 - "renesas,pfc-r8a7778": for R8A7778 (R-Mobile M1) compatible pin-controller.
17 - "renesas,pfc-r8a7779": for R8A7779 (R-Car H1) compatible pin-controller.
18 - "renesas,pfc-r8a7790": for R8A7790 (R-Car H2) compatible pin-controller.
19 - "renesas,pfc-r8a7791": for R8A7791 (R-Car M2-W) compatible pin-controller.
20 - "renesas,pfc-r8a7793": for R8A7793 (R-Car M2-N) compatible pin-controller.
21 - "renesas,pfc-r8a7794": for R8A7794 (R-Car E2) compatible pin-controller.
22 - "renesas,pfc-r8a7795": for R8A7795 (R-Car H3) compatible pin-controller.
/linux-4.4.14/drivers/net/ethernet/atheros/atlx/
Datl1.h586 #define ATL1_GET_DESC(R, i, type) (&(((type *)((R)->desc))[i])) argument
587 #define ATL1_RFD_DESC(R, i) ATL1_GET_DESC(R, i, struct rx_free_desc) argument
588 #define ATL1_TPD_DESC(R, i) ATL1_GET_DESC(R, i, struct tx_packet_desc) argument
589 #define ATL1_RRD_DESC(R, i) ATL1_GET_DESC(R, i, struct rx_return_desc) argument
/linux-4.4.14/arch/mips/include/asm/octeon/
Dcvmx-address.h110 uint64_t R:2; member
132 uint64_t R:2; /* CVMX_MIPS_SPACE_XKPHYS in this case */ member
209 uint64_t R:2; member
227 uint64_t R:2; member
/linux-4.4.14/Documentation/input/
Delantech.txt246 c c p2 p1 1 M R L
248 L, R, M = 1 when Left, Right, Middle mouse button pressed
285 directly to L, M and R mouse buttons
310 D U p1 p2 1 p3 R L
312 L, R = 1 when Left, Right mouse button pressed
319 n1 n0 p2 p1 1 p3 R L
321 L, R = 1 when Left, Right mouse button pressed
427 n1 n0 w3 w2 . . R L
429 L, R = 1 when Left, Right mouse button pressed
453 b2 (on EF113 only, 0 otherwise), b2.R.L indicates one button pressed:
[all …]
Damijoy.txt63 JOY0DAT 00A R Denise Joystick-mouse 0 data (left vert, horiz)
64 JOY1DAT 00C R Denise Joystick-mouse 1 data (right vert,horiz)
127 POT0DAT h 012 R Paula Pot counter data left pair (vert, horiz)
128 POT1DAT h 014 R Paula Pot counter data right pair (vert,horiz)
164 POTINP 016 R Paula Pot pin data read
Dalps.txt91 byte 0: 0 0 YSGN XSGN 1 M R L
98 are on the touchpad, the M R L bits signal the combined status of both the
117 byte 3: 0 y9 y8 y7 1 M R L
122 the DualPoint Stick. The M, R and L bits signal the combined status of both
157 byte 3: 0 M R L 1 m r l
246 byte 3: 0 M R L 1 m r l
267 byte 3: ? Y7 X7 ? ? M R L
288 byte 1: 1 1 * * 1 M R L
297 byte 0: TWO & MULTI L 1 R M 1 Y0-2 Y0-1 Y0-0
309 R / M: Non-clickpads: Right / Middle button
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/net/can/
Drcar_can.txt1 Renesas R-Car CAN controller Device Tree Bindings
9 - reg: physical base address and size of the R-Car CAN register map.
17 - renesas,can-clock-select: R-Car CAN Clock Source Select. Valid values are:
/linux-4.4.14/arch/xtensa/lib/
Dusercopy.S59 #define ALIGN(R, W0, W1) src R, W0, W1 argument
60 #define SSA8(R) ssa8b R argument
62 #define ALIGN(R, W0, W1) src R, W1, W0 argument
63 #define SSA8(R) ssa8l R argument
/linux-4.4.14/Documentation/devicetree/bindings/timer/
Drenesas,tmu.txt1 * Renesas R-Mobile/R-Car Timer Unit (TMU)
32 Example: R8A7779 (R-Car H1) TMU0 node
Drenesas,cmt.txt1 * Renesas R-Car Compare Match Timer (CMT)
65 Example: R8A7790 (R-Car H2) CMT0 node
/linux-4.4.14/drivers/ata/
Dpata_pdc2027x.c525 int F, R; in pdc_adjust_pll() local
550 R = 0x0d; in pdc_adjust_pll()
553 R = 0x08; in pdc_adjust_pll()
556 R = 0x06; in pdc_adjust_pll()
558 R = 0x00; in pdc_adjust_pll()
565 F = (ratio * (R+2)) / 1000 - 2; in pdc_adjust_pll()
573 PDPRINTK("F[%d] R[%d] ratio*1000[%ld]\n", F, R, ratio); in pdc_adjust_pll()
575 pll_ctl = (R << 8) | F; in pdc_adjust_pll()
/linux-4.4.14/arch/arm/mach-integrator/
DKconfig36 Include support for the ARM(R) Integrator/AP and
47 Include support for the ARM(R) Integrator CP platform.
60 allows ARM(R) Ltd PrimeCells to be developed and evaluated.
/linux-4.4.14/drivers/net/ethernet/intel/ixgbevf/
Dixgbevf.h360 #define IXGBEVF_RX_DESC(R, i) \ argument
361 (&(((union ixgbe_adv_rx_desc *)((R)->desc))[i]))
362 #define IXGBEVF_TX_DESC(R, i) \ argument
363 (&(((union ixgbe_adv_tx_desc *)((R)->desc))[i]))
364 #define IXGBEVF_TX_CTXTDESC(R, i) \ argument
365 (&(((struct ixgbe_adv_tx_context_desc *)((R)->desc))[i]))
/linux-4.4.14/Documentation/devicetree/bindings/power/
Drenesas,sysc-rmobile.txt1 DT bindings for the Renesas R-Mobile System Controller
5 The R-Mobile System Controller provides the following functions:
14 - "renesas,sysc-r8a73a4" (R-Mobile APE6)
15 - "renesas,sysc-r8a7740" (R-Mobile A1)
/linux-4.4.14/fs/reiserfs/
Dibalance.c69 src_bi->bi_bh = tb->R[h]; in internal_define_dest_src_infos()
86 dest_bi->bi_bh = tb->R[h]; in internal_define_dest_src_infos()
109 dest_bi->bi_bh = tb->R[h]; in internal_define_dest_src_infos()
586 dest_bi.bi_bh != tb->R[h], in internal_shift_right()
669 new_root = tb->R[h - 1]; in balance_internal_when_delete()
710 if (tb->R[h] && tb->rnum[h] == -B_NR_ITEMS(tb->R[h]) - 1) { in balance_internal_when_delete()
777 RFALSE(tb->R[h] == NULL || tb->CFR[h] == NULL, in replace_rkey()
779 tb->R[h], tb->CFR[h]); in replace_rkey()
780 RFALSE(B_NR_ITEMS(tb->R[h]) == 0, in replace_rkey()
782 B_NR_ITEMS(tb->R[h])); in replace_rkey()
[all …]
Ddo_balan.c32 bi->bi_bh = tb->R[0]; in buffer_info_init_right()
168 B_NR_ITEMS(tb->R[0]), -1, in balance_leaf_when_delete_left()
172 reiserfs_invalidate_buffer(tb, tb->R[0]); in balance_leaf_when_delete_left()
183 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in balance_leaf_when_delete_left()
686 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in balance_leaf_insert_right()
709 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in balance_leaf_insert_right()
757 replace_key(tb, tb->CFR[0], tb->rkey[0], tb->R[0], 0); in balance_leaf_paste_right_shift_dirent()
810 version = ih_version(item_head(tb->R[0], 0)); in balance_leaf_paste_right_shift()
812 if (is_indirect_le_key(version, leaf_key(tb->R[0], 0))) { in balance_leaf_paste_right_shift()
817 add_le_key_k_offset(version, leaf_key(tb->R[0], 0), temp_rem); in balance_leaf_paste_right_shift()
[all …]
Dfix_node.c807 brelse(tb->R[i]); in free_buffers_in_tb()
814 tb->R[i] = NULL; in free_buffers_in_tb()
2230 brelse(tb->R[h]); in get_neighbors()
2231 tb->R[h] = bh; in get_neighbors()
2444 if (tb->R[i]) { in wait_tb_buffers_until_unlocked()
2446 tb->R[i], in wait_tb_buffers_until_unlocked()
2449 (tb->tb_sb, tb->R[i])) in wait_tb_buffers_until_unlocked()
2450 locked = tb->R[i]; in wait_tb_buffers_until_unlocked()
2741 tb->R[i]); in fix_nodes()
2755 brelse(tb->R[i]); in fix_nodes()
[all …]
Dprints.c658 (tb->R[h]) ? (long long)(tb->R[h]->b_blocknr) : (-1LL), in store_print_tb()
659 (tb->R[h]) ? atomic_read(&tb->R[h]->b_count) : -1, in store_print_tb()
/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb.h300 #define IGB_RX_DESC(R, i) \ argument
301 (&(((union e1000_adv_rx_desc *)((R)->desc))[i]))
302 #define IGB_TX_DESC(R, i) \ argument
303 (&(((union e1000_adv_tx_desc *)((R)->desc))[i]))
304 #define IGB_TX_CTXTDESC(R, i) \ argument
305 (&(((struct e1000_adv_tx_context_desc *)((R)->desc))[i]))
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2274 #define R(s, v) S3("u", s, rx[i].v) in sge_qinfo_show() macro
2300 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show()
2301 R("RspQ size:", rspq.size); in sge_qinfo_show()
2302 R("RspQE size:", rspq.iqe_len); in sge_qinfo_show()
2303 R("RspQ CIDX:", rspq.cidx); in sge_qinfo_show()
2304 R("RspQ Gen:", rspq.gen); in sge_qinfo_show()
2308 R("FL ID:", fl.cntxt_id); in sge_qinfo_show()
2309 R("FL size:", fl.size - 8); in sge_qinfo_show()
2310 R("FL pend:", fl.pend_cred); in sge_qinfo_show()
2311 R("FL avail:", fl.avail); in sge_qinfo_show()
[all …]
/linux-4.4.14/Documentation/trace/
Dintel_th.txt1 Intel(R) Trace Hub (TH)
7 Intel(R) Trace Hub (TH) is a set of hardware blocks that produce,
11 debugging. For more information on the hardware, see Intel(R) Trace
27 of Intel(R) Trace Hub architecture.
46 On the whole, Intel(R) Trace Hub does not require any special
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dum_idi.c575 e->e.R = &e->RData; in process_idi_request()
613 e->e.R = NULL; in process_idi_request()
643 e->e.R = NULL; in process_idi_rc()
663 e->e.R = NULL; in process_idi_rc()
687 e->e.R->P = (byte *)&pind[1]; in process_idi_ind()
688 e->e.R->PLength = in process_idi_ind()
694 e->e.R->PLength)); in process_idi_ind()
706 (diva_um_idi_ind_hdr_t *) (e->e.R->P); in process_idi_ind()
710 e->e.IndCh, e->e.R->PLength)); in process_idi_ind()
716 pind->data_length = e->e.R->PLength; in process_idi_ind()
[all …]
Ddi.c569 BUFFERS *R; in isdn_ind() local
672 R = PTR_R(a, this); in isdn_ind()
674 if (this->ROffset == R[this->RCurrent].PLength) { in isdn_ind()
679 clength = min(MLength, (word)(R[this->RCurrent].PLength-this->ROffset)); in isdn_ind()
682 R[this->RCurrent].PLength-this->ROffset); in isdn_ind()
684 if (R[this->RCurrent].P) { in isdn_ind()
686 memcpy(PTR_P(a, this, &R[this->RCurrent].P[this->ROffset]), in isdn_ind()
692 PTR_P(a, this, &R[this->RCurrent].P[this->ROffset]), in isdn_ind()
709 R[this->RCurrent].PLength = this->ROffset; in isdn_ind()
/linux-4.4.14/Documentation/zh_CN/
DCodingStyle138 a)K&R是_正确的_,并且(b)K&R是正确的。此外,不管怎样函数都是特殊的(在C语言中
158 理由:K&R
424 (c-set-style "K&R")
442 过,这还不算太糟糕,因为就算是GNU indent的作者也认同K&R的权威性(GNU的人并不是坏
444 (代表“K&R,8个字符缩进”),或者使用“scripts/Lindent”,这样就可以以最时髦的方式
685 cpp,gcc,gcc internals和indent的GNU手册——和K&R及本文相符合的部分,全部可以在
/linux-4.4.14/kernel/debug/kdb/
Dkdb_cmds21 pid R
27 pid R
/linux-4.4.14/arch/arm/crypto/
Dsha1-armv7-neon.S144 #define R(a,b,c,d,e,f,i) \ macro
605 R( _b, _c, _d, _e, _a, F4, 64 );
606 R( _a, _b, _c, _d, _e, F4, 65 );
607 R( _e, _a, _b, _c, _d, F4, 66 );
608 R( _d, _e, _a, _b, _c, F4, 67 );
609 R( _c, _d, _e, _a, _b, F4, 68 );
610 R( _b, _c, _d, _e, _a, F4, 69 );
611 R( _a, _b, _c, _d, _e, F4, 70 );
612 R( _e, _a, _b, _c, _d, F4, 71 );
613 R( _d, _e, _a, _b, _c, F4, 72 );
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/dma/
Drenesas,rcar-dmac.txt1 * Renesas R-Car DMA Controller Device Tree bindings
3 Renesas R-Car Generation 2 SoCs have multiple multi-channel DMA
35 Example: R8A7790 (R-Car H2) SYS-DMACs
/linux-4.4.14/Documentation/networking/
Di40evf.txt1 Linux* Base Driver for Intel(R) Network Connection
14 This file describes the i40evf Linux* Base Driver for the Intel(R) XL710
DREADME.ipw22002 Intel(R) PRO/Wireless 2915ABG Driver for Linux in support of:
4 Intel(R) PRO/Wireless 2200BG Network Connection
5 Intel(R) PRO/Wireless 2915ABG Network Connection
7 Note: The Intel(R) PRO/Wireless 2915ABG Driver for Linux and Intel(R)
9 both hardware adapters listed above. In this document the Intel(R)
94 the Intel(R) PRO/Wireless 2915ABG Driver for Linux.
134 Like many modules used in the Linux kernel, the Intel(R) PRO/Wireless
187 private, methods. The Intel(R) PRO/Wireless 2915ABG Driver for Linux
239 access various components of the operating system. The Intel(R)
262 The Intel(R) PRO/Wireless 2915ABG Driver for Linux exposes sysfs entries
[all …]
Dixgbe.txt1 Linux* Base Driver for the Intel(R) Ethernet 10 Gigabit PCI Express Family of
33 NOTES: If your 82599-based Intel(R) Network Adapter came with Intel optics, or
34 is an Intel(R) Ethernet Server Adapter X520-2, then it only supports Intel
82 - Intel(R) Network Adapters that support removable optical modules only support
83 their original module type (i.e., the Intel(R) 10 Gigabit SR Dual Port
122 Intel(R) Ethernet Flow Director
257 -> Intel(R) 10GbE PCI Express adapters support
313 Guest OS using Intel (R) 82576-based GbE or Intel (R) 82599-based 10GbE
Digb.txt1 Linux* Base Driver for Intel(R) Ethernet Network Connection
17 This driver supports all 82575, 82576 and 82580-based Intel (R) gigabit network
80 Wake On LAN is not supported for the Intel(R) Gigabit VT Quad Port Server
Dixgb.txt1 Linux Base Driver for 10 Gigabit Intel(R) Ethernet Network Connection
24 This file describes the ixgb Linux Base Driver for the 10 Gigabit Intel(R)
25 Network Connection. This driver includes support for Itanium(R)2-based
56 82597EX Intel(R) PRO/10GbE LR/SR/CX4 10G Base-LR (1310 nm optical fiber)
69 select m for "Intel(R) PRO/10GbE support" located at:
339 Intel(R) PRO/10GbE CX4 Server Adapter Cable Interoperability Issue with
342 Excessive CRC errors may be observed if the Intel(R) PRO/10GbE CX4
345 The CRC errors may be received either by the Intel(R) PRO/10GbE CX4
352 Excessive CRC errors may be observed if the Intel(R) PRO/10GbE CX4 Server
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtw_security.h242 u32 L, R; /* Current state */ member
334 #define R(x, n) (((x)&0xFFFFFFFFUL)>>(n)) macro
337 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3))
338 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
/linux-4.4.14/security/
DKconfig75 bool "Enable Intel(R) Trusted Execution Technology (Intel(R) TXT)"
80 Intel(R) Trusted Execution Technology to perform a measured launch
81 of the kernel. If the system does not support Intel(R) TXT, this
97 about Intel(R) TXT.
/linux-4.4.14/drivers/net/ethernet/chelsio/cxgb4vf/
Dcxgb4vf_main.c1750 #define R(s, v) S3("u", s, rxq[qs].v) in sge_qinfo_show() macro
1772 R("RspQ ID:", rspq.abs_id); in sge_qinfo_show()
1773 R("RspQ size:", rspq.size); in sge_qinfo_show()
1774 R("RspQE size:", rspq.iqe_len); in sge_qinfo_show()
1778 R("RspQ CIdx:", rspq.cidx); in sge_qinfo_show()
1779 R("RspQ Gen:", rspq.gen); in sge_qinfo_show()
1780 R("FL ID:", fl.abs_id); in sge_qinfo_show()
1781 R("FL size:", fl.size - MIN_FL_RESID); in sge_qinfo_show()
1782 R("FL avail:", fl.avail); in sge_qinfo_show()
1783 R("FL PIdx:", fl.pidx); in sge_qinfo_show()
[all …]
/linux-4.4.14/arch/arm64/kvm/
Dregmap.c31 #define USR_REG_OFFSET(R) REG_OFFSET(compat_usr(R)) argument
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dnau8825.txt35 SAR = 255 * MICBIAS / SAR_VOLTAGE * R / (2000 + R)
36 …nuvoton,micbias-voltage', SAR_VOLTAGE is configured by 'nuvoton,sar-voltage', R - button impedance.
Drenesas,rsnd.txt1 Renesas R-Car sound
9 - "renesas,rcar_sound-r8a7778" (R-Car M1A)
10 - "renesas,rcar_sound-r8a7790" (R-Car H2)
11 - "renesas,rcar_sound-r8a7791" (R-Car M2-W)
12 - "renesas,rcar_sound-r8a7795" (R-Car H3)
Drenesas,fsi.txt8 - "renesas,fsi2-r8a7740" (R-Mobile A1)
/linux-4.4.14/arch/m68k/ifpsp060/src/
Dfplsp.S5062 fsub.s (%a1),%fp0 # fp0 = R = (X-Y1)-Y2
5067 #--GET N+ADJN AND SEE IF SIN(R) OR COS(R) IS NEEDED
5075 #--THEN WE RETURN SGN*SIN(R). SGN*SIN(R) IS COMPUTED BY
5076 #--R' + R'*S*(A1 + S(A2 + S(A3 + S(A4 + ... + SA7)))), WHERE
5077 #--R' = SGN*R, S=R*R. THIS CAN BE REWRITTEN AS
5078 #--R' + R'*S*( [A1+T(A3+T(A5+TA7))] + [S(A2+T(A4+TA6))])
5097 eor.l %d1,X(%a6) # X IS NOW R'= SGN*R
5115 fmul.x X(%a6),%fp0 # R'*S
5119 fmul.x %fp1,%fp0 # SIN(R')-R'
5130 #--S=R*R AND S'=SGN*S. THIS CAN BE REWRITTEN AS
[all …]
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Drcar-gen2-phy.txt1 * Renesas R-Car generation 2 USB PHY
3 This file provides information on what the device node for the R-Car generation
/linux-4.4.14/tools/perf/tests/attr/
Dtest-record-raw3 args = -R kill >/dev/null 2>&1
/linux-4.4.14/arch/arm/mach-sa1100/
DKconfig9 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
17 Say Y here if you are using the Intel(R) StrongARM(R) SA-1110
/linux-4.4.14/drivers/pci/host/
DKconfig42 bool "Renesas R-Car Gen2 Internal PCI controller"
46 Say Y here if you want internal PCI support on R-Car Gen2 SoC.
51 bool "Renesas R-Car PCIe controller"
55 Say Y here if you want PCIe controller support on R-Car Gen2 SoCs.
/linux-4.4.14/Documentation/devicetree/bindings/mtd/
Dfsl-upm-nand.txt16 (R/B#). For multi-chip devices, "n" GPIO definitions are required
20 (R/B# pins not connected).
/linux-4.4.14/arch/sh/boards/mach-migor/
DKconfig4 prompt "Migo-R LCD Panel Board Selection"
/linux-4.4.14/drivers/net/ethernet/intel/ixgbe/
Dixgbe.h567 #define IXGBE_RX_DESC(R, i) \ argument
568 (&(((union ixgbe_adv_rx_desc *)((R)->desc))[i]))
569 #define IXGBE_TX_DESC(R, i) \ argument
570 (&(((union ixgbe_adv_tx_desc *)((R)->desc))[i]))
571 #define IXGBE_TX_CTXTDESC(R, i) \ argument
572 (&(((struct ixgbe_adv_tx_context_desc *)((R)->desc))[i]))
/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k.h410 #define FM10K_TX_DESC(R, i) \ argument
411 (&(((struct fm10k_tx_desc *)((R)->desc))[i]))
412 #define FM10K_RX_DESC(R, i) \ argument
413 (&(((union fm10k_rx_desc *)((R)->desc))[i]))
/linux-4.4.14/drivers/memstick/host/
DKconfig13 the Texas Instruments(R) Flash Media card reader, found in many
29 the JMicron(R) JMB38X MemoryStick card reader.
/linux-4.4.14/Documentation/auxdisplay/
Dcfag12864b81 Ground (21)---[GND] [GND]---[P1]---(18) Vee - R = Resistor = 22 ohm
85 Ground (25)---[GND] [GND]---[P2]---[R]---(20) LED -
/linux-4.4.14/Documentation/
Dhsi.txt24 | T|------------ CADATA ------------>|R |
30 | R|<----------- ACDATA -------------|T |
/linux-4.4.14/Documentation/fb/
Dmodedb.txt23 <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
32 If 'R' is specified, do a 'reduced blanking' calculation for digital displays.
95 <pix>M<a>[-R]
100 -R = reduced blanking
102 example: .48M3-R - 800x600 with reduced blanking
/linux-4.4.14/sound/soc/codecs/
Dpcm512x.c700 int R, J, D, P; in pcm512x_find_pll_coeff() local
724 for (R = 16; R; R--) { in pcm512x_find_pll_coeff()
725 if (num % R) in pcm512x_find_pll_coeff()
727 J = num / R; in pcm512x_find_pll_coeff()
731 dev_dbg(dev, "R * J / P = %d * %d / %d\n", R, J, P); in pcm512x_find_pll_coeff()
738 R = 1; in pcm512x_find_pll_coeff()
793 pcm512x->pll_r = R; in pcm512x_find_pll_coeff()
/linux-4.4.14/tools/net/
Dbpf_dbg.c126 uint32_t R; member
458 rl_printf("ret: [%#08x][%u]!\n", r->R, r->R); in bpf_dump_curr()
628 r->R = 0; in set_return()
641 r->R = K; in bpf_single_step()
645 r->R = r->A; in bpf_single_step()
649 r->R = r->X; in bpf_single_step()
883 return stop ? -1 : bpf_curr.R; in bpf_run_all()
905 return stop ? -1 : bpf_curr.R; in bpf_run_stepping()
/linux-4.4.14/drivers/mmc/host/
DKconfig11 This selects the ARM(R) AMBA(R) PrimeCell Multimedia Card
12 Interface (PL180 and PL181) support. If you have an ARM(R)
32 This selects the Intel(R) PXA(R) Multimedia card Interface.
33 If you have a PXA(R) platform with a Multimedia Card slot,
43 It is used by manufacturers such as Texas Instruments(R), Ricoh(R)
44 and Toshiba(R). Most controllers found in laptops are of this type.
245 This selects the Marvell(R) PXAV3 SD Host Controller.
258 This selects the Marvell(R) PXAV2 SD Host Controller.
381 This selects the Winbond(R) W83L51xD Secure digital and
392 This selects the AMD Alchemy(R) Multimedia card interface.
[all …]
/linux-4.4.14/arch/arm/boot/dts/
Dstih416-b2000.dts2 * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
Dstih415-b2020.dts2 * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
Dstih415-b2000.dts2 * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
Dstih41x-b2020x.dtsi2 * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
Dstih407-b2120.dts2 * Copyright (C) 2014 STMicroelectronics (R&D) Limited.
Dr8a77xx-aa121td01-panel.dtsi2 * Common file for the AA121TD01 panel connected to Renesas R-Car boards
Dr8a77xx-aa104xd12-panel.dtsi2 * Common file for the AA104XD12 panel connected to Renesas R-Car boards
Dstih416-b2020.dts2 * Copyright (C) 2013 STMicroelectronics (R&D) Limited.
Dstih410-b2120.dts2 * Copyright (C) 2014 STMicroelectronics (R&D) Limited.
/linux-4.4.14/drivers/vlynq/
DKconfig7 Support for Texas Instruments(R) VLYNQ bus.
/linux-4.4.14/Documentation/x86/
Dintel_mpx.txt1 1. Intel(R) MPX Overview
4 Intel(R) Memory Protection Extensions (Intel(R) MPX) is a new capability
14 For more information, please refer to Intel(R) Architecture Instruction
15 Set Extensions Programming Reference, Chapter 9: Intel(R) Memory Protection
19 possible to use SDE (Intel(R) Software Development Emulator) instead, which
240 This is allowed architecturally. See more information "Intel(R) Architecture
/linux-4.4.14/drivers/media/platform/soc_camera/
DKconfig37 tristate "R-Car Video Input (VIN) support"
44 This is a v4l2 driver for the R-Car VIN Interface
/linux-4.4.14/drivers/staging/rtl8712/
Drtl871x_security.c283 pmicdata->R = pmicdata->K1; in secmicclear()
305 pmicdata->R ^= ROL32(pmicdata->L, 17); in secmicappendbyte()
306 pmicdata->L += pmicdata->R; in secmicappendbyte()
307 pmicdata->R ^= ((pmicdata->L & 0xff00ff00) >> 8) | in secmicappendbyte()
309 pmicdata->L += pmicdata->R; in secmicappendbyte()
310 pmicdata->R ^= ROL32(pmicdata->L, 3); in secmicappendbyte()
311 pmicdata->L += pmicdata->R; in secmicappendbyte()
312 pmicdata->R ^= ROR32(pmicdata->L, 2); in secmicappendbyte()
313 pmicdata->L += pmicdata->R; in secmicappendbyte()
342 secmicputuint32(dst + 4, pmicdata->R); in r8712_secgetmic()
/linux-4.4.14/drivers/staging/rtl8723au/core/
Drtw_security.c290 pmicdata->R = pmicdata->K1; in secmicclear()
316 pmicdata->R ^= ROL32(pmicdata->L, 17); in rtw_secmicappend23abyte23a()
317 pmicdata->L += pmicdata->R; in rtw_secmicappend23abyte23a()
318 pmicdata->R ^= ((pmicdata->L & 0xff00ff00) >> 8) | ((pmicdata->L & 0x00ff00ff) << 8); in rtw_secmicappend23abyte23a()
319 pmicdata->L += pmicdata->R; in rtw_secmicappend23abyte23a()
320 pmicdata->R ^= ROL32(pmicdata->L, 3); in rtw_secmicappend23abyte23a()
321 pmicdata->L += pmicdata->R; in rtw_secmicappend23abyte23a()
322 pmicdata->R ^= ROR32(pmicdata->L, 2); in rtw_secmicappend23abyte23a()
323 pmicdata->L += pmicdata->R; in rtw_secmicappend23abyte23a()
356 secmicputuint32(dst + 4, pmicdata->R); in rtw_secgetmic23a()
/linux-4.4.14/arch/sh/math-emu/
Dmath.c68 #define CMP_X(SZ,R,M,N) do{ \ argument
71 FP_CMP_##SZ(R, Fn, Fm, 2); }while(0)
72 #define EQ_X(SZ,R,M,N) do{ \ argument
75 FP_CMP_EQ_##SZ(R, Fn, Fm); }while(0)
/linux-4.4.14/Documentation/misc-devices/mei/
Dmei.txt1 Intel(R) Management Engine Interface (Intel(R) MEI)
21 Prominent usage of the Intel ME Interface is to communicate with Intel(R)
202 Under "SDK Resources" => "Intel(R) vPro(TM) Gateway (MPS)"
203 => "Information for Intel(R) vPro(TM) Gateway Developers"
/linux-4.4.14/Documentation/video4linux/
D4CCs.txt28 R: RGGB
/linux-4.4.14/Documentation/leds/
Dleds-lp5562.txt10 LP5562 can drive up to 4 channels. R/G/B and White.
71 .name = "R",
/linux-4.4.14/drivers/staging/rtl8188eu/core/
Drtw_security.c270 pmicdata->R = pmicdata->K1; in secmicclear()
292 pmicdata->R ^= ROL32(pmicdata->L, 17); in rtw_secmicappendbyte()
293 pmicdata->L += pmicdata->R; in rtw_secmicappendbyte()
294 pmicdata->R ^= ((pmicdata->L & 0xff00ff00) >> 8) | ((pmicdata->L & 0x00ff00ff) << 8); in rtw_secmicappendbyte()
295 pmicdata->L += pmicdata->R; in rtw_secmicappendbyte()
296 pmicdata->R ^= ROL32(pmicdata->L, 3); in rtw_secmicappendbyte()
297 pmicdata->L += pmicdata->R; in rtw_secmicappendbyte()
298 pmicdata->R ^= ROR32(pmicdata->L, 2); in rtw_secmicappendbyte()
299 pmicdata->L += pmicdata->R; in rtw_secmicappendbyte()
328 secmicputuint32(dst+4, pmicdata->R); in rtw_secgetmic()
/linux-4.4.14/Documentation/devicetree/bindings/mfd/
Dsyscon.txt1 * System Controller Registers R/W driver
/linux-4.4.14/Documentation/scsi/
Ddc395x.txt6 The driver has been tested with CD-R and CD-R/W drives. These should

123