Home
last modified time | relevance | path

Searched +full:tx +full:- +full:vboost +full:- +full:lvl (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/phy/
Dhisilicon,hi3670-usb3.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/phy/hisilicon,hi3670-usb3.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
17 const: hisilicon,hi3670-usb-phy
19 "#phy-cells":
22 hisilicon,pericrg-syscon:
26 hisilicon,pctrl-syscon:
30 hisilicon,sctrl-syscon:
[all …]
/linux-6.12.1/drivers/phy/hisilicon/
Dphy-hi3670-usb3.c1 // SPDX-License-Identifier: GPL-2.0-only
5 * Copyright (C) 2017-2020 Hilisicon Electronics Co., Ltd.
190 while (retry-- > 0) { in hi3670_phy_cr_wait_ack()
204 return -ETIMEDOUT; in hi3670_phy_cr_wait_ack()
294 ret = regmap_write(priv->usb31misc, USB3OTG_CTRL4, in hi3670_phy_set_params()
295 priv->eye_diagram_param); in hi3670_phy_set_params()
297 dev_err(priv->dev, "set USB3OTG_CTRL4 failed\n"); in hi3670_phy_set_params()
301 while (retry-- > 0) { in hi3670_phy_set_params()
302 ret = hi3670_phy_cr_read(priv->usb31misc, in hi3670_phy_set_params()
307 if (ret != -ETIMEDOUT) { in hi3670_phy_set_params()
[all …]