Home
last modified time | relevance | path

Searched +full:amplitude +full:- +full:control +full:- +full:coarse +full:- +full:tuning (Results 1 – 3 of 3) sorted by relevance

/linux/Documentation/devicetree/bindings/phy/
H A Drealtek,usb3phy.yaml1 # 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 …]
/linux/drivers/phy/realtek/
H A Dphy-rtk-usb3.c1 // 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 Demux_synth.c1 // 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 …]