/Linux-v4.19/arch/x86/crypto/ |
D | serpent-sse2-i586-asm_32.S | 44 #define RC %xmm2 macro 528 read_blocks(%eax, RA, RB, RC, RD, RT0, RT1, RE); 530 K(RA, RB, RC, RD, RE, 0); 531 S0(RA, RB, RC, RD, RE); LK(RC, RB, RD, RA, RE, 1); 532 S1(RC, RB, RD, RA, RE); LK(RE, RD, RA, RC, RB, 2); 533 S2(RE, RD, RA, RC, RB); LK(RB, RD, RE, RC, RA, 3); 534 S3(RB, RD, RE, RC, RA); LK(RC, RA, RD, RB, RE, 4); 535 S4(RC, RA, RD, RB, RE); LK(RA, RD, RB, RE, RC, 5); 536 S5(RA, RD, RB, RE, RC); LK(RC, RA, RD, RE, RB, 6); 537 S6(RC, RA, RD, RE, RB); LK(RD, RB, RA, RE, RC, 7); [all …]
|
D | serpent-sse2-x86_64-asm_64.S | 651 K2(RA, RB, RC, RD, RE, 0); 652 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 653 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 654 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 655 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 656 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 657 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 658 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 659 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 660 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
D | serpent-avx-x86_64-asm_64.S | 586 K2(RA, RB, RC, RD, RE, 0); 587 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 588 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 589 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 590 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 591 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 592 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 593 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 594 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 595 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
D | serpent-avx2-asm_64.S | 582 K2(RA, RB, RC, RD, RE, 0); 583 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1); 584 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2); 585 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3); 586 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4); 587 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5); 588 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6); 589 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7); 590 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8); 591 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9); [all …]
|
D | twofish-avx-x86_64-asm_64.S | 209 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \ 210 encrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); 213 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \ 214 encrypt_round(((2*n) + 1), RC, RD, RA, RB, dummy, dummy); 217 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \ 218 decrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); 221 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \ 222 decrypt_round((2*n), RA, RB, RC, RD, dummy, dummy);
|
/Linux-v4.19/include/rdma/ |
D | ib_pack.h | 119 IB_OPCODE(RC, SEND_FIRST), 120 IB_OPCODE(RC, SEND_MIDDLE), 121 IB_OPCODE(RC, SEND_LAST), 122 IB_OPCODE(RC, SEND_LAST_WITH_IMMEDIATE), 123 IB_OPCODE(RC, SEND_ONLY), 124 IB_OPCODE(RC, SEND_ONLY_WITH_IMMEDIATE), 125 IB_OPCODE(RC, RDMA_WRITE_FIRST), 126 IB_OPCODE(RC, RDMA_WRITE_MIDDLE), 127 IB_OPCODE(RC, RDMA_WRITE_LAST), 128 IB_OPCODE(RC, RDMA_WRITE_LAST_WITH_IMMEDIATE), [all …]
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | trace.c | 288 case OP(RC, SEND_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs() 290 case OP(RC, SEND_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs() 292 case OP(RC, RDMA_WRITE_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs() 298 case OP(RC, RDMA_WRITE_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs() 307 case OP(RC, RDMA_READ_REQUEST): in parse_everbs_hdrs() 308 case OP(RC, RDMA_WRITE_FIRST): in parse_everbs_hdrs() 310 case OP(RC, RDMA_WRITE_ONLY): in parse_everbs_hdrs() 317 case OP(RC, RDMA_READ_RESPONSE_FIRST): in parse_everbs_hdrs() 318 case OP(RC, RDMA_READ_RESPONSE_LAST): in parse_everbs_hdrs() 319 case OP(RC, RDMA_READ_RESPONSE_ONLY): in parse_everbs_hdrs() [all …]
|
/Linux-v4.19/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-v4.19/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-v4.19/Documentation/PCI/endpoint/ |
D | pci-test-function.txt | 4 Traditionally PCI RC has always been validated by using standard 40 Bit 3 : read command (read data from RC buffer) 41 Bit 4 : write command (write data to RC buffer) 42 Bit 5 : copy command (copy data from one RC buffer to another 43 RC buffer) 62 This register contains the source address (RC buffer address) for the 67 This register contains the destination address (RC buffer address) for
|
/Linux-v4.19/sound/hda/ |
D | hdmi_chmap.c | 31 RC = (1 << 6), /* Rear Center */ enumerator 66 [4] = RC, 134 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, 139 { .ca_index = 0x04, .speakers = { 0, 0, 0, RC, 0, 0, FR, FL } }, 140 { .ca_index = 0x05, .speakers = { 0, 0, 0, RC, 0, LFE, FR, FL } }, 141 { .ca_index = 0x06, .speakers = { 0, 0, 0, RC, FC, 0, FR, FL } }, 142 { .ca_index = 0x07, .speakers = { 0, 0, 0, RC, FC, LFE, FR, FL } }, 143 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } }, 144 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } }, 145 { .ca_index = 0x0e, .speakers = { 0, RC, RR, RL, FC, 0, FR, FL } }, [all …]
|
/Linux-v4.19/tools/testing/selftests/kmod/ |
D | kmod.sh | 300 RC=$(config_get_test_result) 301 RC_NAME=$(errno_val_to_name $RC) 307 if [[ $RC -ge 0 ]]; then 308 echo "$1: FAIL, test expects $ERRNO_NAME - got $RC_NAME ($RC)" >&2 312 elif [[ $RC != $ERRNO ]]; then 313 echo "$1: FAIL, test expects $ERRNO_NAME ($ERRNO) - got $RC_NAME ($RC)" >&2 317 echo "$1: OK! - Return value: $RC ($RC_NAME), expected $ERRNO_NAME"
|
/Linux-v4.19/fs/jfs/ |
D | jfs_btree.h | 67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument 73 RC = 0;\ 79 RC = 0;\ 84 RC = -EIO;\
|
/Linux-v4.19/sound/soc/codecs/ |
D | hdmi-codec.c | 53 RC = BIT(6), /* Rear Center */ enumerator 226 .mask = FL | FR | LFE | FC | RL | RR | RC }, 234 .mask = FL | FR | RC}, 236 .mask = FL | FR | LFE | RC }, 238 .mask = FL | FR | FC | RC }, 240 .mask = FL | FR | LFE | FC | RC }, 242 .mask = FL | FR | RC | RL | RR }, 244 .mask = FL | FR | LFE | RL | RR | RC }, 246 .mask = FL | FR | FC | RL | RR | RC }, 262 .mask = FL | FR | RC | FLC | FRC }, [all …]
|
/Linux-v4.19/tools/perf/tests/ |
D | perf-targz-src-pkg | 20 RC=$? 22 exit $RC
|
/Linux-v4.19/drivers/media/cec/ |
D | Kconfig | 2 bool "HDMI CEC RC integration" 6 Pass on CEC remote control messages to the RC framework.
|
/Linux-v4.19/Documentation/devicetree/bindings/media/ |
D | tango-ir.txt | 1 Sigma Designs Tango IR NEC/RC-5/RC-6 decoder (SMP86xx and SMP87xx)
|
/Linux-v4.19/Documentation/devicetree/bindings/phy/ |
D | brcm,cygnus-pcie-phy.txt | 13 0 - PCIe RC 0 14 1 - PCIe RC 1
|
/Linux-v4.19/Documentation/media/kapi/ |
D | rc-core.rst | 61 The RC core also supports devices that have just IR emitters, 66 When the RC core receives events produced by ``RC_DRIVER_IR_RAW`` IR 68 corresponding scan code. The protocols supported by the RC core are 71 When the RC code receives a scan code (either directly, by a driver 78 sysfs nodes. See the :ref:`RC userspace API <Remote_controllers_Intro>`
|
/Linux-v4.19/drivers/clocksource/ |
D | tcb_clksrc.c | 81 tcb_cache[i].rc = readl(tcaddr + ATMEL_TC_REG(i, RC)); in tc_clksrc_suspend() 96 writel(tcb_cache[i].rc, tcaddr + ATMEL_TC_REG(i, RC)); in tc_clksrc_resume() 194 writel((32768 + HZ / 2) / HZ, tcaddr + ATMEL_TC_REG(2, RC)); in tc_set_periodic() 207 writel_relaxed(delta, tcaddr + ATMEL_TC_REG(2, RC)); in tc_next_event() 301 writel(0x8000, tcaddr + ATMEL_TC_REG(0, RC)); in tcb_setup_dual_chan()
|
/Linux-v4.19/Documentation/devicetree/bindings/pci/ |
D | designware-pcie.txt | 5 "snps,dw-pcie" for RC mode; 12 RC mode: 34 RC mode:
|
D | axis,artpec6-pcie.txt | 7 - compatible: "axis,artpec6-pcie", "snps,dw-pcie" for ARTPEC-6 in RC mode; 9 "axis,artpec7-pcie", "snps,dw-pcie" for ARTPEC-7 in RC mode;
|
/Linux-v4.19/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-v4.19/sound/x86/ |
D | intel_hdmi_audio.c | 73 [4] = RC, 102 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, 107 { .ca_index = 0x04, .speakers = { 0, 0, 0, RC, 0, 0, FR, FL } }, 108 { .ca_index = 0x05, .speakers = { 0, 0, 0, RC, 0, LFE, FR, FL } }, 109 { .ca_index = 0x06, .speakers = { 0, 0, 0, RC, FC, 0, FR, FL } }, 110 { .ca_index = 0x07, .speakers = { 0, 0, 0, RC, FC, LFE, FR, FL } }, 111 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } }, 112 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } }, 113 { .ca_index = 0x0e, .speakers = { 0, RC, RR, RL, FC, 0, FR, FL } }, 121 { .ca_index = 0x18, .speakers = { FRC, FLC, 0, RC, 0, 0, FR, FL } }, [all …]
|
/Linux-v4.19/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
|