Home
last modified time | relevance | path

Searched refs:RC (Results 1 – 42 of 42) sorted by relevance

/linux-4.4.14/arch/x86/crypto/
Dserpent-sse2-i586-asm_32.S44 #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 …]
Dserpent-sse2-x86_64-asm_64.S651 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 …]
Dserpent-avx2-asm_64.S576 K2(RA, RB, RC, RD, RE, 0);
577 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
578 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
579 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
580 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
581 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
582 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
583 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7);
584 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8);
585 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
[all …]
Dserpent-avx-x86_64-asm_64.S584 K2(RA, RB, RC, RD, RE, 0);
585 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
586 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
587 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
588 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
589 S(S4, RC, RA, RD, RB, RE); LK2(RA, RD, RB, RE, RC, 5);
590 S(S5, RA, RD, RB, RE, RC); LK2(RC, RA, RD, RE, RB, 6);
591 S(S6, RC, RA, RD, RE, RB); LK2(RD, RB, RA, RE, RC, 7);
592 S(S7, RD, RB, RA, RE, RC); LK2(RC, RA, RE, RD, RB, 8);
593 S(S0, RC, RA, RE, RD, RB); LK2(RE, RA, RD, RC, RB, 9);
[all …]
Dtwofish-avx-x86_64-asm_64.S206 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \
207 encrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l);
210 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \
211 encrypt_round(((2*n) + 1), RC, RD, RA, RB, dummy, dummy);
214 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \
215 decrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l);
218 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \
219 decrypt_round((2*n), RA, RB, RC, RD, dummy, dummy);
Dcast6-avx-x86_64-asm_64.S167 qop(RD, RC, 1); \
170 qop(RC, RB, 2); \
186 qop(RC, RB, 2); \
189 qop(RD, RC, 1);
Dsha1_avx2_x86_64_asm.S110 .set RC, REG_RC define
334 .set RD, RC
335 .set RC, RB define
/linux-4.4.14/include/rdma/
Dib_pack.h109 IB_OPCODE(RC, SEND_FIRST),
110 IB_OPCODE(RC, SEND_MIDDLE),
111 IB_OPCODE(RC, SEND_LAST),
112 IB_OPCODE(RC, SEND_LAST_WITH_IMMEDIATE),
113 IB_OPCODE(RC, SEND_ONLY),
114 IB_OPCODE(RC, SEND_ONLY_WITH_IMMEDIATE),
115 IB_OPCODE(RC, RDMA_WRITE_FIRST),
116 IB_OPCODE(RC, RDMA_WRITE_MIDDLE),
117 IB_OPCODE(RC, RDMA_WRITE_LAST),
118 IB_OPCODE(RC, RDMA_WRITE_LAST_WITH_IMMEDIATE),
[all …]
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dtrace.c92 case OP(RC, SEND_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs()
94 case OP(RC, SEND_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs()
96 case OP(RC, RDMA_WRITE_LAST_WITH_IMMEDIATE): in parse_everbs_hdrs()
102 case OP(RC, RDMA_WRITE_ONLY_WITH_IMMEDIATE): in parse_everbs_hdrs()
112 case OP(RC, RDMA_READ_REQUEST): in parse_everbs_hdrs()
113 case OP(RC, RDMA_WRITE_FIRST): in parse_everbs_hdrs()
115 case OP(RC, RDMA_WRITE_ONLY): in parse_everbs_hdrs()
123 case OP(RC, RDMA_READ_RESPONSE_FIRST): in parse_everbs_hdrs()
124 case OP(RC, RDMA_READ_RESPONSE_LAST): in parse_everbs_hdrs()
125 case OP(RC, RDMA_READ_RESPONSE_ONLY): in parse_everbs_hdrs()
[all …]
DKconfig20 For verbs RC/UC
/linux-4.4.14/arch/powerpc/crypto/
Dsha1-powerpc-asm.S18 #define RC(t) ((((t)+2)%6)+7) macro
30 and r6,RB(t),RC(t); \
41 and r6,RB(t),RC(t); \
56 xor r6,RB(t),RC(t); \
66 xor r6,RB(t),RC(t); \
80 and r6,RB(t),RC(t); \
85 and r0,RC(t),RD(t); \
123 lwz RC(0),8(r3) /* C */
166 add RC(0),RC(80),r18
172 stw RC(0),8(r3)
/linux-4.4.14/fs/jfs/
Djfs_btree.h67 #define BT_GETPAGE(IP, BN, MP, TYPE, SIZE, P, RC, ROOT)\ argument
73 RC = 0;\
79 RC = 0;\
84 RC = -EIO;\
Djfs_xtree.c67 #define XT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument
69 BT_GETPAGE(IP, BN, MP, xtpage_t, SIZE, P, RC, i_xtroot); \
70 if (!(RC)) { \
80 RC = -EIO; \
Djfs_dtree.c127 #define DT_GETPAGE(IP, BN, MP, SIZE, P, RC) \ argument
129 BT_GETPAGE(IP, BN, MP, dtpage_t, SIZE, P, RC, i_dtroot); \
130 if (!(RC)) { \
138 RC = -EIO; \
/linux-4.4.14/tools/perf/tests/
Dperf-targz-src-pkg19 RC=$?
21 exit $RC
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dbrcm,cygnus-pcie-phy.txt13 0 - PCIe RC 0
14 1 - PCIe RC 1
/linux-4.4.14/drivers/clocksource/
Dtcb_clksrc.c142 __raw_writel((32768 + HZ / 2) / HZ, tcaddr + ATMEL_TC_REG(2, RC)); in tc_set_periodic()
155 __raw_writel(delta, tcaddr + ATMEL_TC_REG(2, RC)); in tc_next_event()
249 __raw_writel(0x8000, tcaddr + ATMEL_TC_REG(0, RC)); in tcb_setup_dual_chan()
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dat91-clock.txt17 at91 internal slow RC oscillator
100 Required properties for internal slow RC oscillator:
102 - clock-frequency : define the internal RC oscillator frequency.
105 - clock-accuracy : define the internal RC oscillator accuracy.
156 17 (AT91_PMC_MOSCRCS) -> RC main oscillator stabilized
171 Required properties for main clock internal RC oscillator:
174 - clock-frequency : define the internal RC oscillator frequency.
177 - clock-accuracy : define the internal RC oscillator accuracy.
/linux-4.4.14/drivers/media/rc/keymaps/
DKconfig13 provide the tool and the same RC maps for load from
/linux-4.4.14/sound/pci/hda/
Dpatch_hdmi.c209 RC = (1 << 6), /* Rear Center */ enumerator
230 [4] = RC,
307 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } },
312 { .ca_index = 0x04, .speakers = { 0, 0, 0, RC, 0, 0, FR, FL } },
313 { .ca_index = 0x05, .speakers = { 0, 0, 0, RC, 0, LFE, FR, FL } },
314 { .ca_index = 0x06, .speakers = { 0, 0, 0, RC, FC, 0, FR, FL } },
315 { .ca_index = 0x07, .speakers = { 0, 0, 0, RC, FC, LFE, FR, FL } },
316 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } },
317 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } },
318 { .ca_index = 0x0e, .speakers = { 0, RC, RR, RL, FC, 0, FR, FL } },
[all …]
/linux-4.4.14/drivers/isdn/hardware/eicon/
Dpr_pc.h63 } RC; typedef
Ddi.c258 RC *RcIn; in pr_dpc()
268 RcIn = (RC *)&PR_RAM->B[a->ram_inw(a, &PR_RAM->NextRc)]; in pr_dpc()
293 RcIn = (RC *)&PR_RAM->B[a->ram_inw(a, &RcIn->next)]; in pr_dpc()
/linux-4.4.14/Documentation/usb/
DWUSB-Design-overview.txt107 *RC*: Radio control -- this implements an interface to the
136 code with the HWA-RC driver; there is a bunch of factorization work that
166 For each RC that is detected, a new struct uwb_rc and struct uwb_dev are
167 created. An entry is also created in /sys/class/uwb_rc for each RC.
169 Each RC driver is implemented by a separate driver that plugs into the
185 The HWA-RC (USB dongle) driver (drivers/uwb/hwa-rc.c) does this job for
202 [*] The stack should put a new RC to scan for devices
215 on (let's say 9), we put the new RC to beacon:
435 *RC* -- Radio Control
/linux-4.4.14/drivers/staging/media/
DKconfig7 Most of them don't follow properly the V4L, DVB and/or RC API's,
/linux-4.4.14/arch/m68k/include/asm/
Dtraps.h109 #define RC (0x2000) macro
/linux-4.4.14/drivers/pwm/
Dpwm-atmel-tcb.c106 tcbpwm->period = __raw_readl(regs + ATMEL_TC_REG(group, RC)); in atmel_tcb_pwm_request()
261 __raw_writel(tcbpwm->period, regs + ATMEL_TC_REG(group, RC)); in atmel_tcb_pwm_enable()
/linux-4.4.14/security/smack/
Dsmack_lsm.c116 #define smk_bu_note(note, sskp, oskp, mode, RC) (RC) argument
138 #define smk_bu_current(note, oskp, mode, RC) (RC) argument
160 #define smk_bu_task(otp, mode, RC) (RC) argument
190 #define smk_bu_inode(inode, mode, RC) (RC) argument
219 #define smk_bu_file(file, mode, RC) (RC) argument
249 #define smk_bu_credfile(cred, file, mode, RC) (RC) argument
/linux-4.4.14/drivers/nfc/
DKconfig67 RC-S380 dongle.
/linux-4.4.14/drivers/infiniband/hw/mthca/
Dmthca_qp.c284 enum { RC, UC, UD, RD, RDEE, MLX, NUM_TRANS }; enumerator
289 case RC: return MTHCA_QP_ST_RC; in to_mthca_st()
470 if (qp->transport == RC || qp->transport == UC) { in mthca_query_qp()
1003 case RC: in mthca_alloc_wqe_buf()
1281 case IB_QPT_RC: qp->transport = RC; break; in mthca_alloc_qp()
1663 case RC: in mthca_tavor_post_send()
2004 case RC: in mthca_arbel_post_send()
/linux-4.4.14/drivers/media/rc/
DKconfig48 tristate "Enable IR raw decoder for the RC-5 protocol"
54 Enable this option if you have IR with RC-5 protocol, and
301 spaces, which is not enough for the NEC, Sanyo and RC-6 protocol.
/linux-4.4.14/Documentation/devicetree/bindings/arm/tegra/
Dnvidia,tegra20-emc.txt74 RC, RFC, RAS, RP, R2W, W2R, R2P, W2P, RD_RCD, WR_RCD, RRD, REXT,
/linux-4.4.14/Documentation/infiniband/
Dipoib.txt41 In connected mode, the IB RC (Reliable Connected) transport is used.
/linux-4.4.14/security/
Dsecurity.c118 int RC = IRC; \
123 RC = P->hook.FUNC(__VA_ARGS__); \
124 if (RC != 0) \
128 RC; \
/linux-4.4.14/drivers/pci/host/
DKconfig12 act both as EP and RC. This reuses the Designware core.
/linux-4.4.14/drivers/input/joystick/
DKconfig197 tristate "5-byte Zhenhua RC transmitter"
310 tristate "Walkera WK-0701 RC transmitter"
/linux-4.4.14/Documentation/ABI/stable/
Dsysfs-driver-ib_srp65 IB RC retry count.
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramnv50.c109 timing[0] = (T(RP) << 24 | T(RAS) << 16 | T(RFC) << 8 | T(RC)); in nv50_ram_timing_calc()
Dramgt215.c374 timing[0] = (T(RP) << 24 | T(RAS) << 16 | T(RFC) << 8 | T(RC)); in gt215_ram_timing_calc()
/linux-4.4.14/arch/m68k/kernel/
Dtraps.c989 if (ssw & RC) in bad_super_trap()
/linux-4.4.14/drivers/char/
DKconfig374 manufactured by RC Systems (<http://www.rcsys.com/>). It is also
/linux-4.4.14/drivers/hid/
DKconfig649 bool "CIR via RC class" if EXPERT
/linux-4.4.14/
DCREDITS2834 D: UWB stack, HWA-RC driver and HWA-HC drivers