Searched +full:amplitude +full:- +full:control +full:- +full:fine +full:- +full:tuning (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/phy/ |
| D | realtek,usb3phy.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Stanley Chang <stanley_chang@realtek.com> 23 XHCI controller#0 -- usb2phy -- phy#0 24 |- usb3phy -- phy#0 25 XHCI controller#1 -- usb2phy -- phy#0 26 XHCI controller#2 -- usb2phy -- phy#0 27 |- usb3phy -- phy#0 32 XHCI controller#0 -- usb2phy -- phy#0 [all …]
|
| D | apm-xgene-phy.txt | 1 * APM X-Gene 15Gbps Multi-purpose PHY nodes 3 PHY nodes are defined to describe on-chip 15Gbps Multi-purpose PHY. Each 7 - compatible : Shall be "apm,xgene-phy". 8 - reg : PHY memory resource is the SDS PHY access resource. 9 - #phy-cells : Shall be 1 as it expects one argument for setting 14 - status : Shall be "ok" if enabled or "disabled" if disabled. 16 - clocks : Reference to the clock entry. 17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial 19 Two set of 3-tuple setting for each (up to 3) 22 - apm,tx-eye-direction : Eye tuning manual control direction. 0 means sample [all …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | apm-xgene-phy.txt | 1 * APM X-Gene 15Gbps Multi-purpose PHY nodes 3 PHY nodes are defined to describe on-chip 15Gbps Multi-purpose PHY. Each 7 - compatible : Shall be "apm,xgene-phy". 8 - reg : PHY memory resource is the SDS PHY access resource. 9 - #phy-cells : Shall be 1 as it expects one argument for setting 14 - status : Shall be "ok" if enabled or "disabled" if disabled. 16 - clocks : Reference to the clock entry. 17 - apm,tx-eye-tuning : Manual control to fine tune the capture of the serial 19 Two set of 3-tuple setting for each (up to 3) 22 - apm,tx-eye-direction : Eye tuning manual control direction. 0 means sample [all …]
|
| /kernel/linux/linux-6.6/sound/synth/emux/ |
| D | emux_synth.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * Copyright (c) 1999-2000 Takashi Iwai <tiwai@suse.de> 21 * macro evaluates its args more than once, so changed to upper-case. 59 emu = port->emu; in snd_emux_note_on() 60 if (snd_BUG_ON(!emu || !emu->ops.get_voice || !emu->ops.trigger)) in snd_emux_note_on() 71 if (zp && zp->v.exclusiveClass) in snd_emux_note_on() 72 exclusive_note_off(emu, port, zp->v.exclusiveClass); in snd_emux_note_on() 80 spin_lock_irqsave(&emu->voice_lock, flags); in snd_emux_note_on() 89 vp = emu->ops.get_voice(emu, port); in snd_emux_note_on() 90 if (vp == NULL || vp->ch < 0) in snd_emux_note_on() [all …]
|
| /kernel/linux/linux-5.10/sound/synth/emux/ |
| D | emux_synth.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 6 * Copyright (c) 1999-2000 Takashi Iwai <tiwai@suse.de> 21 * macro evaluates its args more than once, so changed to upper-case. 59 emu = port->emu; in snd_emux_note_on() 60 if (snd_BUG_ON(!emu || !emu->ops.get_voice || !emu->ops.trigger)) in snd_emux_note_on() 71 if (zp && zp->v.exclusiveClass) in snd_emux_note_on() 72 exclusive_note_off(emu, port, zp->v.exclusiveClass); in snd_emux_note_on() 80 spin_lock_irqsave(&emu->voice_lock, flags); in snd_emux_note_on() 89 vp = emu->ops.get_voice(emu, port); in snd_emux_note_on() 90 if (vp == NULL || vp->ch < 0) in snd_emux_note_on() [all …]
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
| D | i915_reg.h | 18 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. 44 * registers that are defined solely for the use by function-like macros. 52 * should be defined using function-like macros. 58 * with underscore, followed by a function-like macro choosing the right 68 * function-like macros may be used to define bit fields, but do note that the 87 * Try to re-use existing register macro definitions. Only add new macros for 120 * REG_BIT() - Prepare a u32 bit value 121 * @__n: 0-based bit number 133 * REG_GENMASK() - Prepare a continuous u32 bitmask 134 * @__high: 0-based high bit [all …]
|