Searched +full:msc313 +full:- +full:mpll (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/Documentation/devicetree/bindings/clock/ |
D | mstar,msc313-mpll.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/mstar,msc313-mpll.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MStar/Sigmastar MSC313 MPLL 10 - Daniel Palmer <daniel@thingy.jp> 13 The MStar/SigmaStar MSC313 and later ARMv7 chips have an MPLL block that 20 const: mstar,msc313-mpll 22 "#clock-cells": 32 - compatible [all …]
|
D | mstar,msc313-cpupll.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/clock/mstar,msc313-cpupll.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: MStar/Sigmastar MSC313 CPU PLL 10 - Daniel Palmer <daniel@thingy.jp> 13 The MStar/SigmaStar MSC313 and later ARMv7 chips have a scalable 18 const: mstar,msc313-cpupll 20 "#clock-cells": 30 - compatible [all …]
|
/linux-6.12.1/drivers/clk/mstar/ |
D | clk-msc313-mpll.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * MStar MSC313 MPLL driver 10 #include <linux/clk-provider.h> 47 struct msc313_mpll *mpll = to_mpll(hw); in msc313_mpll_recalc_rate() local 51 regmap_field_read(mpll->input_div, &input_div); in msc313_mpll_recalc_rate() 52 regmap_field_read(mpll->output_div, &output_div); in msc313_mpll_recalc_rate() 53 regmap_field_read(mpll->loop_div_first, &loop_first); in msc313_mpll_recalc_rate() 54 regmap_field_read(mpll->loop_div_second, &loop_second); in msc313_mpll_recalc_rate() 74 struct msc313_mpll *mpll; in msc313_mpll_probe() local 76 struct device *dev = &pdev->dev; in msc313_mpll_probe() [all …]
|
D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 6 obj-$(CONFIG_MSTAR_MSC313_CPUPLL) += clk-msc313-cpupll.o 7 obj-$(CONFIG_MSTAR_MSC313_MPLL) += clk-msc313-mpll.o
|
/linux-6.12.1/arch/arm/boot/dts/sigmastar/ |
D | mstar-v7.dtsi | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 #include <dt-bindings/interrupt-controller/irq.h> 8 #include <dt-bindings/interrupt-controller/arm-gic.h> 9 #include <dt-bindings/clock/mstar-msc313-mpll.h> 12 #address-cells = <1>; 13 #size-cells = <1>; 14 interrupt-parent = <&gic>; 17 #address-cells = <1>; 18 #size-cells = <0>; 22 compatible = "arm,cortex-a7"; [all …]
|
/linux-6.12.1/ |
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 …]
|