Home
last modified time | relevance | path

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

/Linux-v5.4/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-v5.4/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-v5.4/sound/soc/codecs/
Dhdmi-codec.c45 RL = BIT(5), /* Rear Left */ 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 | RC },
239 .mask = FL | FR | FC | RL | RR | RC },
[all …]
/Linux-v5.4/Documentation/devicetree/bindings/display/panel/
Dsharp,lq150x1lg11.txt9 - rlud-gpios: a single GPIO for the RL/UD (rotate 180 degrees) pin.
12 If rlud-gpios and/or sellvds-gpios are not specified, the RL/UD and/or SELLVDS
34 rlud-gpios = <&gpio 17 GPIO_ACTIVE_HIGH>; /* RL/UD */
/Linux-v5.4/lib/
Dlocking-selftest-rlock.h3 #define LOCK RL
9 #define RLOCK RL
Dlocking-selftest.c221 #define RL(x) read_lock(&rwlock_##x) macro
223 #define RLU(x) RL(x); RU(x)
318 RL(X1); in rlock_AA1()
319 RL(X1); // this one should NOT fail in rlock_AA1()
324 RL(X1); in rlock_AA1B()
325 RL(X2); // this one should NOT fail in rlock_AA1B()
344 RL(X1); in rlock_AA2()
357 RL(X2); // this one should fail in rlock_AA3()
374 RL(X1); in rlock_ABBA1()
406 RL(X1); in rlock_ABBA2()
[all …]
Dlocking-selftest-wlock.h9 #define RLOCK RL
/Linux-v5.4/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-v5.4/sound/x86/
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, RL, FC, 0, FR, FL } },
[all …]
Dintel_hdmi_audio.h59 RL = (1 << 5), /* Rear Left */ enumerator
/Linux-v5.4/drivers/staging/rtl8712/
Drtl8712_edcasetting_regdef.h21 #define RL (RTL8712_EDCASETTING_ + 0x24) macro
/Linux-v5.4/sound/usb/usx2y/
Dusbus428ctldefs.h68 RL; member
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2702 #define RL(s, v) R3("lu", s, v) in sge_qinfo_show() macro
2741 RL("RxPackets:", stats.pkts); in sge_qinfo_show()
2742 RL("RxCSO:", stats.rx_cso); in sge_qinfo_show()
2743 RL("VLANxtract:", stats.vlan_ex); in sge_qinfo_show()
2744 RL("LROmerged:", stats.lro_merged); in sge_qinfo_show()
2745 RL("LROpackets:", stats.lro_pkts); in sge_qinfo_show()
2746 RL("RxDrops:", stats.rx_drops); in sge_qinfo_show()
2747 RL("RxBadPkts:", stats.bad_rx_pkts); in sge_qinfo_show()
2754 RL("FLAllocErr:", fl.alloc_failed); in sge_qinfo_show()
2755 RL("FLLrgAlcErr:", fl.large_alloc_failed); in sge_qinfo_show()
[all …]
/Linux-v5.4/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-v5.4/drivers/media/dvb-frontends/
Dbcm3510_priv.h413 u8 RL :1; member
/Linux-v5.4/Documentation/devicetree/bindings/powerpc/opal/
Dpower-mgt.txt86 only the Requested Level (RL) field of the corresponding entry
/Linux-v5.4/arch/sh/boards/
DKconfig260 Renesas "R0P7724LC0011/21RL (EcoVec)" support.
/Linux-v5.4/drivers/memory/
Demif.c673 u32 freq, u8 RL) in get_ddr_phy_ctrl_1_attilaphy_4d() argument
677 val = RL + DIV_ROUND_UP(timings->tDQSCK_max, t_ck) - 1; in get_ddr_phy_ctrl_1_attilaphy_4d()
/Linux-v5.4/drivers/eisa/
Deisa.ids668 ICU0580 "TMC-850M/TMC-850RL SCSI Controller"
/Linux-v5.4/
DCREDITS2733 S: Derbyshire DE4 3RL