Searched +full:trim +full:- +full:hs +full:- +full:impedance (Results  1 – 4 of 4) sorted by relevance
| /linux/Documentation/devicetree/bindings/phy/ | 
| H A D | phy-stm32-usbphyc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---
 4 $id: http://devicetree.org/schemas/phy/phy-stm32-usbphyc.yaml#
 5 $schema: http://devicetree.org/meta-schemas/core.yaml#
 7 title: STMicroelectronics STM32 USB HS PHY controller
 22   |_ PHY port#2 ----|   |________________
 27   - Amelie Delaunay <amelie.delaunay@foss.st.com>
 31     const: st,stm32mp1-usbphyc
 42   "#address-cells":
 45   "#size-cells":
 [all …]
 
 | 
| /linux/arch/arm/boot/dts/st/ | 
| H A D | stm32mp135f-dhcor-dhsbc.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)6  * DHCR-STM32MP135F-C100-R051-EE-F0409-SPI4-RTC-WBT-I-01LG
 7  * DHCOR PCB number: 718-100 or newer
 8  * DHSBC PCB number: 719-100 or newer
 11 /dts-v1/;
 13 #include <dt-bindings/regulator/st,stm32mp13-regulator.h>
 16 #include "stm32mp13xx-dhcor-som.dtsi"
 20 	compatible = "dh,stm32mp135f-dhcor-dhsbc",
 21 		     "dh,stm32mp135f-dhcor-som",
 32 		stdout-path = "serial0:115200n8";
 [all …]
 
 | 
| H A D | stm32mp135f-dk.dts | 1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3  * Copyright (C) STMicroelectronics 2021 - All Rights Reserved
 7 /dts-v1/;
 9 #include <dt-bindings/gpio/gpio.h>
 10 #include <dt-bindings/input/input.h>
 11 #include <dt-bindings/leds/common.h>
 12 #include <dt-bindings/regulator/st,stm32mp13-regulator.h>
 15 #include "stm32mp13-pinctrl.dtsi"
 18 	model = "STMicroelectronics STM32MP135F-DK Discovery Board";
 19 	compatible = "st,stm32mp135f-dk", "st,stm32mp135";
 [all …]
 
 | 
| /linux/drivers/phy/st/ | 
| H A D | phy-stm32-usbphyc.c | 1 // SPDX-License-Identifier: GPL-2.010 #include <linux/clk-provider.h>
 173 	ret = regulator_enable(usbphyc->vdda1v1);  in stm32_usbphyc_regulators_enable()
 177 	ret = regulator_enable(usbphyc->vdda1v8);  in stm32_usbphyc_regulators_enable()
 184 	regulator_disable(usbphyc->vdda1v1);  in stm32_usbphyc_regulators_enable()
 193 	ret = regulator_disable(usbphyc->vdda1v8);  in stm32_usbphyc_regulators_disable()
 197 	ret = regulator_disable(usbphyc->vdda1v1);  in stm32_usbphyc_regulators_disable()
 217 	 * <=>  PLLFRACIN = ((FVCO / (INFF*2)) - PLLNDIV) * 2^16  in stm32_usbphyc_get_pll_params()
 223 	pll_params->ndiv = (u8)ndiv;  in stm32_usbphyc_get_pll_params()
 227 	frac = frac - (ndiv * (1 << 16));  in stm32_usbphyc_get_pll_params()
 [all …]
 
 |