Searched +full:uniphier +full:- +full:pro4 +full:- +full:sg +full:- +full:clock (Results 1 – 5 of 5) sorted by relevance
/linux/Documentation/devicetree/bindings/soc/socionext/ |
H A D | socionext,uniphier-soc-glue.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/soc/socionext/socionext,uniphier-soc-glue.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Socionext UniPhier SoC-glue logic 10 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com> 13 SoC-glue logic implemented on Socionext UniPhier SoCs is a collection of 19 - enum: 20 - socionext,uniphier-ld4-soc-glue 21 - socionext,uniphier-pro4-soc-glue [all …]
|
/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 …]
|
/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 …]
|
/linux/arch/arm/boot/dts/socionext/ |
H A D | uniphier-pro4.dtsi | 1 // SPDX-License-Identifier: GPL-2.0+ OR MIT 3 // Device Tree Source for UniPhier Pro4 SoC 5 // Copyright (C) 2015-2016 Socionext Inc. 8 #include <dt-bindings/gpio/uniphier-gpio.h> 9 #include <dt-bindings/interrupt-controller/arm-gic.h> 12 compatible = "socionext,uniphier-pro4"; 13 #address-cells = <1>; 14 #size-cells = <1>; 17 #address-cells = <1>; 18 #size-cells = <0>; [all …]
|
/linux/drivers/net/ethernet/socionext/ |
H A D | sni_ave.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * sni_ave.c - Socionext UniPhier AVE ethernet driver 5 * Copyright 2015-2017 Socionext Inc. 176 #define AVE_PFNUM_MULTICAST 11 /* No.11-17 */ 204 /* SG */ 209 #define IS_DESC_64BIT(p) ((p)->data->is_desc_64bit) 303 addr = ((id == AVE_DESCID_TX) ? priv->tx.daddr : priv->rx.daddr) in ave_desc_read() 304 + entry * priv->desc_size + offset; in ave_desc_read() 306 return readl(priv->base + addr); in ave_desc_read() 321 addr = ((id == AVE_DESCID_TX) ? priv->tx.daddr : priv->rx.daddr) in ave_desc_write() [all …]
|