Searched +full:combophy +full:- +full:lgm (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/phy/intel,combo-phy.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Intel ComboPhy Subsystem10 - Dilip Kota <eswara.kota@linux.intel.com>13 Intel Combophy subsystem supports PHYs for PCIe, EMAC and SATA14 controllers. A single Combophy provides two PHY instances.18 pattern: "combophy(@.*|-([0-9]|[1-9][0-9]+))?$"22 - const: intel,combophy-lgm[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Intel Combo-PHY driver5 * Copyright (C) 2019-2020 Intel Corporation.20 #include <dt-bindings/phy/phy.h>37 #define COMBO_PHY_ID(x) ((x)->parent->id)38 #define PHY_ID(x) ((x)->id)55 * for ComboPhy according to the mode.63 /* ComboPhy mode Register values */107 struct intel_combo_phy *cbphy = iphy->parent; in intel_cbphy_iphy_enable()108 u32 mask = BIT(cbphy->phy_mode * 2 + iphy->id); in intel_cbphy_iphy_enable()[all …]