/linux/drivers/media/platform/chips-media/coda/ |
H A D | coda-gdi.c | 61 * 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 D | serpent-sse2-i586-asm_32.S | 27 #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 D | serpent-sse2-x86_64-asm_64.S | 636 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 D | serpent-avx2-asm_64.S | 566 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 D | serpent-avx-x86_64-asm_64.S | 567 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 D | twofish-avx-x86_64-asm_64.S | 189 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 D | cast6-avx-x86_64-asm_64.S | 163 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 D | ppc-opc.c | 503 /* 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 D | instructions.h | 9 #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 D | sha1-powerpc-asm.S | 27 #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 D | book3s_32_sr.S | 92 #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 D | pwm-atmel-tcb.c | 94 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 D | head_book3s_32.S | 39 #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 D | sha1-avx2-asm.S | 105 .set RA, REG_RA define 333 .set RTB, RA 334 .set RA, T_REG define
|
/linux/tools/testing/selftests/powerpc/copyloops/ |
H A D | memcpy_power7.S | 16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB argument 19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB argument
|
H A D | copyuser_power7.S | 16 #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 D | memcpy_power7.S | 16 #define LVS(VRT,RA,RB) lvsl VRT,RA,RB argument 19 #define LVS(VRT,RA,RB) lvsr VRT,RA,RB argument
|
H A D | copyuser_power7.S | 16 #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 D | timer-atmel-tcb.c | 93 /* 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 D | Kconfig | 59 The Ring Accelerator (RINGACC or RA) provides hardware acceleration
|
/linux/drivers/tty/vt/ |
H A D | ucs_width_table.h_shipped | 124 { 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 D | ucs_fallback_table.h_shipped | 1095 { 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 D | e1000_hw.c | 4278 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 D | ip-sysctl.rst | 2629 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 D | xgbe-dev.c | 1284 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()
|