Home
last modified time | relevance | path

Searched refs:RL (Results 1 – 23 of 23) sorted by relevance

/linux-6.1.9/arch/x86/crypto/
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, RL, load_next_key, __movq);
[all …]
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, RL, 9, 1);
[all …]
/linux-6.1.9/sound/hda/
Dhdmi_chmap.c31 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.1.9/Documentation/devicetree/bindings/display/panel/
Dsharp,lq150x1lg11.yaml25 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.1.9/sound/soc/codecs/
Dhdmi-codec.c40 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 },
217 .mask = FL | FR | LFE | FC | RL | RR | RLC | RRC },
230 .mask = FL | FR | RC | RL | RR },
232 .mask = FL | FR | LFE | RL | RR | RC },
234 .mask = FL | FR | FC | RL | RR | RC },
[all …]
/linux-6.1.9/lib/
Dlocking-selftest-rlock.h3 #define LOCK RL
9 #define RLOCK RL
Dlocking-selftest.c238 #define RL(x) read_lock(&rwlock_##x) macro
240 #define RLU(x) RL(x); RU(x)
335 RL(X1); in rlock_AA1()
336 RL(X1); // this one should NOT fail in rlock_AA1()
341 RL(X1); in rlock_AA1B()
342 RL(X2); // this one should NOT fail in rlock_AA1B()
361 RL(X1); in rlock_AA2()
374 RL(X2); // this one should fail in rlock_AA3()
391 RL(X1); in rlock_ABBA1()
442 RL(X1); in rlock_chaincache_ABBA1()
[all …]
Dlocking-selftest-wlock.h9 #define RLOCK RL
/linux-6.1.9/tools/memory-model/
Dlock.cat22 * 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
Dlinux-kernel.bell83 LKR | LKW | UL | LF | RL | RU
/linux-6.1.9/sound/x86/
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 …]
Dintel_hdmi_audio.h59 RL = (1 << 5), /* Rear Left */ enumerator
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2682 #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()
2723 RL("VLANxtract:", stats.vlan_ex); in sge_qinfo_show()
2724 RL("LROmerged:", stats.lro_merged); in sge_qinfo_show()
2725 RL("LROpackets:", stats.lro_pkts); in sge_qinfo_show()
2726 RL("RxDrops:", stats.rx_drops); in sge_qinfo_show()
2727 RL("RxBadPkts:", stats.bad_rx_pkts); in sge_qinfo_show()
2735 RL("FLAllocErr:", fl.alloc_failed); in sge_qinfo_show()
2736 RL("FLLrgAlcErr:", fl.large_alloc_failed); in sge_qinfo_show()
[all …]
/linux-6.1.9/drivers/staging/rtl8712/
Drtl8712_edcasetting_regdef.h21 #define RL (RTL8712_EDCASETTING_ + 0x24) macro
/linux-6.1.9/Documentation/sound/designs/
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
/linux-6.1.9/drivers/media/dvb-frontends/
Dbcm3510_priv.h413 u8 RL :1; member
/linux-6.1.9/Documentation/devicetree/bindings/powerpc/opal/
Dpower-mgt.txt86 only the Requested Level (RL) field of the corresponding entry
/linux-6.1.9/drivers/memory/tegra/
Dtegra210-emc.h750 RL, enumerator
Dtegra210-emc-cc-r21021.c925 tRTM = fake->dram_timings[RL] + div_o3(3600, src_clk_period) + in tegra210_emc_r21021_set_clock()
/linux-6.1.9/arch/sh/boards/
DKconfig265 Renesas "R0P7724LC0011/21RL (EcoVec)" support.
/linux-6.1.9/drivers/gpu/drm/amd/include/
Datomfirmware.h3273 uint8_t RL; member
/linux-6.1.9/drivers/eisa/
Deisa.ids668 ICU0580 "TMC-850M/TMC-850RL SCSI Controller"
/linux-6.1.9/
DCREDITS2815 S: Derbyshire DE4 3RL