Searched +full:salvo +full:- +full:phy (Results 1 – 4 of 4) 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#8 title: Cadence SALVO PHY11 - Peter Chen <peter.chen@nxp.com>16 - nxp,salvo-phy24 clock-names:26 - const: salvo_phy_clk28 power-domains:[all …]
1 # SPDX-License-Identifier: GPL-2.0-only3 # Phy drivers for Cadence PHYs7 tristate "Cadence Torrent PHY driver"13 Support for Cadence Torrent PHY.16 tristate "Cadence D-PHY Support"21 Choose this option if you have a Cadence D-PHY in your23 cdns-dphy.26 tristate "Cadence D-PHY Rx Support"31 Support for Cadence D-PHY in Rx configuration.34 tristate "Cadence Sierra PHY Driver"[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Salvo PHY is a 28nm PHY, it is a legacy PHY, and only6 * Copyright (c) 2019-2020 NXP13 #include <linux/phy/phy.h>21 /* USB3 PHY register definition */93 /* USB2 PHY register definition */135 struct phy *phy; member147 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()[all …]
1 # SPDX-License-Identifier: GPL-2.0-only2 obj-$(CONFIG_PHY_CADENCE_TORRENT) += phy-cadence-torrent.o3 obj-$(CONFIG_PHY_CADENCE_DPHY) += cdns-dphy.o4 obj-$(CONFIG_PHY_CADENCE_DPHY_RX) += cdns-dphy-rx.o5 obj-$(CONFIG_PHY_CADENCE_SIERRA) += phy-cadence-sierra.o6 obj-$(CONFIG_PHY_CADENCE_SALVO) += phy-cadence-salvo.o