Home
last modified time | relevance | path

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

/linux-4.1.27/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-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 …]
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 …]
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.1.27/include/rdma/
Dib_pack.h107 IB_OPCODE(RC, SEND_FIRST),
108 IB_OPCODE(RC, SEND_MIDDLE),
109 IB_OPCODE(RC, SEND_LAST),
110 IB_OPCODE(RC, SEND_LAST_WITH_IMMEDIATE),
111 IB_OPCODE(RC, SEND_ONLY),
112 IB_OPCODE(RC, SEND_ONLY_WITH_IMMEDIATE),
113 IB_OPCODE(RC, RDMA_WRITE_FIRST),
114 IB_OPCODE(RC, RDMA_WRITE_MIDDLE),
115 IB_OPCODE(RC, RDMA_WRITE_LAST),
116 IB_OPCODE(RC, RDMA_WRITE_LAST_WITH_IMMEDIATE),
[all …]
/linux-4.1.27/arch/arm/crypto/
Dsha512-armv7-neon.S34 #define RC d2 macro
310 rounds2_0_63(RA, RB, RC, RD, RE, RF, RG, RH, RW0, RW1, RW01q, RW2,
315 rounds2_0_63(RA, RB, RC, RD, RE, RF, RG, RH, RW0, RW1, RW01q, RW2,
318 rounds2_0_63(RG, RH, RA, RB, RC, RD, RE, RF, RW2, RW3, RW23q, RW4,
320 rounds2_0_63(RE, RF, RG, RH, RA, RB, RC, RD, RW4, RW5, RW45q, RW6,
322 rounds2_0_63(RC, RD, RE, RF, RG, RH, RA, RB, RW6, RW7, RW67q, RW8,
324 rounds2_0_63(RA, RB, RC, RD, RE, RF, RG, RH, RW8, RW9, RW89q, RW10,
326 rounds2_0_63(RG, RH, RA, RB, RC, RD, RE, RF, RW10, RW11, RW1011q, RW12,
329 rounds2_0_63(RE, RF, RG, RH, RA, RB, RC, RD, RW12, RW13, RW1213q, RW14,
332 rounds2_0_63(RC, RD, RE, RF, RG, RH, RA, RB, RW14, RW15, RW1415q, RW0,
[all …]
/linux-4.1.27/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.1.27/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.1.27/tools/perf/tests/
Dperf-targz-src-pkg19 RC=$?
21 exit $RC
/linux-4.1.27/drivers/clocksource/
Dtcb_clksrc.c118 __raw_writel((32768 + HZ/2) / HZ, tcaddr + ATMEL_TC_REG(2, RC)); in tc_mode()
147 __raw_writel(delta, tcaddr + ATMEL_TC_REG(2, RC)); in tc_next_event()
231 __raw_writel(0x8000, tcaddr + ATMEL_TC_REG(0, RC)); in tcb_setup_dual_chan()
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dat91-clock.txt17 at91 internal slow RC oscillator
97 Required properties for internal slow RC oscillator:
99 - clock-frequency : define the internal RC oscillator frequency.
102 - clock-accuracy : define the internal RC oscillator accuracy.
153 17 (AT91_PMC_MOSCRCS) -> RC main oscillator stabilized
168 Required properties for main clock internal RC oscillator:
171 - clock-frequency : define the internal RC oscillator frequency.
174 - clock-accuracy : define the internal RC oscillator accuracy.
/linux-4.1.27/drivers/media/rc/keymaps/
DKconfig13 provide the tool and the same RC maps for load from
/linux-4.1.27/sound/pci/hda/
Dpatch_hdmi.c204 RC = (1 << 6), /* Rear Center */ enumerator
225 [4] = RC,
302 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } },
307 { .ca_index = 0x04, .speakers = { 0, 0, 0, RC, 0, 0, FR, FL } },
308 { .ca_index = 0x05, .speakers = { 0, 0, 0, RC, 0, LFE, FR, FL } },
309 { .ca_index = 0x06, .speakers = { 0, 0, 0, RC, FC, 0, FR, FL } },
310 { .ca_index = 0x07, .speakers = { 0, 0, 0, RC, FC, LFE, FR, FL } },
311 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } },
312 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } },
313 { .ca_index = 0x0e, .speakers = { 0, RC, RR, RL, FC, 0, FR, FL } },
[all …]
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/media/
DKconfig7 Most of them don't follow properly the V4L, DVB and/or RC API's,
/linux-4.1.27/arch/m68k/include/asm/
Dtraps.h109 #define RC (0x2000) macro
/linux-4.1.27/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.1.27/security/smack/
Dsmack_lsm.c106 #define smk_bu_note(note, sskp, oskp, mode, RC) (RC) argument
128 #define smk_bu_current(note, oskp, mode, RC) (RC) argument
150 #define smk_bu_task(otp, mode, RC) (RC) argument
180 #define smk_bu_inode(inode, mode, RC) (RC) argument
209 #define smk_bu_file(file, mode, RC) (RC) argument
239 #define smk_bu_credfile(cred, file, mode, RC) (RC) argument
/linux-4.1.27/drivers/nfc/
DKconfig67 RC-S380 dongle.
/linux-4.1.27/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.1.27/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.1.27/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.1.27/drivers/pci/host/
DKconfig11 act both as EP and RC. This reuses the Designware core.
/linux-4.1.27/Documentation/infiniband/
Dipoib.txt41 In connected mode, the IB RC (Reliable Connected) transport is used.
/linux-4.1.27/drivers/input/joystick/
DKconfig197 tristate "5-byte Zhenhua RC transmitter"
309 tristate "Walkera WK-0701 RC transmitter"
/linux-4.1.27/Documentation/ABI/stable/
Dsysfs-driver-ib_srp65 IB RC retry count.
/linux-4.1.27/arch/m68k/kernel/
Dtraps.c989 if (ssw & RC) in bad_super_trap()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dramgt215.c375 timing[0] = (T(RP) << 24 | T(RAS) << 16 | T(RFC) << 8 | T(RC)); in gt215_ram_timing_calc()
/linux-4.1.27/drivers/char/
DKconfig374 manufactured by RC Systems (<http://www.rcsys.com/>). It is also
/linux-4.1.27/drivers/hid/
DKconfig626 bool "CIR via RC class" if EXPERT
/linux-4.1.27/
DCREDITS2826 D: UWB stack, HWA-RC driver and HWA-HC drivers