Searched +full:usb2 +full:- +full:disconnect +full:- +full:threshold +full:- +full:microvolt (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/phy/cdns,salvo-phy.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#11 - Peter Chen <peter.chen@nxp.com>16 - nxp,salvo-phy24 clock-names:26 - const: salvo_phy_clk28 power-domains:31 "#phy-cells":[all …]
1 // SPDX-License-Identifier: GPL-2.0+4 * for USB3 and USB2.6 * Copyright (c) 2019-2020 NXP93 /* USB2 PHY register definition */147 return salvo_phy->data == &cdns_nxp_salvo_data; in cdns_is_nxp_phy()152 return (u16)readl(salvo_phy->base + offset + in cdns_salvo_read()153 reg * (1 << salvo_phy->data->reg_offset_shift)); in cdns_salvo_read()159 writel(val, salvo_phy->base + offset + in cdns_salvo_write()160 reg * (1 << salvo_phy->data->reg_offset_shift)); in cdns_salvo_write()249 struct cdns_salvo_data *data = salvo_phy->data; in cdns_salvo_phy_init()[all …]