Searched refs:RA (Results 1 - 25 of 25) sorted by relevance

/linux-master/drivers/media/platform/chips-media/coda/
H A Dcoda-gdi.c61 * RA[15:0], CA[15:8] are hardwired to contain the 24-bit macroblock
91 RBC(CA, 15, RA, 0),
92 RBC(RA, 0, RA, 1),
93 RBC(RA, 1, RA, 2),
94 RBC(RA, 2, RA, 3),
95 RBC(RA, 3, RA,
[all...]
/linux-master/arch/x86/crypto/
H A Dserpent-sse2-i586-asm_32.S27 #define RA %xmm0 define
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); L
[all...]
H A Dserpent-sse2-x86_64-asm_64.S636 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, R
[all...]
H A Dserpent-avx-x86_64-asm_64.S566 K2(RA, RB, RC, RD, RE, 0);
567 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
568 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
569 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
570 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
571 S(S4, RC, RA, R
[all...]
H A Dserpent-avx2-asm_64.S566 K2(RA, RB, RC, RD, RE, 0);
567 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
568 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
569 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
570 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
571 S(S4, RC, RA, R
[all...]
H A Dtwofish-avx-x86_64-asm_64.S189 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \
190 encrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l);
193 encrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l); \
194 encrypt_round(((2*n) + 1), RC, RD, RA, RB, dummy, dummy);
197 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \
198 decrypt_round((2*n), RA, RB, RC, RD, preload_rgi, rotate_1l);
201 decrypt_round(((2*n) + 1), RC, RD, RA, RB, preload_rgi, rotate_1l); \
202 decrypt_round((2*n), RA, RB, RC, RD, dummy, dummy);
H A Dcast6-avx-x86_64-asm_64.S163 qop(RB, RA, 3); \
166 qop(RA, RD, 1);
170 qop(RA, RD, 1); \
173 qop(RB, RA, 3); \
H A Dsha1_avx2_x86_64_asm.S108 .set RA, REG_RA
336 .set RTB, RA
337 .set RA, T_REG
/linux-master/arch/powerpc/xmon/
H A Dppc-opc.c503 /* The RA field in an D, DS, DQ, X, XO, M, or MDS form instruction. */
504 #define RA NSISIGNOPT + 1
508 /* As above, but 0 in the RA field means zero, not r0. */
509 #define RA0 RA + 1
512 /* The RA field in the DQ form lq or an lswx instruction, which have special
518 /* The RA field in a D or X form instruction which is an updating
519 load, which means that the RA field may not be zero and may not
524 /* The RA field in an lmw instruction, which has special value
529 /* The RA field in a D or X form instruction which is an updating
530 store or an updating floating point load, which means that the RA
502 #define RA macro
[all...]
/linux-master/arch/powerpc/kvm/
H A Dbook3s_32_sr.S92 #define KVM_LOAD_BAT(n, reg, RA, RB) \
93 lwz RA,(n*16)+0(reg); \
95 mtspr SPRN_IBAT##n##U,RA; \
97 lwz RA,(n*16)+8(reg); \
99 mtspr SPRN_DBAT##n##U,RA; \
/linux-master/tools/testing/selftests/powerpc/include/
H A Dinstructions.h9 #define __COPY(RA, RB, L) \
10 (0x7c00060c | (RA) << (31-15) | (RB) << (31-20) | (L) << (31-10))
11 #define COPY(RA, RB, L) \
12 .long __COPY((RA), (RB), (L))
33 #define __PASTE(RA, RB, L, RC) \
34 (0x7c00070c | (RA) << (31-15) | (RB) << (31-20) | (L) << (31-10) | (RC) << (31-31))
35 #define PASTE(RA, RB, L, RC) \
36 .long __PASTE((RA), (RB), (L), (RC))
/linux-master/arch/powerpc/crypto/
H A Dsha1-powerpc-asm.S27 #define RA(t) ((((t)+4)%6)+7) define
42 rotlwi RT(t),RA(t),5; \
54 rotlwi RT(t),RA(t),5; \
68 rotlwi RT(t),RA(t),5; \
78 rotlwi RT(t),RA(t),5; \
93 rotlwi RT(t),RA(t),5; \
131 lwz RA(0),0(r3) /* A */
178 add RA(0),RA(80),r16
180 stw RA(
[all...]
/linux-master/tools/perf/arch/riscv/util/
H A Dunwind-libdw.c23 dwarf_regs[1] = REG(RA);
/linux-master/drivers/pwm/
H A Dpwm-atmel-tcb.c93 ATMEL_TC_REG(tcbpwmc->channel, RA),
221 * a specific action on RA/RB and RC compare.
245 ATMEL_TC_REG(tcbpwmc->channel, RA),
500 regmap_read(tcbpwm->regmap, ATMEL_TC_REG(channel, RA), &chan->ra);
515 regmap_write(tcbpwm->regmap, ATMEL_TC_REG(channel, RA), chan->ra);
/linux-master/arch/powerpc/kernel/
H A Dhead_book3s_32.S39 #define LOAD_BAT(n, reg, RA, RB) \
41 li RA,0; \
42 mtspr SPRN_IBAT##n##U,RA; \
43 mtspr SPRN_DBAT##n##U,RA; \
44 lwz RA,(n*16)+0(reg); \
46 mtspr SPRN_IBAT##n##U,RA; \
48 lwz RA,(n*16)+8(reg); \
50 mtspr SPRN_DBAT##n##U,RA; \
/linux-master/drivers/clocksource/
H A Dtimer-atmel-tcb.c93 /* Restore registers for the channel, RA and RB are not used */
96 writel(0, tcaddr + ATMEL_TC_REG(i, RA));
322 writel(0x0000, tcaddr + ATMEL_TC_REG(0, RA));
/linux-master/arch/powerpc/lib/
H A Dcopyuser_power7.S16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB
19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB
H A Dmemcpy_power7.S16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB
19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dcopyuser_power7.S16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB
19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB
H A Dmemcpy_power7.S16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB
19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB
/linux-master/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c4278 E1000_WRITE_REG_ARRAY(hw, RA, (i << 1), 0);
4280 E1000_WRITE_REG_ARRAY(hw, RA, ((i << 1) + 1), 0);
4366 E1000_WRITE_REG_ARRAY(hw, RA, (index << 1), rar_low);
4368 E1000_WRITE_REG_ARRAY(hw, RA, ((index << 1) + 1), rar_high);
H A De1000_ethtool.c773 REG_PATTERN_TEST(RA + (((i << 1) + 1) << 2),
H A De1000_main.c2307 E1000_WRITE_REG_ARRAY(hw, RA, i << 1, 0);
2309 E1000_WRITE_REG_ARRAY(hw, RA, (i << 1) + 1, 0);
/linux-master/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c1302 XGMAC_SET_BITS(mdio_sca, MAC_MDIOSCAR, RA, reg);
1313 XGMAC_SET_BITS(mdio_sca, MAC_MDIOSCAR, RA, reg);
/linux-master/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c1854 MCU_WM_UNI_CMD(RA), true);

Completed in 529 milliseconds