Searched +full:decrease +full:- +full:hs +full:- +full:slew +full:- +full:rate (Results 1 – 3 of 3) sorted by relevance
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 controller22 |_ PHY port#2 ----| |________________27 - Amelie Delaunay <amelie.delaunay@foss.st.com>31 const: st,stm32mp1-usbphyc42 "#address-cells":45 "#size-cells":[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)6 * DHCR-STM32MP135F-C100-R051-EE-F0409-SPI4-RTC-WBT-I-01LG7 * DHCOR PCB number: 718-100 or newer8 * DHSBC PCB number: 719-100 or newer11 /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 …]
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 …]