| /linux/arch/powerpc/xmon/ |
| A D | spu-insns.h | 132 APUOP(M_STOP, RR, 0x000, "stop", _A0(), 00000, BR) /* STOP stop */ 133 APUOP(M_STOP2, RR, 0x000, "stop", _A1(A_U14), 00000, BR) /* STOP stop */ 135 APUOP(M_LNOP, RR, 0x001, "lnop", _A0(), 00000, LNOP) /* LNOP no_operation */ 136 APUOP(M_SYNC, RR, 0x002, "sync", _A0(), 00000, BR) /* SYNC flush_pipe */ 138 APUOP(M_MFSPR, RR, 0x00c, "mfspr", _A2(A_T,A_S), 00002, SPR) /* MFSPR RT<-SA */ 149 APUOP(M_MTSPR, RR, 0x10c, "mtspr", _A2(A_S,A_T), 00001, SPR) /* MTSPR SA<-RT */ 150 APUOP(M_WRCH, RR, 0x10d, "wrch", _A2(A_H,A_T), 00001, SPR) /* ChanWRite CA<-RT */ 152 APUOP(M_BI, RR, 0x1a8, "bi", _A1(A_A), 00010, BR) /* BI IP<-RA */ 201 APUOP(M_NOP, RR, 0x201, "nop", _A1(A_T), 00000, NOP) /* XNOP no_operation */ 202 APUOP(M_NOP2, RR, 0x201, "nop", _A0(), 00000, NOP) /* XNOP no_operation */ [all …]
|
| A D | spu.h | 20 RR, enumerator
|
| /linux/arch/x86/crypto/ |
| A D | sha1_ssse3_asm.S | 127 RR F1,A,B,C,D,E,0 128 RR F1,D,E,A,B,C,2 129 RR F1,B,C,D,E,A,4 130 RR F1,E,A,B,C,D,6 131 RR F1,C,D,E,A,B,8 133 RR F1,A,B,C,D,E,10 134 RR F1,D,E,A,B,C,12 135 RR F1,B,C,D,E,A,14 136 RR F1,E,A,B,C,D,16 137 RR F1,C,D,E,A,B,18 [all …]
|
| A D | des3_ede-asm_64.S | 451 initial_permutation3(RL, RR); 457 round3(0, RR, RL, load_next_key, __movq); 458 round3(1, RL, RR, load_next_key, __movq); 459 round3(2, RR, RL, load_next_key, __movq); 460 round3(3, RL, RR, load_next_key, __movq); 461 round3(4, RR, RL, load_next_key, __movq); 462 round3(5, RL, RR, load_next_key, __movq); 463 round3(6, RR, RL, load_next_key, __movq); 464 round3(7, RL, RR, load_next_key, __movq); 506 round3(32+15, RL, RR, dummy2, dummy2); [all …]
|
| A D | cast5-avx-x86_64-asm_64.S | 249 round(RL, RR, 0, 1); 250 round(RR, RL, 1, 2); 251 round(RL, RR, 2, 3); 252 round(RR, RL, 3, 1); 253 round(RL, RR, 4, 2); 254 round(RR, RL, 5, 3); 255 round(RL, RR, 6, 1); 256 round(RR, RL, 7, 2); 257 round(RL, RR, 8, 3); 258 round(RR, RL, 9, 1); [all …]
|
| A D | sha1_avx2_x86_64_asm.S | 352 .macro RR r macro 507 RR j 523 RR j 537 RR j 561 RR j+80 573 RR j+80 586 RR j+80 604 RR j+80
|
| A D | twofish-avx-x86_64-asm_64.S | 57 #define RR %xmm15 macro 164 vpslld $1, x, RR; \ 166 vpor x, RR, x;
|
| /linux/sound/hda/ |
| A D | hdmi_chmap.c | 33 RR = (1 << 7), /* Rear Right */ enumerator 66 [3] = RL | RR, 127 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } }, 129 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } }, 131 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } }, 133 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } }, 135 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, 137 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } }, 144 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } }, 145 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } }, [all …]
|
| /linux/sound/soc/codecs/ |
| A D | hdmi-codec.c | 46 RR = BIT(7), /* Rear Right */ enumerator 206 .mask = FL | FR | LFE | FC | RL | RR}, 209 .mask = FL | FR | RL | RR }, 212 .mask = FL | FR | LFE | RL | RR }, 215 .mask = FL | FR | FC | RL | RR }, 218 .mask = FL | FR | LFE | FC | RL | RR | RC }, 234 .mask = FL | FR | RC | RL | RR }, 236 .mask = FL | FR | LFE | RL | RR | RC }, 238 .mask = FL | FR | FC | RL | RR | RC }, 240 .mask = FL | FR | RL | RR | RLC | RRC }, [all …]
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| A D | dispc.c | 284 #define RR(reg) \ macro 405 RR(CONFIG); in dispc_restore_context() 406 RR(LINE_NUMBER); in dispc_restore_context() 411 RR(CONFIG2); in dispc_restore_context() 413 RR(CONFIG3); in dispc_restore_context() 493 RR(DIVISOR); in dispc_restore_context() 496 RR(CONTROL); in dispc_restore_context() 498 RR(CONTROL2); in dispc_restore_context() 500 RR(CONTROL3); in dispc_restore_context() 508 RR(IRQENABLE); in dispc_restore_context() [all …]
|
| A D | dss.c | 125 #define RR(reg) \ macro 152 RR(CONTROL); in dss_restore_context() 156 RR(SDI_CONTROL); in dss_restore_context() 157 RR(PLL_CONTROL); in dss_restore_context() 164 #undef RR
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| A D | dispc.c | 415 #define RR(dispc, reg) \ macro 536 RR(dispc, CONFIG); in dispc_restore_context() 537 RR(dispc, LINE_NUMBER); in dispc_restore_context() 542 RR(dispc, CONFIG2); in dispc_restore_context() 544 RR(dispc, CONFIG3); in dispc_restore_context() 624 RR(dispc, DIVISOR); in dispc_restore_context() 627 RR(dispc, CONTROL); in dispc_restore_context() 629 RR(dispc, CONTROL2); in dispc_restore_context() 631 RR(dispc, CONTROL3); in dispc_restore_context() 639 RR(dispc, IRQENABLE); in dispc_restore_context() [all …]
|
| A D | dss.c | 107 #define RR(dss, reg) \ macro 133 RR(dss, CONTROL); in dss_restore_context() 136 RR(dss, SDI_CONTROL); in dss_restore_context() 137 RR(dss, PLL_CONTROL); in dss_restore_context() 144 #undef RR
|
| /linux/sound/x86/ |
| A D | intel_hdmi_audio.c | 63 [3] = RL | RR, 85 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } }, 87 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } }, 89 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } }, 91 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } }, 93 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, 95 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } }, 102 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } }, 103 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } }, 104 { .ca_index = 0x0e, .speakers = { 0, RC, RR, RL, FC, 0, FR, FL } }, [all …]
|
| A D | intel_hdmi_audio.h | 61 RR = (1 << 7), /* Rear Right */ enumerator
|
| /linux/arch/nds32/kernel/ |
| A D | sleep.S | 118 la $r13, RR 130 RR: label
|
| /linux/drivers/block/paride/ |
| A D | epat.c | 201 #define RR(r) (epat_read_regr(pi,2,r)) macro 257 cc = RR(0xd); in epat_test_proto() 298 ver = RR(0xb); in epat_log_adapter()
|
| A D | epia.c | 105 #define RR(r) (epia_read_regr(pi,0,r)) macro 248 if (RR(2) != (k^0xaa)) e[j]++; in epia_test_proto()
|
| A D | bpck.c | 106 #define RR(r) (bpck_read_regr(pi,2,r)) macro 377 f = RR(0); in bpck_read_eeprom()
|
| /linux/Documentation/sound/designs/ |
| A D | channel-mapping-api.rst | 72 have {FL/FR/RL/RR} channel map, ``_PAIRED`` type would allow you to swap 73 only {RL/RR/FL/FR} while ``_VAR`` type would allow even swapping FL and 74 RR.
|
| /linux/fs/isofs/ |
| A D | rock.h | 104 struct RR_RR_s RR; member
|
| A D | rock.c | 241 if ((rr->u.RR.flags[0] & RR_NM) == 0) in get_rock_ridge_filename() 358 if ((rr->u.RR.flags[0] & in parse_rock_ridge_inode_internal() 752 if ((rr->u.RR.flags[0] & RR_SL) == 0) in rock_ridge_symlink_readpage()
|
| /linux/drivers/isdn/mISDN/ |
| A D | layer2.h | 96 #define RR 0x01 macro
|
| A D | layer2.c | 457 return data[0] == RR; in IsRR() 1128 enquiry_cr(l2, RR, RSP, 1); in enquiry_response() 1138 enquiry_cr(l2, RR, CMD, 1); in transmit_enquiry() 1187 int PollFlag, rsp, typ = RR; in l2_st7_got_super() 1226 } else if ((nr == l2->vs) && (typ == RR)) { in l2_st7_got_super() 1233 if (typ != RR) in l2_st7_got_super() 1237 if (skb_queue_len(&l2->i_queue) && (typ == RR)) in l2_st7_got_super() 1340 enquiry_cr(l2, RR, RSP, 0); in l2_got_iframe() 1734 enquiry_cr(l2, RR, RSP, 0); in l2_clear_own_busy()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
| A D | dcn31_apg.c | 91 cea_channels.channels.RR = speaker_flags.RL_RR; in speakers_to_channels()
|