/linux/lib/crypto/x86/ |
H A D | sha1-ssse3-and-avx.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 F 259 .macro RR F, a, b, c, d, e, round global() macro [all...] |
H A D | sha1-avx2-asm.S | 349 .macro RR r macro 504 RR j 517 RR j 531 RR j 555 RR j+80 565 RR j+80 575 RR j+80 590 RR j+80
|
/linux/arch/x86/crypto/ |
H 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, R [all...] |
H 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); 497 round3(8, RR, R [all...] |
H 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/core/ |
H A D | hdmi_chmap.c | 20 * 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...] |
/linux/sound/soc/codecs/ |
H A D | hdmi-codec.c | 31 * RL RLC RC RRC RR 43 RR = BIT(7), /* Rear Right */ enumerator 202 .mask = FL | FR | LFE | FC | RL | RR }, 204 .mask = FL | FR | FC | RL | RR }, 206 .mask = FL | FR | LFE | RL | RR }, 208 .mask = FL | FR | RL | RR }, 218 .mask = FL | FR | LFE | FC | RL | RR | RLC | RRC }, 220 .mask = FL | FR | LFE | FC | RL | RR | FLC | FRC }, 222 .mask = FL | FR | FC | RL | RR | RLC | RRC }, 224 .mask = FL | FR | FC | RL | RR | FL [all...] |
/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | dispc.c | 284 #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() [all...] |
H A D | dss.c | 126 #define RR(reg) \ macro 153 RR(CONTROL); in dss_restore_context() 157 RR(SDI_CONTROL); in dss_restore_context() 158 RR(PLL_CONTROL); in dss_restore_context() 165 #undef RR
|
/linux/drivers/gpu/drm/omapdrm/dss/ |
H A D | dispc.c | 417 #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() [all...] |
H 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/ |
H A D | intel_hdmi_audio.c | 67 [3] = RL | RR, 89 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } }, 91 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } }, 93 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } }, 95 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } }, 97 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } }, 99 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } }, 106 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } }, 107 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } }, 108 { .ca_index = 0x0e, .speakers = { 0, RC, RR, R [all...] |
H A D | intel_hdmi_audio.h | 47 * 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
|
/linux/drivers/ata/pata_parport/ |
H 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()
|
H 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()
|
H 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/ |
H 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/ |
H A D | rock.h | 100 struct RR_RR_s RR; member
|
H A D | rock.c | 241 if ((rr->u.RR.flags[0] & RR_NM) == 0) in get_rock_ridge_filename() 262 * care anyways, since we can just use the non-RR in get_rock_ridge_filename() 358 if ((rr->u.RR.flags[0] & in parse_rock_ridge_inode_internal() 754 if ((rr->u.RR.flags[0] & RR_SL) == 0) in rock_ridge_symlink_read_folio()
|
/linux/drivers/isdn/mISDN/ |
H A D | layer2.h | 96 #define RR 0x01 macro
|
H 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/ |
H A D | hw_shared.h | 290 * RR - Rear Right 307 * RL RR 320 * 0b00110011 - - RR RL - - FR FL 321 * 0b00110111 - - RR RL - LFE FR FL 322 * 0b00111011 - - RR RL FC - FR FL 323 * 0b00111111 - - RR RL FC LFE FR FL 324 * 0b01110011 - RC RR RL - - FR FL 325 * 0b01110111 - RC RR RL - LFE FR FL 326 * 0b01111011 - RC RR RL FC - FR FL 327 * 0b01111111 - RC RR R 358 uint32_t RR:1; global() member [all...] |
/linux/drivers/tty/vt/ |
H A D | ucs_width_table.h_shipped | 49 { 0x09BE, 0x09C4 }, /* BENGALI VOWEL SIGN AA - BENGALI VOWEL SIGN VOCALIC RR */ 72 { 0x0B3E, 0x0B44 }, /* ORIYA VOWEL SIGN AA - ORIYA VOWEL SIGN VOCALIC RR */ 84 { 0x0C3E, 0x0C44 }, /* TELUGU VOWEL SIGN AA - TELUGU VOWEL SIGN VOCALIC RR */ 91 { 0x0CBE, 0x0CC4 }, /* KANNADA VOWEL SIGN AA - KANNADA VOWEL SIGN VOCALIC RR */ 99 { 0x0D3E, 0x0D44 }, /* MALAYALAM VOWEL SIGN AA - MALAYALAM VOWEL SIGN VOCALIC RR */ 256 { 0x1133E, 0x11344 }, /* GRANTHA VOWEL SIGN AA - GRANTHA VOWEL SIGN VOCALIC RR */ 273 { 0x115AF, 0x115B5 }, /* SIDDHAM VOWEL SIGN AA - SIDDHAM VOWEL SIGN VOCALIC RR */ 285 { 0x119D1, 0x119D7 }, /* NANDINAGARI VOWEL SIGN AA - NANDINAGARI VOWEL SIGN VOCALIC RR */
|
/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_afmt.c | 101 cea_channels.channels.RR = speaker_flags.RL_RR; in speakers_to_channels()
|
/linux/drivers/net/ethernet/renesas/ |
H A D | rtsn.h | 34 RR = AXIBMI + 0x0200, enumerator
|