Home
last modified time | relevance | path

Searched refs:RR (Results 1 - 25 of 59) sorted by relevance

123

/kernel/linux/linux-5.10/arch/powerpc/xmon/
H A Dspu-insns.h33 RR | op | RB | RA | RT | LBT | op |RO| I16 | RO |
66 RR category LBT category
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 */
134 APUOP(M_STOPD, RR, 0x140, "stopd", _A3(A_T,A_A,A_B), 00111, BR) /* STOPD stop (with register dependencies) */
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 */
137 APUOP(M_DSYNC, RR, 0x003, "dsync", _A0(), 00000, BR) /* DSYNC flush_store_queue */
138 APUOP(M_MFSPR, RR, 0x00c, "mfspr", _A2(A_T,A_S), 00002, SPR) /* MFSPR RT<-SA */
139 APUOP(M_RDCH, RR,
[all...]
/kernel/linux/linux-6.6/arch/powerpc/xmon/
H A Dspu-insns.h33 RR | op | RB | RA | RT | LBT | op |RO| I16 | RO |
66 RR category LBT category
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 */
134 APUOP(M_STOPD, RR, 0x140, "stopd", _A3(A_T,A_A,A_B), 00111, BR) /* STOPD stop (with register dependencies) */
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 */
137 APUOP(M_DSYNC, RR, 0x003, "dsync", _A0(), 00000, BR) /* DSYNC flush_store_queue */
138 APUOP(M_MFSPR, RR, 0x00c, "mfspr", _A2(A_T,A_S), 00002, SPR) /* MFSPR RT<-SA */
139 APUOP(M_RDCH, RR,
[all...]
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Dsha1_ssse3_asm.S127 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 F
[all...]
H A Dcast5-avx-x86_64-asm_64.S249 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, R
[all...]
H 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);
465 round3(8, RR, R
[all...]
H A Dsha1_avx2_x86_64_asm.S352 .macro RR r
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
/kernel/linux/linux-6.6/arch/x86/crypto/
H 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 F
[all...]
H A Dcast5-avx-x86_64-asm_64.S252 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, R
[all...]
H A Ddes3_ede-asm_64.S483 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);
497 round3(8, RR, R
[all...]
H A Dsha1_avx2_x86_64_asm.S352 .macro RR r
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
/kernel/linux/linux-5.10/sound/hda/
H A Dhdmi_chmap.c20 * RL RLC RC RRC RR
23 * CEA RL/RR; The SMPTE channel _assignment_ C/LFE is swapped to CEA LFE/FC.
33 RR = (1 << 7), /* Rear Right */ enumerator
49 /* 3 */ "RL/RR",
66 [3] = RL | RR,
90 * surround71 = {FL, FR, RLC, RRC, FC, LFE, 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, R
[all...]
/kernel/linux/linux-6.6/sound/hda/
H A Dhdmi_chmap.c20 * RL RLC RC RRC RR
23 * CEA RL/RR; The SMPTE channel _assignment_ C/LFE is swapped to CEA LFE/FC.
33 RR = (1 << 7), /* Rear Right */ enumerator
49 /* 3 */ "RL/RR",
66 [3] = RL | RR,
90 * surround71 = {FL, FR, RLC, RRC, FC, LFE, 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, R
[all...]
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dhdmi-codec.c35 * RL RLC RC RRC RR
47 RR = BIT(7), /* Rear Right */ enumerator
207 .mask = FL | FR | LFE | FC | RL | RR},
210 .mask = FL | FR | RL | RR },
213 .mask = FL | FR | LFE | RL | RR },
216 .mask = FL | FR | FC | RL | RR },
219 .mask = FL | FR | LFE | FC | RL | RR | RC },
222 .mask = FL | FR | LFE | FC | RL | RR | RLC | RRC },
235 .mask = FL | FR | RC | RL | RR },
237 .mask = FL | FR | LFE | RL | RR | R
[all...]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c284 #define RR(reg) \ macro
403 /*RR(IRQENABLE);*/ in dispc_restore_context()
404 /*RR(CONTROL);*/ in dispc_restore_context()
405 RR(CONFIG); in dispc_restore_context()
406 RR(LINE_NUMBER); in dispc_restore_context()
409 RR(GLOBAL_ALPHA); in dispc_restore_context()
411 RR(CONFIG2); in dispc_restore_context()
413 RR(CONFIG3); in dispc_restore_context()
416 RR(DEFAULT_COLOR(i)); in dispc_restore_context()
417 RR(TRANS_COLO in dispc_restore_context()
514 #undef RR global() macro
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/dss/
H A Ddispc.c284 #define RR(reg) \ macro
403 /*RR(IRQENABLE);*/ in dispc_restore_context()
404 /*RR(CONTROL);*/ in dispc_restore_context()
405 RR(CONFIG); in dispc_restore_context()
406 RR(LINE_NUMBER); in dispc_restore_context()
409 RR(GLOBAL_ALPHA); in dispc_restore_context()
411 RR(CONFIG2); in dispc_restore_context()
413 RR(CONFIG3); in dispc_restore_context()
416 RR(DEFAULT_COLOR(i)); in dispc_restore_context()
417 RR(TRANS_COLO in dispc_restore_context()
514 #undef RR global() macro
[all...]
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dhdmi-codec.c30 * RL RLC RC RRC RR
42 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 },
217 .mask = FL | FR | LFE | FC | RL | RR | RLC | RRC },
230 .mask = FL | FR | RC | RL | RR },
232 .mask = FL | FR | LFE | RL | RR | R
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c417 #define RR(dispc, reg) \ macro
536 /*RR(dispc, IRQENABLE);*/ in dispc_restore_context()
537 /*RR(dispc, CONTROL);*/ in dispc_restore_context()
538 RR(dispc, CONFIG); in dispc_restore_context()
539 RR(dispc, LINE_NUMBER); in dispc_restore_context()
542 RR(dispc, GLOBAL_ALPHA); in dispc_restore_context()
544 RR(dispc, CONFIG2); in dispc_restore_context()
546 RR(dispc, CONFIG3); in dispc_restore_context()
549 RR(dispc, DEFAULT_COLOR(i)); in dispc_restore_context()
550 RR(disp in dispc_restore_context()
647 #undef RR global() macro
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/dss/
H A Ddispc.c417 #define RR(dispc, reg) \ macro
536 /*RR(dispc, IRQENABLE);*/ in dispc_restore_context()
537 /*RR(dispc, CONTROL);*/ in dispc_restore_context()
538 RR(dispc, CONFIG); in dispc_restore_context()
539 RR(dispc, LINE_NUMBER); in dispc_restore_context()
542 RR(dispc, GLOBAL_ALPHA); in dispc_restore_context()
544 RR(dispc, CONFIG2); in dispc_restore_context()
546 RR(dispc, CONFIG3); in dispc_restore_context()
549 RR(dispc, DEFAULT_COLOR(i)); in dispc_restore_context()
550 RR(disp in dispc_restore_context()
647 #undef RR global() macro
[all...]
/kernel/linux/linux-5.10/sound/x86/
H A Dintel_hdmi_audio.c63 [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, R
[all...]
H A Dintel_hdmi_audio.h47 * RL RLC RC RRC RR
50 * corresponds to CEA RL/RR; The SMPTE channel _assignment_ C/LFE is
61 RR = (1 << 7), /* Rear Right */ enumerator
/kernel/linux/linux-6.6/sound/x86/
H 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, R
[all...]
H A Dintel_hdmi_audio.h47 * RL RLC RC RRC RR
50 * corresponds to CEA RL/RR; The SMPTE channel _assignment_ C/LFE is
61 RR = (1 << 7), /* Rear Right */ enumerator
/kernel/linux/linux-5.10/arch/nds32/kernel/
H A Dsleep.S117 // set ipc to RR
118 la $r13, RR
130 RR: label
/kernel/linux/linux-5.10/drivers/block/paride/
H 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()
/kernel/linux/linux-6.6/drivers/ata/pata_parport/
H A Depat.c209 #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()

Completed in 27 milliseconds

123