/Linux-v5.4/arch/powerpc/crypto/ |
D | aes-tab-4k.S | 25 #define R(a, b, c, d) \ macro 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) [all …]
|
/Linux-v5.4/drivers/pinctrl/ |
D | pinctrl-lpc18xx.c | 238 LPC_P(0,0, GPIO, SSP1, ENET, SGPIO, R, R, I2S0_TX_WS,I2S1, 0, ND); 239 LPC_P(0,1, GPIO, SSP1,ENET_ALT,SGPIO, R, R, ENET, I2S1, 0, ND); 240 LPC_P(1,0, GPIO, CTIN, EMC, R, R, SSP0, SGPIO, R, 0, ND); 241 LPC_P(1,1, GPIO, CTOUT, EMC, SGPIO, R, SSP0, R, R, 0, ND); 242 LPC_P(1,2, GPIO, CTOUT, EMC, SGPIO, R, SSP0, R, R, 0, ND); 243 LPC_P(1,3, GPIO, CTOUT, SGPIO, EMC, USB0, SSP1, R, SDMMC, 0, ND); 244 LPC_P(1,4, GPIO, CTOUT, SGPIO, EMC, USB0, SSP1, R, SDMMC, 0, ND); 245 LPC_P(1,5, GPIO, CTOUT, R, EMC, USB0, SSP1, SGPIO, SDMMC, 0, ND); 246 LPC_P(1,6, GPIO, CTIN, R, EMC, R, R, SGPIO, SDMMC, 0, ND); 247 LPC_P(1,7, GPIO, UART1, CTOUT, EMC, USB0, R, R, R, 0, ND); [all …]
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | pixfmt-tch-tu16.rst | 39 - R'\ :sub:`00high` 40 - R'\ :sub:`00low` 41 - R'\ :sub:`01high` 42 - R'\ :sub:`01low` 43 - R'\ :sub:`02high` 44 - R'\ :sub:`02low` 45 - R'\ :sub:`03high` 46 - R'\ :sub:`03low` 48 - R'\ :sub:`10high` 49 - R'\ :sub:`10low` [all …]
|
D | pixfmt-tch-tu08.rst | 39 - R'\ :sub:`00` 40 - R'\ :sub:`01` 41 - R'\ :sub:`02` 42 - R'\ :sub:`03` 44 - R'\ :sub:`10` 45 - R'\ :sub:`11` 46 - R'\ :sub:`12` 47 - R'\ :sub:`13` 49 - R'\ :sub:`20` 50 - R'\ :sub:`21` [all …]
|
D | pixfmt-srggb10-ipu3.rst | 117 - R\ :sub:`0101low`\ (bits 7--2) 122 R\ :sub:`0101high`\ (bits 3--0) 123 - R\ :sub:`0103low`\ (bits 7--6) 127 - R\ :sub:`0103high` 129 - R\ :sub:`0105low`\ (bits 7--2) 134 R\ :sub:`0105high`\ (bits 3--0) 136 - R\ :sub:`0107low`\ (bits 7--6) 139 - R\ :sub:`0107high` 141 - R\ :sub:`0109low`\ (bits 7--2) 147 R\ :sub:`0109high`\ (bits 3--0) [all …]
|
/Linux-v5.4/drivers/edac/ |
D | pnd2_edac.c | 754 #define R(n) (0x40 | (n)) /* row */ macro 782 C(2), C(3), C(4), C(5), C(6), B(0), B(1), B(2), R(0), 783 R(1), R(2), R(3), R(4), R(5), R(6), R(7), R(8), R(9), 784 R(10), C(7), C(8), C(9), R(11), RS, R(12), R(13), R(14), 792 C(2), C(3), C(4), C(5), C(6), B(0), B(1), B(2), R(0), 793 R(1), R(2), R(3), R(4), R(5), R(6), R(7), R(8), R(9), 794 R(10), C(7), C(8), C(9), R(11), RS, R(12), R(13), R(14), 795 R(15), 0, 0, 0 802 C(2), C(3), C(4), C(5), C(6), B(0), B(1), B(2), R(0), 803 R(1), R(2), R(3), R(4), R(5), R(6), R(7), R(8), R(9), [all …]
|
/Linux-v5.4/include/math-emu/ |
D | op-common.h | 229 #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 …]
|
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 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 …]
|
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 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 …]
|
/Linux-v5.4/arch/sh/include/asm/ |
D | sfp-machine.h | 21 #define _FP_MUL_MEAT_S(R,X,Y) \ argument 22 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) 23 #define _FP_MUL_MEAT_D(R,X,Y) \ argument 24 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) 25 #define _FP_MUL_MEAT_Q(R,X,Y) \ argument 26 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm) 28 #define _FP_DIV_MEAT_S(R,X,Y) _FP_DIV_MEAT_1_udiv(S,R,X,Y) argument 29 #define _FP_DIV_MEAT_D(R,X,Y) _FP_DIV_MEAT_2_udiv(D,R,X,Y) argument 30 #define _FP_DIV_MEAT_Q(R,X,Y) _FP_DIV_MEAT_4_udiv(Q,R,X,Y) argument 45 #define _FP_CHOOSENAN(fs, wc, R, X, Y, OP) \ argument [all …]
|
/Linux-v5.4/arch/sparc/include/asm/ |
D | sfp-machine_64.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 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 …]
|
/Linux-v5.4/arch/alpha/include/asm/ |
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 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-v5.4/drivers/hwmon/pmbus/ |
D | lm25066.c | 48 short m, b, R; member 58 .R = -2, 62 .R = -2, 66 .R = -2, 70 .R = -3, 74 .R = -4, 79 .R = -2, 85 .R = -2, 89 .R = -2, 93 .R = -2, [all …]
|
/Linux-v5.4/drivers/media/platform/s5p-mfc/ |
D | s5p_mfc_opr_v6.c | 2234 #define R(m, r) mfc_regs.m = S5P_MFC_REG_ADDR(dev, r) in s5p_mfc_init_regs_v6_plus() macro 2236 R(risc_on, S5P_FIMV_RISC_ON_V6); in s5p_mfc_init_regs_v6_plus() 2237 R(risc2host_int, S5P_FIMV_RISC2HOST_INT_V6); in s5p_mfc_init_regs_v6_plus() 2238 R(host2risc_int, S5P_FIMV_HOST2RISC_INT_V6); in s5p_mfc_init_regs_v6_plus() 2239 R(risc_base_address, S5P_FIMV_RISC_BASE_ADDRESS_V6); in s5p_mfc_init_regs_v6_plus() 2240 R(mfc_reset, S5P_FIMV_MFC_RESET_V6); in s5p_mfc_init_regs_v6_plus() 2241 R(host2risc_command, S5P_FIMV_HOST2RISC_CMD_V6); in s5p_mfc_init_regs_v6_plus() 2242 R(risc2host_command, S5P_FIMV_RISC2HOST_CMD_V6); in s5p_mfc_init_regs_v6_plus() 2243 R(firmware_version, S5P_FIMV_FW_VERSION_V6); in s5p_mfc_init_regs_v6_plus() 2244 R(instance_id, S5P_FIMV_INSTANCE_ID_V6); in s5p_mfc_init_regs_v6_plus() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/reset/ |
D | renesas,rst.txt | 1 DT bindings for the Renesas R-Car and RZ/G Reset Controllers 3 The R-Car and RZ/G Reset Controllers provide reset control, and implement the 7 - Reset control of peripheral devices (on R-Car Gen1), 8 - Watchdog timer (on R-Car Gen1), 10 cores (on R-Car Gen2 and Gen3, and on RZ/G). 15 - "renesas,<soctype>-reset-wdt" for R-Car Gen1, 16 - "renesas,<soctype>-rst" for R-Car Gen2 and Gen3, and RZ/G 24 - "renesas,r8a7778-reset-wdt" (R-Car M1A) 25 - "renesas,r8a7779-reset-wdt" (R-Car H1) 26 - "renesas,r8a7790-rst" (R-Car H2) [all …]
|
/Linux-v5.4/lib/crypto/ |
D | des.c | 516 #define IP(L, R, T) \ argument 517 ROL(R, 4); \ 519 L ^= R; \ 521 R ^= L; \ 523 ROL(R, 12); \ 525 L ^= R; \ 527 R ^= L; \ 529 ROR(R, 14); \ 531 L ^= R; \ 533 R ^= L; \ [all …]
|
/Linux-v5.4/drivers/soc/renesas/ |
D | Kconfig | 73 bool "R-Mobile APE6 (R8A73A40)" 81 bool "R-Mobile A1 (R8A77400)" 111 bool "R-Car M1A (R8A77781)" 116 bool "R-Car H1 (R8A77790)" 124 bool "R-Car H2 (R8A77900)" 132 bool "R-Car M2-W (R8A77910)" 139 bool "R-Car V2H (R8A77920)" 145 bool "R-Car M2-N (R8A7793)" 152 bool "R-Car E2 (R8A77940)" 189 bool "Renesas R-Car H3 SoC Platform" [all …]
|
/Linux-v5.4/arch/m68k/fpsp040/ |
D | srem_mod.S | 30 | R := X, go to Step 4. 32 | R := 2^(-L)X, j := L. 36 | 3.1 If R = Y, go to Step 9. 37 | 3.2 If R > Y, then { R := R - Y, Q := Q + 1} 39 | 3.4 k := k + 1, j := j - 1, Q := 2Q, R := 2R. Go to 42 | Step 4. At this point, R = X - QY = MOD(X,Y). Set 46 | Step 5. R = MOD(X,Y), but REM(X,Y) is requested. 47 | 5.1 If R < Y/2, then R = MOD(X,Y) = REM(X,Y). Go to 49 | 5.2 If R > Y/2, then { set Last_Subtract := true, 51 | 5.3 This is the tricky case of R = Y/2. If Q is odd, [all …]
|
/Linux-v5.4/drivers/net/ethernet/intel/ixgb/ |
D | ixgb.h | 101 #define IXGB_DESC_UNUSED(R) \ argument 102 ((((R)->next_to_clean > (R)->next_to_use) ? 0 : (R)->count) + \ 103 (R)->next_to_clean - (R)->next_to_use - 1) 105 #define IXGB_GET_DESC(R, i, type) (&(((struct type *)((R).desc))[i])) argument 106 #define IXGB_RX_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_rx_desc) argument 107 #define IXGB_TX_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_tx_desc) argument 108 #define IXGB_CONTEXT_DESC(R, i) IXGB_GET_DESC(R, i, ixgb_context_desc) argument
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | sfp-machine.h | 15 #define _FP_MUL_MEAT_S(R, X, Y) \ argument 16 _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S, R, X, Y, umul_ppmm) 17 #define _FP_MUL_MEAT_D(R, X, Y) \ argument 18 _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D, R, X, Y, umul_ppmm) 19 #define _FP_MUL_MEAT_Q(R, X, Y) \ argument 20 _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q, R, X, Y, umul_ppmm) 22 #define _FP_MUL_MEAT_DW_S(R, X, Y) \ argument 23 _FP_MUL_MEAT_DW_1_wide(_FP_WFRACBITS_S, R, X, Y, umul_ppmm) 24 #define _FP_MUL_MEAT_DW_D(R, X, Y) \ argument 25 _FP_MUL_MEAT_DW_2_wide(_FP_WFRACBITS_D, R, X, Y, umul_ppmm) [all …]
|
/Linux-v5.4/lib/math/ |
D | reciprocal_div.c | 15 struct reciprocal_value R; in reciprocal_value() local 23 R.m = (u32)m; in reciprocal_value() 24 R.sh1 = min(l, 1); in reciprocal_value() 25 R.sh2 = max(l - 1, 0); in reciprocal_value() 27 return R; in reciprocal_value() 33 struct reciprocal_value_adv R; in reciprocal_value_adv() local 62 R.m = (u32)mhigh; in reciprocal_value_adv() 63 R.sh = post_shift; in reciprocal_value_adv() 64 R.exp = l; in reciprocal_value_adv() 65 R.is_wide_m = mhigh > U32_MAX; in reciprocal_value_adv() [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/interrupt-controller/ |
D | renesas,irqc.txt | 1 DT bindings for the R-Mobile/R-Car/RZ/G interrupt controller 8 - "renesas,irqc-r8a73a4" (R-Mobile APE6) 13 - "renesas,irqc-r8a7790" (R-Car H2) 14 - "renesas,irqc-r8a7791" (R-Car M2-W) 15 - "renesas,irqc-r8a7792" (R-Car V2H) 16 - "renesas,irqc-r8a7793" (R-Car M2-N) 17 - "renesas,irqc-r8a7794" (R-Car E2) 20 - "renesas,intc-ex-r8a7795" (R-Car H3) 21 - "renesas,intc-ex-r8a7796" (R-Car M3-W) 22 - "renesas,intc-ex-r8a77965" (R-Car M3-N) [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/serial/ |
D | renesas,sci-serial.txt | 9 - "renesas,scifa-r8a73a4" for R8A73A4 (R-Mobile APE6) SCIFA compatible UART. 10 - "renesas,scifb-r8a73a4" for R8A73A4 (R-Mobile APE6) SCIFB compatible UART. 11 - "renesas,scifa-r8a7740" for R8A7740 (R-Mobile A1) SCIFA compatible UART. 12 - "renesas,scifb-r8a7740" for R8A7740 (R-Mobile A1) SCIFB compatible UART. 33 - "renesas,scif-r8a7778" for R8A7778 (R-Car M1) SCIF compatible UART. 34 - "renesas,hscif-r8a7778" for R8A7778 (R-Car M1) HSCIF compatible UART. 35 - "renesas,scif-r8a7779" for R8A7779 (R-Car H1) SCIF compatible UART. 36 - "renesas,hscif-r8a7779" for R8A7779 (R-Car H1) HSCIF compatible UART. 37 - "renesas,scif-r8a7790" for R8A7790 (R-Car H2) SCIF compatible UART. 38 - "renesas,scifa-r8a7790" for R8A7790 (R-Car H2) SCIFA compatible UART. [all …]
|
/Linux-v5.4/Documentation/devicetree/bindings/display/ |
D | renesas,du.txt | 1 * Renesas R-Car Display Unit (DU) 12 - "renesas,du-r8a7779" for R8A7779 (R-Car H1) compatible DU 13 - "renesas,du-r8a7790" for R8A7790 (R-Car H2) compatible DU 14 - "renesas,du-r8a7791" for R8A7791 (R-Car M2-W) compatible DU 15 - "renesas,du-r8a7792" for R8A7792 (R-Car V2H) compatible DU 16 - "renesas,du-r8a7793" for R8A7793 (R-Car M2-N) compatible DU 17 - "renesas,du-r8a7794" for R8A7794 (R-Car E2) compatible DU 18 - "renesas,du-r8a7795" for R8A7795 (R-Car H3) compatible DU 19 - "renesas,du-r8a7796" for R8A7796 (R-Car M3-W) compatible DU 20 - "renesas,du-r8a77965" for R8A77965 (R-Car M3-N) compatible DU [all …]
|
/Linux-v5.4/drivers/crypto/qat/ |
D | Kconfig | 17 tristate "Support for Intel(R) DH895xCC" 21 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology 28 tristate "Support for Intel(R) C3XXX" 32 Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology 39 tristate "Support for Intel(R) C62X" 43 Support for Intel(R) C62x with Intel(R) QuickAssist Technology 50 tristate "Support for Intel(R) DH895xCC Virtual Function" 56 Support for Intel(R) DH895xcc with Intel(R) QuickAssist Technology 63 tristate "Support for Intel(R) C3XXX Virtual Function" 68 Support for Intel(R) C3xxx with Intel(R) QuickAssist Technology [all …]
|