/linux-6.3-rc2/arch/powerpc/crypto/ |
A D | aes-tab-4k.S | 33 .long R(c6, 63, 63, a5), R(f8, 7c, 7c, 84) 34 .long R(ee, 77, 77, 99), R(f6, 7b, 7b, 8d) 35 .long R(ff, f2, f2, 0d), R(d6, 6b, 6b, bd) 36 .long R(de, 6f, 6f, b1), R(91, c5, c5, 54) 37 .long R(60, 30, 30, 50), R(02, 01, 01, 03) 38 .long R(ce, 67, 67, a9), R(56, 2b, 2b, 7d) 39 .long R(e7, fe, fe, 19), R(b5, d7, d7, 62) 40 .long R(4d, ab, ab, e6), R(ec, 76, 76, 9a) 41 .long R(8f, ca, ca, 45), R(1f, 82, 82, 9d) 42 .long R(89, c9, c9, 40), R(fa, 7d, 7d, 87) [all …]
|
/linux-6.3-rc2/drivers/pinctrl/ |
A D | pinctrl-lpc18xx.c | 305 LPC_P(6,0, R, I2S0_RX_MCLK,R, R, I2S0_RX_SCK, R, R, R, 0, ND); 314 LPC_P(6,9, GPIO, R, R, EMC, R, TIMER2, R, R, 0, ND); 315 LPC_P(6,10, GPIO, MCTRL, R, EMC, R, R, R, R, 0, ND); 316 LPC_P(6,11, GPIO, R, R, EMC, R, TIMER2, R, R, 0, ND); 342 LPC_P(a,0, R, R, R, R, R, I2S1, CGU_OUT, R, 0, ND); 345 LPC_P(a,3, GPIO, QEI, R, R, R, R, R, R, 0, HD); 400 LPC_P(e,14, R, R, R, EMC, GPIO, R, R, R, 0, ND); 420 LPC_N(usb1_dm, 0xc80, R, R, R, R, R, R, R, R, 0, USB1); 421 LPC_N(usb1_dp, 0xc80, R, R, R, R, R, R, R, R, 0, USB1); 422 LPC_N(i2c0_scl, 0xc84, R, R, R, R, R, R, R, R, 0, I2C0); [all …]
|
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/ |
A D | pixfmt-tch-tu16.rst | 32 - R'\ :sub:`00low` 33 - R'\ :sub:`00high` 34 - R'\ :sub:`01low` 35 - R'\ :sub:`01high` 36 - R'\ :sub:`02low` 38 - R'\ :sub:`03low` 41 - R'\ :sub:`10low` 43 - R'\ :sub:`11low` 45 - R'\ :sub:`12low` 47 - R'\ :sub:`13low` [all …]
|
A D | pixfmt-tch-tu08.rst | 32 - R'\ :sub:`00` 33 - R'\ :sub:`01` 34 - R'\ :sub:`02` 35 - R'\ :sub:`03` 37 - R'\ :sub:`10` 38 - R'\ :sub:`11` 39 - R'\ :sub:`12` 40 - R'\ :sub:`13` 42 - R'\ :sub:`20` 43 - R'\ :sub:`21` [all …]
|
A D | pixfmt-srggb10-ipu3.rst | 126 - R\ :sub:`0103high` 138 - R\ :sub:`0107high` 150 - R\ :sub:`0111high` 162 - R\ :sub:`0115high` 175 - R\ :sub:`0119high` 187 - R\ :sub:`0123high` 278 - R\ :sub:`0303high` 290 - R\ :sub:`0307high` 302 - R\ :sub:`0311high` 314 - R\ :sub:`0315high` [all …]
|
/linux-6.3-rc2/drivers/edac/ |
A D | pnd2_edac.c | 761 R(1), R(2), R(3), R(4), R(5), R(6), R(7), R(8), R(9), 771 R(1), R(2), R(3), R(4), R(5), R(6), R(7), R(8), R(9), 781 R(1), R(2), R(3), R(4), R(5), R(6), R(7), R(8), R(9), 791 R(1), R(2), R(3), R(4), R(5), R(6), R(7), R(8), R(9), 801 R(0), R(1), R(2), R(3), R(4), R(5), R(6), R(7), R(8), 811 R(0), R(1), R(2), R(3), R(4), R(5), R(6), R(7), R(8), 821 R(0), R(1), R(2), R(3), R(4), R(5), R(6), R(7), R(8), 831 R(0), R(1), R(2), R(3), R(4), R(5), R(6), R(7), R(8), 841 B(2), R(0), R(1), R(2), R(3), R(4), R(5), R(6), R(7), 851 B(2), R(0), R(1), R(2), R(3), R(4), R(5), R(6), R(7), [all …]
|
/linux-6.3-rc2/include/math-emu/ |
A D | op-common.h | 369 #define _FP_ADD(fs, wc, R, X, Y) _FP_ADD_INTERNAL(fs, wc, R, X, Y, '+') argument 385 R##_c = X##_c; \ 386 R##_e = X##_e; \ 409 R##_e--; \ 419 R##_s = X##_s; \ 427 R##_c = X##_c; \ 433 R##_s = Y##_s; \ 439 R##_c = Y##_c; \ 599 R##_s = X##_s; \ 617 R##_s = X##_s; \ [all …]
|
A D | double.h | 109 #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 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 184 #define FP_MUL_D(R,X,Y) _FP_MUL(D,1,R,X,Y) argument [all …]
|
A D | quad.h | 115 #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 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 191 #define FP_MUL_Q(R,X,Y) _FP_MUL(Q,2,R,X,Y) argument [all …]
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | sfp-machine_64.h | 32 #define _FP_MUL_MEAT_S(R,X,Y) \ argument 34 #define _FP_MUL_MEAT_D(R,X,Y) \ argument 36 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 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 64 R##_s = X##_s; \ 65 _FP_FRAC_COPY_##wc(R,X); \ 69 R##_s = Y##_s; \ 70 _FP_FRAC_COPY_##wc(R,Y); \ [all …]
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | sfp-machine.h | 29 #define _FP_MUL_MEAT_S(R,X,Y) \ argument 30 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) 31 #define _FP_MUL_MEAT_D(R,X,Y) \ argument 32 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) 33 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 34 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm) 36 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument 37 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument 38 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument 53 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument [all …]
|
/linux-6.3-rc2/drivers/media/platform/samsung/s5p-mfc/ |
A D | s5p_mfc_opr_v6.c | 2236 R(risc_on, S5P_FIMV_RISC_ON_V6); in s5p_mfc_init_regs_v6_plus() 2261 R(d_num_mv, S5P_FIMV_D_NUM_MV_V6); in s5p_mfc_init_regs_v6_plus() 2363 R(e_h264_fmo_slice_grp_map_type, in s5p_mfc_init_regs_v6_plus() 2365 R(e_h264_fmo_num_slice_grp_minus1, in s5p_mfc_init_regs_v6_plus() 2367 R(e_h264_fmo_slice_grp_change_dir, in s5p_mfc_init_regs_v6_plus() 2371 R(e_h264_fmo_run_length_minus1_0, in s5p_mfc_init_regs_v6_plus() 2375 R(e_h264_hierarchical_qp_layer0, in s5p_mfc_init_regs_v6_plus() 2377 R(e_h264_frame_packing_sei_info, in s5p_mfc_init_regs_v6_plus() 2410 R(d_first_plane_dpb_stride_size, in s5p_mfc_init_regs_v6_plus() 2412 R(d_second_plane_dpb_stride_size, in s5p_mfc_init_regs_v6_plus() [all …]
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | sfp-machine.h | 32 #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 36 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 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 57 R##_s = Y##_s; \ 58 _FP_FRAC_COPY_##wc(R,X); \ [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/reset/ |
A D | renesas,rst.yaml | 7 title: Renesas R-Car and RZ/G Reset Controller 19 - Watchdog timer (on R-Car Gen1), 35 - renesas,r8a7778-reset-wdt # R-Car M1A 36 - renesas,r8a7779-reset-wdt # R-Car H1 37 - renesas,r8a7790-rst # R-Car H2 39 - renesas,r8a7792-rst # R-Car V2H 41 - renesas,r8a7794-rst # R-Car E2 42 - renesas,r8a7795-rst # R-Car H3 46 - renesas,r8a77970-rst # R-Car V3M 48 - renesas,r8a77990-rst # R-Car E3 [all …]
|
/linux-6.3-rc2/drivers/hwmon/pmbus/ |
A D | lm25066.c | 60 .R = -2, 65 .R = -2, 70 .R = -2, 75 .R = -3, 80 .R = -4, 85 .R = -2, 92 .R = -2, 97 .R = -2, 102 .R = -2, 107 .R = -2, [all …]
|
/linux-6.3-rc2/lib/crypto/ |
A D | des.c | 519 L ^= R; \ 521 R ^= L; \ 525 L ^= R; \ 527 R ^= L; \ 531 L ^= R; \ 533 R ^= L; \ 537 L ^= R; \ 539 R ^= L; \ 543 L ^= R; \ 580 ROR(R, 4); [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/timer/ |
A D | renesas,cmt.yaml | 28 - renesas,r8a7740-cmt0 # 32-bit CMT0 on R-Mobile A1 29 - renesas,r8a7740-cmt1 # 48-bit CMT1 on R-Mobile A1 30 - renesas,r8a7740-cmt2 # 32-bit CMT2 on R-Mobile A1 31 - renesas,r8a7740-cmt3 # 32-bit CMT3 on R-Mobile A1 47 - renesas,r8a7790-cmt0 # 32-bit CMT0 on R-Car H2 49 - renesas,r8a7792-cmt0 # 32-bit CMT0 on R-Car V2H 51 - renesas,r8a7794-cmt0 # 32-bit CMT0 on R-Car E2 52 - const: renesas,rcar-gen2-cmt0 # 32-bit CMT0 on R-Mobile APE6, R-Car Gen2 and RZ/G1 62 - renesas,r8a7790-cmt1 # 48-bit CMT1 on R-Car H2 67 - const: renesas,rcar-gen2-cmt1 # 48-bit CMT1 on R-Mobile APE6, R-Car Gen2 and RZ/G1 [all …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/power/ |
A D | renesas,rcar-sysc.yaml | 7 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 …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/gpio/ |
A D | renesas,rcar-gpio.yaml | 17 - 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 …]
|
/linux-6.3-rc2/drivers/soc/renesas/ |
A D | Kconfig | 67 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 …]
|
/linux-6.3-rc2/arch/m68k/fpsp040/ |
A D | srem_mod.S | 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 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 …]
|
/linux-6.3-rc2/Documentation/devicetree/bindings/interrupt-controller/ |
A D | renesas,irqc.yaml | 7 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 …]
|
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgb/ |
A D | ixgb.h | 100 #define IXGB_DESC_UNUSED(R) \ argument 101 ((((R)->next_to_clean > (R)->next_to_use) ? 0 : (R)->count) + \ 102 (R)->next_to_clean - (R)->next_to_use - 1) 104 #define IXGB_GET_DESC(R, i, type) (&(((struct type *)((R).desc))[i])) argument 105 #define IXGB_RX_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_rx_desc) argument 106 #define IXGB_TX_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_tx_desc) argument 107 #define IXGB_CONTEXT_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_context_desc) argument
|
/linux-6.3-rc2/lib/math/ |
A D | reciprocal_div.c | 19 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 …]
|
/linux-6.3-rc2/arch/um/os-Linux/skas/ |
A D | process.c | 38 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 …]
|