Searched +full:stm32mp25 +full:- +full:combophy (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/phy/st/ |
H A D | phy-stm32-combophy.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * STMicroelectronics COMBOPHY STM32MP25 Controller driver. 17 #include <dt-bindings/phy/phy.h> 115 static int stm32_impedance_tune(struct stm32_combophy *combophy) in stm32_impedance_tune() argument 121 u32 min_imp = imp_lookup[imp_size - 1].microohm; in stm32_impedance_tune() 122 u32 max_vswing = imp_lookup[imp_size - 1].vswing[vswing_size - 1]; 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() 141 dev_dbg(combophy->dev, "Set %u micro-ohms output impedance\n", in stm32_impedance_tune() [all …]
|
/linux/drivers/clk/stm32/ |
H A D | clk-stm32mp25.c | 1 // SPDX-License-Identifier: GPL-2.0-only 3 * Copyright (C) STMicroelectronics 2023 - All Rights Reserved 8 #include <linux/clk-provider.h> 12 #include "clk-stm32-core.h" 13 #include "reset-stm32.h" 16 #include <dt-bindings/clock/st,stm32mp25-rcc.h> 17 #include <dt-bindings/reset/st,stm32mp25-rcc.h> 20 #define SECF_NONE -1 523 /* CSI-HOST */ 539 /* CSI-PHY */ [all …]
|
/linux/ |
H A D | MAINTAINERS | 5 --------------------------------------------------- 21 W: *Web-page* with status/info 23 B: URI for where to file *bugs*. A web-page with detailed bug 28 patches to the given subsystem. This is either an in-tree file, 29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst 46 N: [^a-z]tegra all files whose path contains tegra 64 ---------------- 83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS) 85 L: linux-scsi@vger.kernel.org 88 F: drivers/scsi/3w-* [all …]
|