/linux-6.3-rc2/arch/x86/crypto/ |
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 | 248 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 …]
|
/linux-6.3-rc2/sound/hda/ |
A D | hdmi_chmap.c | 31 RL = (1 << 5), /* Rear Left */ 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/Documentation/devicetree/bindings/display/panel/ |
A D | sharp,lq150x1lg11.yaml | 25 GPIO for the RL/UD (rotate 180 degrees) pin. 27 the RL/UD and/or SELLVDS pins are assumed to be handled 35 the RL/UD and/or SELLVDS pins are assumed to be handled 54 rlud-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>; /* RL/UD */
|
/linux-6.3-rc2/sound/soc/codecs/ |
A D | hdmi-codec.c | 40 RL = BIT(5), /* Rear Left */ 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/lib/ |
A D | locking-selftest-rlock.h | 3 #define LOCK RL 9 #define RLOCK RL
|
A D | locking-selftest.c | 335 RL(X1); in rlock_AA1() 341 RL(X1); in rlock_AA1B() 361 RL(X1); in rlock_AA2() 391 RL(X1); in rlock_ABBA1() 442 RL(X1); in rlock_chaincache_ABBA1() 448 RL(X1); in rlock_chaincache_ABBA1() 466 RL(X1); in rlock_ABBA2() 472 RL(X1); in rlock_ABBA2() 1041 RL(A); \ 1212 RL(A); \ [all …]
|
A D | locking-selftest-wlock.h | 9 #define RLOCK RL
|
/linux-6.3-rc2/tools/memory-model/ |
A D | lock.cat | 22 * RL Read-Locked: a spin_is_locked() event which returns True 27 * LKR, LF, RL, and RU are read events; LKR has Acquire ordering. 29 * LKW, LF, RL, and RU have no ordering properties. 33 let RL = try RL with emptyset 36 (* Treat RL as a kind of LF: a read with no ordering properties *) 37 let LF = LF | RL
|
A D | linux-kernel.bell | 83 LKR | LKW | UL | LF | RL | RU
|
/linux-6.3-rc2/sound/x86/ |
A D | intel_hdmi_audio.c | 65 [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 D | intel_hdmi_audio.h | 59 RL = (1 << 5), /* Rear Left */ enumerator
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_debugfs.c | 2682 #define RL(s, v) R3("lu", s, v) in sge_qinfo_show() macro 2721 RL("RxPackets:", stats.pkts); in sge_qinfo_show() 2722 RL("RxCSO:", stats.rx_cso); in sge_qinfo_show() 2738 RL("FLLow:", fl.low); in sge_qinfo_show() 2781 RL("RxCSO:", stats.rx_cso); in sge_qinfo_show() 2790 RL("FLLow:", fl.low); in sge_qinfo_show() 2836 RL("RxImm:", stats.imm); in sge_qinfo_show() 2837 RL("RxAN", stats.an); in sge_qinfo_show() 2838 RL("RxNoMem", stats.nomem); in sge_qinfo_show() 2849 RL("FLLow:", fl.low); in sge_qinfo_show() [all …]
|
/linux-6.3-rc2/drivers/staging/rtl8712/ |
A D | rtl8712_edcasetting_regdef.h | 21 #define RL (RTL8712_EDCASETTING_ + 0x24) macro
|
/linux-6.3-rc2/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
|
/linux-6.3-rc2/drivers/media/dvb-frontends/ |
A D | bcm3510_priv.h | 413 u8 RL :1; member
|
/linux-6.3-rc2/Documentation/devicetree/bindings/powerpc/opal/ |
A D | power-mgt.txt | 86 only the Requested Level (RL) field of the corresponding entry
|
/linux-6.3-rc2/arch/sh/boards/ |
A D | Kconfig | 265 Renesas "R0P7724LC0011/21RL (EcoVec)" support.
|
/linux-6.3-rc2/drivers/memory/tegra/ |
A D | tegra210-emc.h | 750 RL, enumerator
|
A D | tegra210-emc-cc-r21021.c | 925 tRTM = fake->dram_timings[RL] + div_o3(3600, src_clk_period) + in tegra210_emc_r21021_set_clock()
|
/linux-6.3-rc2/drivers/gpu/drm/amd/include/ |
A D | atomfirmware.h | 3318 uint8_t RL; member
|
/linux-6.3-rc2/drivers/eisa/ |
A D | eisa.ids | 668 ICU0580 "TMC-850M/TMC-850RL SCSI Controller"
|
/linux-6.3-rc2/ |
A D | CREDITS | 2830 S: Derbyshire DE4 3RL
|