Home
last modified time | relevance | path

Searched refs:R (Results 26 – 50 of 1279) sorted by relevance

12345678910>>...52

/openbmc/linux/Documentation/devicetree/bindings/power/
H A Drenesas,rcar-sysc.yaml7 title: Renesas R-Car and RZ/G System Controller
31 - renesas,r8a7779-sysc # R-Car H1
32 - renesas,r8a7790-sysc # R-Car H2
33 - renesas,r8a7791-sysc # R-Car M2-W
34 - renesas,r8a7792-sysc # R-Car V2H
36 - renesas,r8a7794-sysc # R-Car E2
37 - renesas,r8a7795-sysc # R-Car H3
41 - renesas,r8a77970-sysc # R-Car V3M
42 - renesas,r8a77980-sysc # R-Car V3H
43 - renesas,r8a77990-sysc # R-Car E3
[all …]
/openbmc/linux/Documentation/devicetree/bindings/gpio/
H A Drenesas,rcar-gpio.yaml17 - renesas,gpio-r8a7778 # R-Car M1
18 - renesas,gpio-r8a7779 # R-Car H1
19 - const: renesas,rcar-gen1-gpio # R-Car Gen1
28 - renesas,gpio-r8a7790 # R-Car H2
29 - renesas,gpio-r8a7791 # R-Car M2-W
30 - renesas,gpio-r8a7792 # R-Car V2H
31 - renesas,gpio-r8a7793 # R-Car M2-N
32 - renesas,gpio-r8a7794 # R-Car E2
41 - renesas,gpio-r8a7795 # R-Car H3
47 - renesas,gpio-r8a77990 # R-Car E3
[all …]
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Drenesas,irqc.yaml7 title: R-Mobile/R-Car/RZ/G interrupt controller
16 - renesas,irqc-r8a73a4 # R-Mobile APE6
22 - renesas,irqc-r8a7790 # R-Car H2
23 - renesas,irqc-r8a7791 # R-Car M2-W
24 - renesas,irqc-r8a7792 # R-Car V2H
25 - renesas,irqc-r8a7793 # R-Car M2-N
26 - renesas,irqc-r8a7794 # R-Car E2
31 - renesas,intc-ex-r8a7795 # R-Car H3
35 - renesas,intc-ex-r8a77970 # R-Car V3M
37 - renesas,intc-ex-r8a77990 # R-Car E3
[all …]
/openbmc/u-boot/lib/
H A Dsha256.c93 #define R(t) \ in sha256_process() macro
130 P(A, B, C, D, E, F, G, H, R(16), 0xE49B69C1); in sha256_process()
131 P(H, A, B, C, D, E, F, G, R(17), 0xEFBE4786); in sha256_process()
132 P(G, H, A, B, C, D, E, F, R(18), 0x0FC19DC6); in sha256_process()
133 P(F, G, H, A, B, C, D, E, R(19), 0x240CA1CC); in sha256_process()
134 P(E, F, G, H, A, B, C, D, R(20), 0x2DE92C6F); in sha256_process()
135 P(D, E, F, G, H, A, B, C, R(21), 0x4A7484AA); in sha256_process()
136 P(C, D, E, F, G, H, A, B, R(22), 0x5CB0A9DC); in sha256_process()
137 P(B, C, D, E, F, G, H, A, R(23), 0x76F988DA); in sha256_process()
138 P(A, B, C, D, E, F, G, H, R(24), 0x983E5152); in sha256_process()
[all …]
/openbmc/linux/lib/math/
H A Dreciprocal_div.c19 struct reciprocal_value R; in reciprocal_value() local
27 R.m = (u32)m; in reciprocal_value()
28 R.sh1 = min(l, 1); in reciprocal_value()
29 R.sh2 = max(l - 1, 0); in reciprocal_value()
31 return R; in reciprocal_value()
37 struct reciprocal_value_adv R; in reciprocal_value_adv() local
66 R.m = (u32)mhigh; in reciprocal_value_adv()
67 R.sh = post_shift; in reciprocal_value_adv()
68 R.exp = l; in reciprocal_value_adv()
69 R.is_wide_m = mhigh > U32_MAX; in reciprocal_value_adv()
[all …]
/openbmc/linux/arch/m68k/fpsp040/
H A Dsrem_mod.S37 | 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
47 | 5.1 If R < Y/2, then R = MOD(X,Y) = REM(X,Y). Go to
54 | Step 6. R := signX*R.
56 | Step 7. If Last_Subtract = true, R := R - Y.
62 | R := 0. Return signQ, last 7 bits of Q, and R.
88 .set R,FP_SCR2 define
89 .set R_Hi,R+4
90 .set R_Lo,R+8
253 addl %d2,%d2 | ...lo(R) = 2lo(R)
[all …]
/openbmc/linux/drivers/soc/renesas/
H A DKconfig67 bool "ARM32 Platform support for R-Car E2"
73 bool "ARM32 Platform support for R-Car H1"
82 bool "ARM32 Platform support for R-Car H2"
90 bool "ARM32 Platform support for R-Car M1A"
95 bool "ARM32 Platform support for R-Car M2-N"
102 bool "ARM32 Platform support for R-Car M2-W"
109 bool "ARM32 Platform support for R-Car V2H"
115 bool "ARM32 Platform support for R-Mobile A1"
194 bool "ARM64 Platform support for R-Car D3"
202 bool "ARM64 Platform support for R-Car E3"
[all …]
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dconfig_file_parser_tests.cpp380 const json element = R"( in TEST()
392 const json element = R"( in TEST()
418 const json element = R"( in TEST()
434 const json element = R"( in TEST()
451 const json element = R"( in TEST()
468 const json element = R"( in TEST()
487 const json element = R"( in TEST()
504 const json element = R"( in TEST()
545 const json element = R"( in TEST()
561 const json element = R"( in TEST()
[all …]
/openbmc/linux/arch/um/os-Linux/skas/
H A Dprocess.c38 R(BX); in ptrace_reg_name()
39 R(CX); in ptrace_reg_name()
40 R(DI); in ptrace_reg_name()
41 R(SI); in ptrace_reg_name()
42 R(DX); in ptrace_reg_name()
43 R(BP); in ptrace_reg_name()
44 R(AX); in ptrace_reg_name()
45 R(R8); in ptrace_reg_name()
46 R(R9); in ptrace_reg_name()
54 R(CS); in ptrace_reg_name()
[all …]
/openbmc/linux/Documentation/hwmon/
H A Dmax6639.rst29 Attribute R/W Contents
31 temp1_input R Temperature channel 1 input (0..150 C)
32 temp2_input R Temperature channel 2 input (0..150 C)
33 temp1_fault R Temperature channel 1 diode fault
34 temp2_fault R Temperature channel 2 diode fault
45 fan1_input R TACH1 fan tachometer input (in RPM)
46 fan2_input R TACH2 fan tachometer input (in RPM)
47 fan1_fault R Fan 1 fault
48 fan2_fault R Fan 2 fault
53 temp1_emergency_alarm R Alarm on OT temperature on channel 1
[all …]
/openbmc/linux/drivers/crypto/intel/qat/
H A DKconfig19 tristate "Support for Intel(R) DH895xCC"
23 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
30 tristate "Support for Intel(R) C3XXX"
34 Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology
41 tristate "Support for Intel(R) C62X"
45 Support for Intel(R) C62x with Intel(R) QuickAssist Technology
52 tristate "Support for Intel(R) QAT_4XXX"
56 Support for Intel(R) QuickAssist Technology QAT_4xxx
69 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology
81 Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology
[all …]
/openbmc/linux/Documentation/devicetree/bindings/serial/
H A Drenesas,hscif.yaml20 - renesas,hscif-r8a7778 # R-Car M1
21 - renesas,hscif-r8a7779 # R-Car H1
22 - const: renesas,rcar-gen1-hscif # R-Car Gen1
32 - renesas,hscif-r8a7790 # R-Car H2
33 - renesas,hscif-r8a7791 # R-Car M2-W
34 - renesas,hscif-r8a7792 # R-Car V2H
35 - renesas,hscif-r8a7793 # R-Car M2-N
36 - renesas,hscif-r8a7794 # R-Car E2
46 - renesas,hscif-r8a7795 # R-Car H3
52 - renesas,hscif-r8a77990 # R-Car E3
[all …]
H A Drenesas,scif.yaml29 - renesas,scif-r8a7778 # R-Car M1
30 - renesas,scif-r8a7779 # R-Car H1
31 - const: renesas,rcar-gen1-scif # R-Car Gen1
41 - renesas,scif-r8a7790 # R-Car H2
42 - renesas,scif-r8a7791 # R-Car M2-W
43 - renesas,scif-r8a7792 # R-Car V2H
44 - renesas,scif-r8a7793 # R-Car M2-N
45 - renesas,scif-r8a7794 # R-Car E2
55 - renesas,scif-r8a7795 # R-Car H3
61 - renesas,scif-r8a77990 # R-Car E3
[all …]
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Drenesas,rcar-i2c.yaml7 title: Renesas R-Car I2C Controller
17 - renesas,i2c-r8a7778 # R-Car M1A
18 - renesas,i2c-r8a7779 # R-Car H1
19 - const: renesas,rcar-gen1-i2c # R-Car Gen1
28 - renesas,i2c-r8a7790 # R-Car H2
29 - renesas,i2c-r8a7791 # R-Car M2-W
30 - renesas,i2c-r8a7792 # R-Car V2H
32 - renesas,i2c-r8a7794 # R-Car E2
41 - renesas,i2c-r8a7795 # R-Car H3
47 - renesas,i2c-r8a77990 # R-Car E3
[all …]
/openbmc/linux/Documentation/devicetree/bindings/pwm/
H A Drenesas,pwm-rcar.yaml7 title: Renesas R-Car PWM Timer Controller
25 - renesas,pwm-r8a7778 # R-Car M1A
26 - renesas,pwm-r8a7779 # R-Car H1
27 - renesas,pwm-r8a7790 # R-Car H2
28 - renesas,pwm-r8a7791 # R-Car M2-W
29 - renesas,pwm-r8a7794 # R-Car E2
30 - renesas,pwm-r8a7795 # R-Car H3
34 - renesas,pwm-r8a77970 # R-Car V3M
35 - renesas,pwm-r8a77980 # R-Car V3H
36 - renesas,pwm-r8a77990 # R-Car E3
[all …]
H A Drenesas,tpu-pwm.yaml26 - renesas,tpu-r8a7740 # R-Mobile A1
31 - renesas,tpu-r8a7790 # R-Car H2
32 - renesas,tpu-r8a7791 # R-Car M2-W
33 - renesas,tpu-r8a7792 # R-Car V2H
34 - renesas,tpu-r8a7793 # R-Car M2-N
35 - renesas,tpu-r8a7794 # R-Car E2
36 - renesas,tpu-r8a7795 # R-Car H3
40 - renesas,tpu-r8a77970 # R-Car V3M
41 - renesas,tpu-r8a77980 # R-Car V3H
42 - renesas,tpu-r8a779a0 # R-Car V3U
[all …]
/openbmc/linux/arch/sparc/include/asm/
H A Dsfp-machine_32.h34 #define _FP_MUL_MEAT_S(R,X,Y) \ argument
36 #define _FP_MUL_MEAT_D(R,X,Y) \ argument
38 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument
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
66 R##_s = X##_s; \
67 _FP_FRAC_COPY_##wc(R,X); \
71 R##_s = Y##_s; \
72 _FP_FRAC_COPY_##wc(R,Y); \
[all …]
/openbmc/linux/include/math-emu/
H A 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
129 R##_f = X##_f * Y##_f; \
146 R##_f = _Z_f0; \
176 R##_f = _z_f0; \
196 R##_f = _q | (_r != 0); \
214 R##_e--; \
233 R##_e--; \
262 R##_f += q; \
270 R##_f |= _FP_WORK_ROUND; \
[all …]
H A 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
H A Dop-2.h89 __FP_FRAC_ADD_2(R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0)
92 __FP_FRAC_SUB_2(R##_f1, R##_f0, X##_f1, X##_f0, Y##_f1, Y##_f0)
132 __FP_CLZ(R,xh); \
135 __FP_CLZ(R,xl); \
434 R##_e--; \
449 R##_f1--; \
453 R##_f1--; \
468 R##_f0 = -1; \
477 R##_f0--; \
481 R##_f0--; \
[all …]
/openbmc/linux/drivers/net/ethernet/intel/ice/
H A Dice_controlq.h14 #define ICE_CTL_Q_DESC(R, i) \ argument
15 (&(((struct ice_aq_desc *)((R).desc_buf.va))[i]))
17 #define ICE_CTL_Q_DESC_UNUSED(R) \ argument
18 ((u16)((((R)->next_to_clean > (R)->next_to_use) ? 0 : (R)->count) + \
19 (R)->next_to_clean - (R)->next_to_use - 1))
74 #define ICE_CTL_Q_DETAILS(R, i) (&(((struct ice_sq_cd *)((R).cmd_buf))[i])) argument
/openbmc/linux/arch/csky/abiv2/
H A Dsysdep.h12 #define PRE_BNEZAD(R)
14 #define BNEZAD(R, L) \
15 bnezad R, L
20 #define PRE_BNEZAD(R) \
21 subi R, 1
23 #define BNEZAD(R, L) \
24 bnez R, L
/openbmc/linux/Documentation/devicetree/bindings/timer/
H A Drenesas,tmu.yaml7 title: Renesas R-Mobile/R-Car Timer Unit (TMU)
24 - renesas,tmu-r8a7740 # R-Mobile A1
29 - renesas,tmu-r8a7778 # R-Car M1A
30 - renesas,tmu-r8a7779 # R-Car H1
31 - renesas,tmu-r8a7795 # R-Car H3
35 - renesas,tmu-r8a77970 # R-Car V3M
36 - renesas,tmu-r8a77980 # R-Car V3H
37 - renesas,tmu-r8a77990 # R-Car E3
38 - renesas,tmu-r8a77995 # R-Car D3
39 - renesas,tmu-r8a779a0 # R-Car V3U
[all …]
/openbmc/linux/Documentation/devicetree/bindings/net/can/
H A Drenesas,rcar-can.yaml7 title: Renesas R-Car CAN Controller
17 - renesas,can-r8a7778 # R-Car M1-A
18 - renesas,can-r8a7779 # R-Car H1
19 - const: renesas,rcar-gen1-can # R-Car Gen1
28 - renesas,can-r8a7790 # R-Car H2
29 - renesas,can-r8a7791 # R-Car M2-W
30 - renesas,can-r8a7792 # R-Car V2H
32 - renesas,can-r8a7794 # R-Car E2
41 - renesas,can-r8a7795 # R-Car H3
45 - renesas,can-r8a77990 # R-Car E3
[all …]
/openbmc/linux/Documentation/devicetree/bindings/iommu/
H A Drenesas,ipmmu-vmsa.yaml27 - renesas,ipmmu-r8a7790 # R-Car H2
28 - renesas,ipmmu-r8a7791 # R-Car M2-W
29 - renesas,ipmmu-r8a7793 # R-Car M2-N
30 - renesas,ipmmu-r8a7794 # R-Car E2
31 - const: renesas,ipmmu-vmsa # R-Mobile APE6 or R-Car Gen2 or RZ/G1
39 - renesas,ipmmu-r8a7795 # R-Car H3
40 - renesas,ipmmu-r8a7796 # R-Car M3-W
43 - renesas,ipmmu-r8a77970 # R-Car V3M
44 - renesas,ipmmu-r8a77980 # R-Car V3H
45 - renesas,ipmmu-r8a77990 # R-Car E3
[all …]

12345678910>>...52