Home
last modified time | relevance | path

Searched refs:RR (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.3-rc2/arch/powerpc/xmon/
A Dspu-insns.h132 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 Dspu.h20 RR, enumerator
/linux-6.3-rc2/arch/x86/crypto/
A Dsha1_ssse3_asm.S128 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 Ddes3_ede-asm_64.S451 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 Dcast5-avx-x86_64-asm_64.S248 round(RL, RR, 0, 1);
249 round(RR, RL, 1, 2);
250 round(RL, RR, 2, 3);
251 round(RR, RL, 3, 1);
252 round(RL, RR, 4, 2);
253 round(RR, RL, 5, 3);
254 round(RL, RR, 6, 1);
255 round(RR, RL, 7, 2);
256 round(RL, RR, 8, 3);
257 round(RR, RL, 9, 1);
[all …]
A Dsha1_avx2_x86_64_asm.S352 .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 Dtwofish-avx-x86_64-asm_64.S57 #define RR %xmm15 macro
164 vpslld $1, x, RR; \
166 vpor x, RR, x;
/linux-6.3-rc2/sound/hda/
A Dhdmi_chmap.c33 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-6.3-rc2/sound/soc/codecs/
A Dhdmi-codec.c42 RR = BIT(7), /* Rear Right */ enumerator
202 .mask = FL | FR | LFE | FC | RL | RR},
205 .mask = FL | FR | RL | RR },
208 .mask = FL | FR | LFE | RL | RR },
211 .mask = FL | FR | FC | RL | RR },
214 .mask = FL | FR | LFE | FC | RL | RR | RC },
230 .mask = FL | FR | RC | RL | RR },
232 .mask = FL | FR | LFE | RL | RR | RC },
234 .mask = FL | FR | FC | RL | RR | RC },
236 .mask = FL | FR | RL | RR | RLC | RRC },
[all …]
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A Ddispc.c284 #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 Ddss.c125 #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-6.3-rc2/drivers/gpu/drm/omapdrm/dss/
A Ddispc.c417 #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 Ddss.c107 #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-6.3-rc2/sound/x86/
A Dintel_hdmi_audio.c65 [3] = RL | RR,
87 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } },
89 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } },
91 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } },
93 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } },
95 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } },
97 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } },
104 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } },
105 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } },
106 { .ca_index = 0x0e, .speakers = { 0, RC, RR, RL, FC, 0, FR, FL } },
[all …]
A Dintel_hdmi_audio.h61 RR = (1 << 7), /* Rear Right */ enumerator
/linux-6.3-rc2/drivers/ata/pata_parport/
A Depat.c201 #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 Depia.c105 #define RR(r) (epia_read_regr(pi,0,r)) macro
248 if (RR(2) != (k^0xaa)) e[j]++; in epia_test_proto()
/linux-6.3-rc2/Documentation/sound/designs/
A Dchannel-mapping-api.rst72 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-6.3-rc2/fs/isofs/
A Drock.h104 struct RR_RR_s RR; member
A Drock.c241 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()
753 if ((rr->u.RR.flags[0] & RR_SL) == 0) in rock_ridge_symlink_read_folio()
/linux-6.3-rc2/drivers/isdn/mISDN/
A Dlayer2.h96 #define RR 0x01 macro
A Dlayer2.c457 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-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_apg.c91 cea_channels.channels.RR = speaker_flags.RL_RR; in speakers_to_channels()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dhw_shared.h369 uint32_t RR:1; member
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_afmt.c101 cea_channels.channels.RR = speaker_flags.RL_RR; in speakers_to_channels()

Completed in 83 milliseconds

12