Searched +full:uniphier +full:- +full:ld11 +full:- +full:mio +full:- +full:clock (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | socionext,uniphier-clock.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/clock/socionext,uniphier-clock.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: UniPhier clock controller 10 - Masahiro Yamada <yamada.masahiro@socionext.com> 15 - description: System clock 17 - socionext,uniphier-ld4-clock 18 - socionext,uniphier-pro4-clock 19 - socionext,uniphier-sld8-clock [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/soc/socionext/ |
H A D | socionext,uniphier-mioctrl.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/socionext/socionext,uniphier-mioctrl.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Socionext UniPhier media I/O block (MIO) controller 10 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com> 13 Media I/O block implemented on Socionext UniPhier SoCs is a legacy 15 SD/eMMC, and MIO-DMAC. 19 as a subset of media I/O block. See socionext,uniphier-sdctrl.yaml. 24 - enum: [all …]
|
/openbmc/linux/drivers/clk/uniphier/ |
H A D | clk-uniphier-core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 7 #include <linux/clk-provider.h> 13 #include "clk-uniphier.h" 19 switch (data->type) { in uniphier_clk_register() 21 return uniphier_clk_register_cpugear(dev, regmap, data->name, in uniphier_clk_register() 22 &data->data.cpugear); in uniphier_clk_register() 24 return uniphier_clk_register_fixed_factor(dev, data->name, in uniphier_clk_register() 25 &data->data.factor); in uniphier_clk_register() 27 return uniphier_clk_register_fixed_rate(dev, data->name, in uniphier_clk_register() 28 &data->data.rate); in uniphier_clk_register() [all …]
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | uniphier-ld11.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier LD11 SoC 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/gpio/uniphier-gpio.h> 14 compatible = "socionext,uniphier-ld11"; 15 #address-cells = <2>; 16 #size-cells = <2>; 17 interrupt-parent = <&gic>; 20 #address-cells = <2>; 21 #size-cells = <0>; [all …]
|
/openbmc/u-boot/drivers/clk/uniphier/ |
H A D | clk-uniphier-core.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * Copyright (C) 2016-2017 Socionext Inc. 8 #include <clk-uclass.h> 14 #include "clk-uniphier.h" 17 * struct uniphier_clk_priv - private data for UniPhier clock driver 19 * @base: base address of the clock provider 33 val = readl(priv->base + gate->reg); in uniphier_clk_gate_enable() 34 val |= BIT(gate->bit); in uniphier_clk_gate_enable() 35 writel(val, priv->base + gate->reg); in uniphier_clk_gate_enable() 45 for (i = 0; i < mux->num_parents; i++) { in uniphier_clk_mux_set_parent() [all …]
|
/openbmc/linux/arch/arm64/boot/dts/socionext/ |
H A D | uniphier-ld11.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier LD11 SoC 8 #include <dt-bindings/gpio/gpio.h> 9 #include <dt-bindings/gpio/uniphier-gpio.h> 10 #include <dt-bindings/interrupt-controller/arm-gic.h> 13 compatible = "socionext,uniphier-ld11"; 14 #address-cells = <2>; 15 #size-cells = <2>; 16 interrupt-parent = <&gic>; 19 #address-cells = <2>; [all …]
|
/openbmc/linux/ |
H A D | opengrok1.0.log | 1 2024-12-28 20:07:11.902-0600 FINER t583 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' 2 2024-12-28 20:07:11.913-0600 FINEST t583 Statistics.logIt: Added: '/openbmc/linux/drivers/net/ethernet/marvell/mvpp2/mvpp2_prs.c' (CAnalyzer) (took 116 ms) 3 2024-12-28 20:07:11.899-0600 FINER t593 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/linux',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/linux/tools/testing/selftests/powerpc/tm/tm-signa [all...] |