Searched +full:amplitude +full:- +full:control +full:- +full:fine +full:- +full:tuning (Results 1 – 4 of 4) sorted by relevance
/linux/Documentation/devicetree/bindings/phy/ |
H A 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 …]
|
H A 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 …]
|
/linux/drivers/phy/realtek/ |
H A D | phy-rtk-usb3.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * phy-rtk-usb3.c RTK usb3.0 phy driver 15 #include <linux/nvmem-consumer.h> 107 return -ETIMEDOUT; in utmi_wait_register() 115 return utmi_wait_register(phy_reg->reg_mdio_ctl, USB_MDIO_CTRL_PHY_BUSY, 0); in rtk_phy3_wait_vbusy() 125 writel(tmp, phy_reg->reg_mdio_ctl); in rtk_phy_read() 129 value = readl(phy_reg->reg_mdio_ctl); in rtk_phy_read() 143 writel(val, phy_reg->reg_mdio_ctl); in rtk_phy_write() 152 struct phy_cfg *phy_cfg = rtk_phy->phy_cfg; in do_rtk_usb3_phy_toggle() 160 phy_parameter = &((struct phy_parameter *)rtk_phy->phy_parameter)[index]; in do_rtk_usb3_phy_toggle() [all …]
|
/linux/sound/synth/emux/ |
H A 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 …]
|