| /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 | 128 RR F1,A,B,C,D,E,0 129 RR F1,D,E,A,B,C,2 130 RR F1,B,C,D,E,A,4 131 RR F1,E,A,B,C,D,6 132 RR F1,C,D,E,A,B,8 134 RR F1,A,B,C,D,E,10 135 RR F1,D,E,A,B,C,12 136 RR F1,B,C,D,E,A,14 137 RR F1,E,A,B,C,D,16 138 RR F1,C,D,E,A,B,18 [all …]
|
| A D | des3_ede-asm_64.S | 483 initial_permutation3(RL, RR); 489 round3(0, RR, RL, load_next_key, __movq); 490 round3(1, RL, RR, load_next_key, __movq); 491 round3(2, RR, RL, load_next_key, __movq); 492 round3(3, RL, RR, load_next_key, __movq); 493 round3(4, RR, RL, load_next_key, __movq); 494 round3(5, RL, RR, load_next_key, __movq); 495 round3(6, RR, RL, load_next_key, __movq); 496 round3(7, RL, RR, load_next_key, __movq); 538 round3(32+15, RL, RR, dummy2, dummy2); [all …]
|
| A D | cast5-avx-x86_64-asm_64.S | 252 round(RL, RR, 0, 1); 253 round(RR, RL, 1, 2); 254 round(RL, RR, 2, 3); 255 round(RR, RL, 3, 1); 256 round(RL, RR, 4, 2); 257 round(RR, RL, 5, 3); 258 round(RL, RR, 6, 1); 259 round(RR, RL, 7, 2); 260 round(RL, RR, 8, 3); 261 round(RR, RL, 9, 1); [all …]
|
| A D | sha1_avx2_x86_64_asm.S | 352 .macro RR r macro 507 RR j 520 RR j 534 RR j 558 RR j+80 568 RR j+80 578 RR j+80 593 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 | 43 RR = BIT(7), /* Rear Right */ enumerator 203 .mask = FL | FR | LFE | FC | RL | RR}, 206 .mask = FL | FR | RL | RR }, 209 .mask = FL | FR | LFE | RL | RR }, 212 .mask = FL | FR | FC | RL | RR }, 215 .mask = FL | FR | LFE | FC | RL | RR | RC }, 231 .mask = FL | FR | RC | RL | RR }, 233 .mask = FL | FR | LFE | RL | RR | RC }, 235 .mask = FL | FR | FC | RL | RR | RC }, 237 .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 | 417 #define RR(dispc, reg) \ macro 538 RR(dispc, CONFIG); in dispc_restore_context() 539 RR(dispc, LINE_NUMBER); in dispc_restore_context() 544 RR(dispc, CONFIG2); in dispc_restore_context() 546 RR(dispc, CONFIG3); in dispc_restore_context() 626 RR(dispc, DIVISOR); in dispc_restore_context() 629 RR(dispc, CONTROL); in dispc_restore_context() 631 RR(dispc, CONTROL2); in dispc_restore_context() 633 RR(dispc, CONTROL3); in dispc_restore_context() 641 RR(dispc, IRQENABLE); in dispc_restore_context() [all …]
|
| A D | dss.c | 108 #define RR(dss, reg) \ macro 134 RR(dss, CONTROL); in dss_restore_context() 137 RR(dss, SDI_CONTROL); in dss_restore_context() 138 RR(dss, PLL_CONTROL); in dss_restore_context() 145 #undef RR
|
| /linux/sound/x86/ |
| A D | intel_hdmi_audio.c | 66 [3] = RL | RR, 88 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } }, 90 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } }, 92 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } }, 94 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } }, 96 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, 98 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } }, 105 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } }, 106 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } }, 107 { .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/drivers/ata/pata_parport/ |
| A D | epat.c | 209 #define RR(r) epat_read_regr(pi, 2, r) macro 279 cc = RR(0xd); in epat_test_proto() 322 ver = RR(0xb); in epat_log_adapter()
|
| A D | epia.c | 95 #define RR(r) epia_read_regr(pi, 0, r) macro 255 if (RR(2) != (k ^ 0xaa)) in epia_test_proto()
|
| A D | bpck.c | 94 #define RR(r) (bpck_read_regr(pi,2,r)) macro 411 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() 748 if ((rr->u.RR.flags[0] & RR_SL) == 0) in rock_ridge_symlink_read_folio()
|
| /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/inc/hw/ |
| A D | hw_shared.h | 358 uint32_t RR:1; member
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
| A D | dcn30_afmt.c | 101 cea_channels.channels.RR = speaker_flags.RL_RR; in speakers_to_channels()
|