/Linux-v5.10/arch/x86/crypto/ |
D | serpent-sse2-i586-asm_32.S | 29 #define RC %xmm2 macro 513 read_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE); 515 K(RA, RB, RC, RD, RE, 0); 516 S0(RA, RB, RC, RD, RE); LK(RC, RB, RD, RA, RE, 1); 517 S1(RC, RB, RD, RA, RE); LK(RE, RD, RA, RC, RB, 2); 518 S2(RE, RD, RA, RC, RB); LK(RB, RD, RE, RC, RA, 3); 519 S3(RB, RD, RE, RC, RA); LK(RC, RA, RD, RB, RE, 4); 520 S4(RC, RA, RD, RB, RE); LK(RA, RD, RB, RE, RC, 5); 521 S5(RA, RD, RB, RE, RC); LK(RC, RA, RD, RE, RB, 6); 522 S6(RC, RA, RD, RE, RB); LK(RD, RB, RA, RE, RC, 7); [all …]
|
D | serpent-sse2-x86_64-asm_64.S | 636 K2(RA, RB, RC, RD, RE, 0); 637 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 638 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 639 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 640 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 641 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 642 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 643 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 644 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 645 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
D | serpent-avx2-asm_64.S | 577 K2(RA, RB, RC, RD, RE, 0); 578 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 579 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 580 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 581 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 582 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 583 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 584 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 585 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 586 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
D | serpent-avx-x86_64-asm_64.S | 571 K2(RA, RB, RC, RD, RE, 0); 572 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 573 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 574 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 575 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 576 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 577 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 578 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 579 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 580 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
D | twofish-avx-x86_64-asm_64.S | 194 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \ 195 encrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); 198 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \ 199 encrypt_round(((2*n) + 1), RC, RD, RA, RB, dummy, dummy); 202 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \ 203 decrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); 206 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \ 207 decrypt_round((2*n), RA, RB, RC, RD, dummy, dummy);
|
/Linux-v5.10/include/rdma/ |
D | ib_pack.h | 92 IB_OPCODE(RC, SEND_FIRST), 93 IB_OPCODE(RC, SEND_MIDDLE), 94 IB_OPCODE(RC, SEND_LAST), 95 IB_OPCODE(RC, SEND_LAST_WITH_IMMEDIATE), 96 IB_OPCODE(RC, SEND_ONLY), 97 IB_OPCODE(RC, SEND_ONLY_WITH_IMMEDIATE), 98 IB_OPCODE(RC, RDMA_WRITE_FIRST), 99 IB_OPCODE(RC, RDMA_WRITE_MIDDLE), 100 IB_OPCODE(RC, RDMA_WRITE_LAST), 101 IB_OPCODE(RC, RDMA_WRITE_LAST_WITH_IMMEDIATE), [all …]
|
/Linux-v5.10/arch/powerpc/crypto/ |
D | sha1-powerpc-asm.S | 29 #define RC(t) ((((t)+2)%6)+7) macro 41 and r6,RB(t),RC(t); \ 52 and r6,RB(t),RC(t); \ 67 xor r6,RB(t),RC(t); \ 77 xor r6,RB(t),RC(t); \ 91 and r6,RB(t),RC(t); \ 96 and r0,RC(t),RD(t); \ 134 lwz RC(0),8(r3) /* C */ 177 add RC(0),RC(80),r18 183 stw RC(0),8(r3)
|
/Linux-v5.10/Documentation/PCI/endpoint/ |
D | pci-test-function.rst | 9 Traditionally PCI RC has always been validated by using standard 47 Bit 3 read command (read data from RC buffer) 48 Bit 4 write command (write data to RC buffer) 49 Bit 5 copy command (copy data from one RC buffer to another RC buffer) 72 This register contains the source address (RC buffer address) for the 77 This register contains the destination address (RC buffer address) for
|
/Linux-v5.10/sound/hda/ |
D | hdmi_chmap.c | 32 RC = (1 << 6), /* Rear Center */ enumerator 67 [4] = RC, 135 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, 140 { .ca_index = 0x04, .speakers = { 0, 0, 0, RC, 0, 0, FR, FL } }, 141 { .ca_index = 0x05, .speakers = { 0, 0, 0, RC, 0, LFE, FR, FL } }, 142 { .ca_index = 0x06, .speakers = { 0, 0, 0, RC, FC, 0, FR, FL } }, 143 { .ca_index = 0x07, .speakers = { 0, 0, 0, RC, FC, LFE, FR, FL } }, 144 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } }, 145 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } }, 146 { .ca_index = 0x0e, .speakers = { 0, RC, RR, RL, FC, 0, FR, FL } }, [all …]
|
/Linux-v5.10/drivers/infiniband/hw/hfi1/ |
D | trace.c | 300 case OP(RC, SEND_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs() 302 case OP(RC, SEND_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs() 304 case OP(RC, RDMA_WRITE_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs() 310 case OP(RC, RDMA_WRITE_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs() 319 case OP(RC, RDMA_READ_REQUEST): in parse_everbs_hdrs() 320 case OP(RC, RDMA_WRITE_FIRST): in parse_everbs_hdrs() 322 case OP(RC, RDMA_WRITE_ONLY): in parse_everbs_hdrs() 329 case OP(RC, RDMA_READ_RESPONSE_FIRST): in parse_everbs_hdrs() 330 case OP(RC, RDMA_READ_RESPONSE_LAST): in parse_everbs_hdrs() 331 case OP(RC, RDMA_READ_RESPONSE_ONLY): in parse_everbs_hdrs() [all …]
|
/Linux-v5.10/tools/testing/selftests/kmod/ |
D | kmod.sh | 305 RC=$(config_get_test_result) 306 RC_NAME=$(errno_val_to_name $RC) 312 if [[ $RC -ge 0 ]]; then 313 echo "$1: FAIL, test expects $ERRNO_NAME - got $RC_NAME ($RC)" >&2 317 elif [[ $RC != $ERRNO ]]; then 318 echo "$1: FAIL, test expects $ERRNO_NAME ($ERRNO) - got $RC_NAME ($RC)" >&2 322 echo "$1: OK! - Return value: $RC ($RC_NAME), expected $ERRNO_NAME"
|
/Linux-v5.10/fs/jfs/ |
D | jfs_btree.h | 54 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument 60 RC = 0;\ 66 RC = 0;\ 71 RC = -EIO;\
|
/Linux-v5.10/tools/perf/tests/ |
D | perf-targz-src-pkg | 20 RC=$? 22 exit $RC
|
/Linux-v5.10/sound/soc/codecs/ |
D | hdmi-codec.c | 46 RC = BIT(6), /* Rear Center */ enumerator 219 .mask = FL | FR | LFE | FC | RL | RR | RC }, 227 .mask = FL | FR | RC}, 229 .mask = FL | FR | LFE | RC }, 231 .mask = FL | FR | FC | RC }, 233 .mask = FL | FR | LFE | FC | RC }, 235 .mask = FL | FR | RC | RL | RR }, 237 .mask = FL | FR | LFE | RL | RR | RC }, 239 .mask = FL | FR | FC | RL | RR | RC }, 255 .mask = FL | FR | RC | FLC | FRC }, [all …]
|
/Linux-v5.10/Documentation/devicetree/bindings/media/ |
D | tango-ir.txt | 1 Sigma Designs Tango IR NEC/RC-5/RC-6 decoder (SMP86xx and SMP87xx)
|
/Linux-v5.10/tools/testing/selftests/powerpc/include/ |
D | instructions.h | 33 #define __PASTE(RA, RB, L, RC) \ argument 34 (0x7c00070c | (RA) << (31-15) | (RB) << (31-20) | (L) << (31-10) | (RC) << (31-31)) 35 #define PASTE(RA, RB, L, RC) \ argument 36 .long __PASTE((RA), (RB), (L), (RC))
|
/Linux-v5.10/Documentation/devicetree/bindings/pci/ |
D | pci-keystone.txt | 14 compatibility: Should be "ti,keystone-pcie" for RC on Keystone2 SoC 15 Should be "ti,am654-pcie-rc" for RC on AM654x SoC 31 PCI in either RC mode or EP mode. 83 "addr_space" used to map remote RC address space 93 PCI in either RC mode or EP mode.
|
D | ti-pci.txt | 4 - compatible: Should be "ti,dra7-pcie" for RC (deprecated) 6 Should be "ti,dra746-pcie-rc" for dra74x/dra76 in RC mode 8 Should be "ti,dra726-pcie-rc" for dra72x in RC mode 50 "addr_space" used to map remote RC address space
|
D | designware-pcie.txt | 5 "snps,dw-pcie" for RC mode; 14 RC mode: 41 RC mode:
|
/Linux-v5.10/drivers/pci/controller/dwc/ |
D | Kconfig | 33 This controller can work either as EP or RC. In order to enable 48 This controller can work either as EP or RC. In order to enable 65 This controller can work either as EP or RC. In order to enable 80 This controller can work either as EP or RC. In order to enable 141 This controller can work either as EP or RC. The RCW[HOST_AGT_PEX] 143 controller works in RC mode. 153 This controller can work either as EP or RC. The RCW[HOST_AGT_PEX] 155 controller works in RC mode. 263 Tegra194. This controller can work either as EP or RC. In order to 278 Tegra194. This controller can work either as EP or RC. In order to
|
/Linux-v5.10/Documentation/devicetree/bindings/phy/ |
D | brcm,cygnus-pcie-phy.txt | 13 0 - PCIe RC 0 14 1 - PCIe RC 1
|
/Linux-v5.10/Documentation/driver-api/media/ |
D | rc-core.rst | 63 The RC core also supports devices that have just IR emitters, 68 When the RC core receives events produced by ``RC_DRIVER_IR_RAW`` IR 70 corresponding scan code. The protocols supported by the RC core are 73 When the RC code receives a scan code (either directly, by a driver 80 sysfs nodes. See the :ref:`RC userspace API <Remote_controllers_Intro>`
|
/Linux-v5.10/drivers/media/cec/ |
D | Kconfig | 12 bool "HDMI CEC RC integration" 16 Pass on CEC remote control messages to the RC framework.
|
/Linux-v5.10/Documentation/input/devices/ |
D | pxrc.rst | 7 This driver let you use your own RC controller plugged into the 15 Many RC controllers is able to configure which stick goes to which channel.
|
/Linux-v5.10/drivers/staging/mt7621-pci/ |
D | mediatek,mt7621-pci.txt | 45 0x1e142000 0x100 /* pcie port 0 RC control registers */ 46 0x1e143000 0x100 /* pcie port 1 RC control registers */ 47 0x1e144000 0x100>; /* pcie port 2 RC control registers */
|