Searched +full:tune +full:- +full:squelch +full:- +full:level (Results 1 – 5 of 5) 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#22 |_ PHY port#2 ----| |________________27 - Amelie Delaunay <amelie.delaunay@foss.st.com>31 const: st,stm32mp1-usbphyc42 "#address-cells":45 "#size-cells":48 vdda1v1-supply:[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2017 - All Rights Reserved6 /dts-v1/;8 #include "stm32mp157c-ed1.dts"9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/input/input.h>14 compatible = "st,stm32mp157c-ev1", "st,stm32mp157c-ed1", "st,stm32mp157";17 stdout-path = "serial0:115200n8";27 clk_ext_camera: clk-ext-camera {28 #clock-cells = <0>;[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR BSD-3-Clause)3 * Copyright (C) STMicroelectronics 2019 - All Rights Reserved7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/mfd/st,stpmic1.h>16 reserved-memory {17 #address-cells = <1>;18 #size-cells = <1>;22 compatible = "shared-dma-pool";24 no-map;28 compatible = "shared-dma-pool";[all …]
1 // SPDX-License-Identifier: GPL-2.010 #include <linux/clk-provider.h>141 u32 tune; member172 ret = regulator_enable(usbphyc->vdda1v1); in stm32_usbphyc_regulators_enable()176 ret = regulator_enable(usbphyc->vdda1v8); in stm32_usbphyc_regulators_enable()183 regulator_disable(usbphyc->vdda1v1); in stm32_usbphyc_regulators_enable()192 ret = regulator_disable(usbphyc->vdda1v8); in stm32_usbphyc_regulators_disable()196 ret = regulator_disable(usbphyc->vdda1v1); in stm32_usbphyc_regulators_disable()216 * <=> PLLFRACIN = ((FVCO / (INFF*2)) - PLLNDIV) * 2^16 in stm32_usbphyc_get_pll_params()222 pll_params->ndiv = (u8)ndiv; in stm32_usbphyc_get_pll_params()[all …]
1 // SPDX-License-Identifier: ISC72 __le32 buf; /* Can't be pointer on (64-bit) hosts */117 #define TXHI (TXQLEN - 256) /* turn on flow control above TXHI */118 #define TXLOW (TXHI - 256) /* turn off flow control below TXLOW */148 /* 1: isolate internal sdio signals, put external pads in tri-state; requires153 /* Force SD->SB reset mapping (rev 11) */188 /* Squelch clock requests from HW */249 #define SFC_ABORTALL (1 << 3) /* Abort all in-progress frames */288 * Software-defined protocol header419 uint fc_rcvd; /* Number of flow-control events received */[all …]