Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/crypto/
Ddes3_ede-asm_64.S460 initial_permutation3(RL, RR);
466 round3(0, RR, RL, load_next_key, __movq);
467 round3(1, RL, RR, load_next_key, __movq);
468 round3(2, RR, RL, load_next_key, __movq);
469 round3(3, RL, RR, load_next_key, __movq);
470 round3(4, RR, RL, load_next_key, __movq);
471 round3(5, RL, RR, load_next_key, __movq);
472 round3(6, RR, RL, load_next_key, __movq);
473 round3(7, RL, RR, load_next_key, __movq);
474 round3(8, RR, RL, load_next_key, __movq);
[all …]
Dcast5-avx-x86_64-asm_64.S264 round(RL, RR, 0, 1);
265 round(RR, RL, 1, 2);
266 round(RL, RR, 2, 3);
267 round(RR, RL, 3, 1);
268 round(RL, RR, 4, 2);
269 round(RR, RL, 5, 3);
270 round(RL, RR, 6, 1);
271 round(RR, RL, 7, 2);
272 round(RL, RR, 8, 3);
273 round(RR, RL, 9, 1);
[all …]
/Linux-v4.19/sound/hda/
Dhdmi_chmap.c30 RL = (1 << 5), /* Rear Left */ enumerator
65 [3] = RL | RR,
126 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } },
128 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } },
130 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } },
132 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } },
134 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } },
136 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } },
143 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } },
144 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } },
[all …]
/Linux-v4.19/sound/soc/codecs/
Dhdmi-codec.c52 RL = BIT(5), /* Rear Left */ enumerator
214 .mask = FL | FR | LFE | FC | RL | RR},
217 .mask = FL | FR | RL | RR },
220 .mask = FL | FR | LFE | RL | RR },
223 .mask = FL | FR | FC | RL | RR },
226 .mask = FL | FR | LFE | FC | RL | RR | RC },
229 .mask = FL | FR | LFE | FC | RL | RR | RLC | RRC },
242 .mask = FL | FR | RC | RL | RR },
244 .mask = FL | FR | LFE | RL | RR | RC },
246 .mask = FL | FR | FC | RL | RR | RC },
[all …]
/Linux-v4.19/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-v4.19/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-v4.19/tools/memory-model/
Dlock.cat25 * RL Read-Locked: a spin_is_locked() event which returns True
30 * LKR, LF, RL, and RU are read events; LKR has Acquire ordering.
32 * LKW, LF, RL, and RU have no ordering properties.
36 let RL = try RL with emptyset
39 (* Treat RL as a kind of LF: a read with no ordering properties *)
40 let LF = LF | RL
/Linux-v4.19/sound/x86/
Dintel_hdmi_audio.c72 [3] = RL | RR,
94 { .ca_index = 0x08, .speakers = { 0, 0, RR, RL, 0, 0, FR, FL } },
96 { .ca_index = 0x09, .speakers = { 0, 0, RR, RL, 0, LFE, FR, FL } },
98 { .ca_index = 0x0a, .speakers = { 0, 0, RR, RL, FC, 0, FR, FL } },
100 { .ca_index = 0x0b, .speakers = { 0, 0, RR, RL, FC, LFE, FR, FL } },
102 { .ca_index = 0x0f, .speakers = { 0, RC, RR, RL, FC, LFE, FR, FL } },
104 { .ca_index = 0x13, .speakers = { RRC, RLC, RR, RL, FC, LFE, FR, FL } },
111 { .ca_index = 0x0c, .speakers = { 0, RC, RR, RL, 0, 0, FR, FL } },
112 { .ca_index = 0x0d, .speakers = { 0, RC, RR, RL, 0, LFE, FR, FL } },
113 { .ca_index = 0x0e, .speakers = { 0, RC, RR, RL, FC, 0, FR, FL } },
[all …]
Dintel_hdmi_audio.h59 RL = (1 << 5), /* Rear Left */ enumerator
/Linux-v4.19/drivers/staging/rtl8712/
Drtl8712_edcasetting_regdef.h34 #define RL (RTL8712_EDCASETTING_ + 0x24) macro
/Linux-v4.19/sound/usb/usx2y/
Dusbus428ctldefs.h81 RL; member
/Linux-v4.19/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-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_debugfs.c2742 #define RL(s, v) R3("lu", s, v) in sge_qinfo_show() macro
2781 RL("RxPackets:", stats.pkts); in sge_qinfo_show()
2782 RL("RxCSO:", stats.rx_cso); in sge_qinfo_show()
2783 RL("VLANxtract:", stats.vlan_ex); in sge_qinfo_show()
2784 RL("LROmerged:", stats.lro_merged); in sge_qinfo_show()
2785 RL("LROpackets:", stats.lro_pkts); in sge_qinfo_show()
2786 RL("RxDrops:", stats.rx_drops); in sge_qinfo_show()
2793 RL("FLAllocErr:", fl.alloc_failed); in sge_qinfo_show()
2794 RL("FLLrgAlcErr:", fl.large_alloc_failed); in sge_qinfo_show()
2795 RL("FLMapErr:", fl.mapping_err); in sge_qinfo_show()
[all …]
/Linux-v4.19/drivers/media/dvb-frontends/
Dbcm3510_priv.h422 u8 RL :1; member
/Linux-v4.19/Documentation/devicetree/bindings/powerpc/opal/
Dpower-mgt.txt86 only the Requested Level (RL) field of the corresponding entry
/Linux-v4.19/arch/sh/boards/
DKconfig268 Renesas "R0P7724LC0011/21RL (EcoVec)" support.
/Linux-v4.19/drivers/memory/
Demif.c675 u32 freq, u8 RL) in get_ddr_phy_ctrl_1_attilaphy_4d() argument
679 val = RL + DIV_ROUND_UP(timings->tDQSCK_max, t_ck) - 1; in get_ddr_phy_ctrl_1_attilaphy_4d()
/Linux-v4.19/drivers/eisa/
Deisa.ids668 ICU0580 "TMC-850M/TMC-850RL SCSI Controller"
/Linux-v4.19/
DCREDITS2713 S: Derbyshire DE4 3RL