Home
last modified time | relevance | path

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

12

/linux/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/arch/x86/crypto/
H A Dserpent-sse2-i586-asm_32.S27 #define RA %xmm0 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); 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-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 Dserpent-avx-x86_64-asm_64.S567 K2(RA, RB, RC, RD, RE, 0);
568 S(S0, RA, RB, RC, RD, RE); LK2(RC, RB, RD, RA, RE, 1);
569 S(S1, RC, RB, RD, RA, RE); LK2(RE, RD, RA, RC, RB, 2);
570 S(S2, RE, RD, RA, RC, RB); LK2(RB, RD, RE, RC, RA, 3);
571 S(S3, RB, RD, RE, RC, RA); LK2(RC, RA, RD, RB, RE, 4);
572 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); \
/linux/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 global() macro
[all...]
/linux/tools/testing/selftests/powerpc/include/
H A Dinstructions.h9 #define __COPY(RA, RB, L) \ argument
10 (0x7c00060c | (RA) << (31-15) | (RB) << (31-20) | (L) << (31-10))
11 #define COPY(RA, RB, L) \ argument
12 .long __COPY((RA), (RB), (L))
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/lib/crypto/powerpc/
H A Dsha1-powerpc-asm.S27 #define RA(t) ((((t)+4)%6)+7) macro
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/arch/powerpc/kvm/
H A Dbook3s_32_sr.S92 #define KVM_LOAD_BAT(n, reg, RA, RB) \ argument
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/drivers/pwm/
H A Dpwm-atmel-tcb.c94 ATMEL_TC_REG(tcbpwmc->channel, RA), in atmel_tcb_pwm_request()
217 * a specific action on RA/RB and RC compare. in atmel_tcb_pwm_enable()
241 ATMEL_TC_REG(tcbpwmc->channel, RA), in atmel_tcb_pwm_enable()
493 regmap_read(tcbpwmc->regmap, ATMEL_TC_REG(channel, RA), &chan->ra); in atmel_tcb_pwm_suspend()
508 regmap_write(tcbpwmc->regmap, ATMEL_TC_REG(channel, RA), chan->ra); in atmel_tcb_pwm_resume()
/linux/arch/powerpc/kernel/
H A Dhead_book3s_32.S39 #define LOAD_BAT(n, reg, RA, RB) \ argument
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/lib/crypto/x86/
H A Dsha1-avx2-asm.S105 .set RA, REG_RA define
333 .set RTB, RA
334 .set RA, T_REG define
/linux/tools/testing/selftests/powerpc/copyloops/
H A Dmemcpy_power7.S16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB argument
19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB argument
H A Dcopyuser_power7.S16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB argument
19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB argument
/linux/arch/powerpc/lib/
H A Dmemcpy_power7.S16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB argument
19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB argument
H A Dcopyuser_power7.S16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB argument
19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB argument
/linux/drivers/clocksource/
H A Dtimer-atmel-tcb.c93 /* Restore registers for the channel, RA and RB are not used */ in tc_clksrc_resume()
96 writel(0, tcaddr + ATMEL_TC_REG(i, RA)); in tc_clksrc_resume()
322 writel(0x0000, tcaddr + ATMEL_TC_REG(0, RA)); in tcb_setup_dual_chan()
/linux/drivers/soc/ti/
H A DKconfig59 The Ring Accelerator (RINGACC or RA) provides hardware acceleration
/linux/drivers/tty/vt/
H A Ducs_width_table.h_shipped124 { 0x0F99, 0x0FBC }, /* TIBETAN SUBJOINED LETTER NYA - TIBETAN SUBJOINED LETTER FIXED-FORM RA */
148 { 0x1A55, 0x1A5E }, /* TAI THAM CONSONANT SIGN MEDIAL RA - TAI THAM CONSONANT SIGN SA */
284 { 0x11942, 0x11943 }, /* DIVES AKURU MEDIAL RA - DIVES AKURU SIGN NUKTA */
302 { 0x11D47, 0x11D47 }, /* MASARAM GONDI RA-KARA */
H A Ducs_fallback_table.h_shipped1095 { 0x30, 0x72 }, /* DEVANAGARI LETTER RA -> 'r' */
1149 { 0xB0, 0x72 }, /* BENGALI LETTER RA -> 'r' */
1187 { 0x30, 0x72 }, /* GURMUKHI LETTER RA -> 'r' */
1228 { 0xB0, 0x72 }, /* GUJARATI LETTER RA -> 'r' */
1272 { 0x30, 0x72 }, /* ORIYA LETTER RA -> 'r' */
1310 { 0xB0, 0x72 }, /* TAMIL LETTER RA -> 'r' */
1352 { 0x30, 0x72 }, /* TELUGU LETTER RA -> 'r' */
1394 { 0xB0, 0x72 }, /* KANNADA LETTER RA -> 'r' */
1437 { 0x30, 0x72 }, /* MALAYALAM LETTER RA -> 'r' */
1606 { 0x62, 0x72 }, /* TIBETAN LETTER RA
[all...]
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c4278 E1000_WRITE_REG_ARRAY(hw, RA, (i << 1), 0); in e1000_init_rx_addrs()
4280 E1000_WRITE_REG_ARRAY(hw, RA, ((i << 1) + 1), 0); in e1000_init_rx_addrs()
4366 E1000_WRITE_REG_ARRAY(hw, RA, (index << 1), rar_low); in e1000_rar_set()
4368 E1000_WRITE_REG_ARRAY(hw, RA, ((index << 1) + 1), rar_high); in e1000_rar_set()
/linux/Documentation/networking/
H A Dip-sysctl.rst2629 Accept RA with source-address that is found on local machine
2630 if the RA is otherwise proper and able to be accepted.
2653 RA sections with a lifetime less than this value shall be
2696 Minimum prefix length of Route Information in RA.
2707 Maximum prefix length of Route Information in RA.
2718 Accept Router Preference in RA.
2726 Apply the MTU value specified in RA option 5 (RFC4861). If
2727 disabled, the MTU specified in the RA will be ignored.
/linux/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-dev.c1284 XGMAC_SET_BITS(mdio_sca, MAC_MDIOSCAR, RA, reg); in xgbe_create_mdio_sca_c22()
1295 XGMAC_SET_BITS(mdio_sca, MAC_MDIOSCAR, RA, reg); in xgbe_create_mdio_sca_c45()

12