Home
last modified time | relevance | path

Searched +full:output +full:- +full:vswing +full:- +full:microvolt (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/drivers/phy/st/
Dphy-stm32-combophy.c1 // SPDX-License-Identifier: GPL-2.0-only
17 #include <dt-bindings/phy/phy.h>
96 u32 vswing[4]; member
119 u8 vswing_size = ARRAY_SIZE(imp_lookup[0].vswing); in stm32_impedance_tune()
122 u32 min_imp = imp_lookup[imp_size - 1].microohm; in stm32_impedance_tune()
124 u32 min_vswing = imp_lookup[0].vswing[0]; in stm32_impedance_tune()
127 if (!of_property_read_u32(combophy->dev->of_node, "st,output-micro-ohms", &val)) { in stm32_impedance_tune()
129 dev_err(combophy->dev, "Invalid value %u for output ohm\n", val); in stm32_impedance_tune()
130 return -EINVAL; in stm32_impedance_tune()
138 return -EINVAL; in stm32_impedance_tune()
[all …]
/linux-6.14.4/Documentation/devicetree/bindings/phy/
Dst,stm32mp25-combophy.yaml1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/phy/st,stm32mp25-combophy.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Christian Bruel <[email protected]>
18 const: st,stm32mp25-combophy
23 "#phy-cells":
29 - description: apb Bus clock mandatory to access registers.
30 - description: ker Internal RCC reference clock for USB3 or PCIe
31 - description: pad Optional on board clock input for PCIe only. Typically an
[all …]