Searched +full:uniphier +full:- +full:ld20 +full:- +full:ave4 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/net/socionext,uniphier-ave4.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Kunihiko Hayashi <hayashi.kunihiko@socionext.com>14 implemented on Socionext UniPhier SoCs.17 - $ref: ethernet-controller.yaml#22 - socionext,uniphier-pro4-ave423 - socionext,uniphier-pxs2-ave424 - socionext,uniphier-ld11-ave4[all …]
1 // SPDX-License-Identifier: GPL-2.0+ OR MIT3 // Device Tree Source for UniPhier LD20 SoC5 // Copyright (C) 2015-2016 Socionext Inc.8 #include <dt-bindings/gpio/gpio.h>9 #include <dt-bindings/gpio/uniphier-gpio.h>10 #include <dt-bindings/thermal/thermal.h>13 compatible = "socionext,uniphier-ld20";14 #address-cells = <2>;15 #size-cells = <2>;16 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: GPL-2.03 * sni_ave.c - Socionext UniPhier AVE ethernet driver5 * Copyright 2015-2017 Socionext Inc.175 #define AVE_PFNUM_MULTICAST 11 /* No.11-17 */208 #define IS_DESC_64BIT(p) ((p)->data->is_desc_64bit)302 addr = ((id == AVE_DESCID_TX) ? priv->tx.daddr : priv->rx.daddr) in ave_desc_read()303 + entry * priv->desc_size + offset; in ave_desc_read()305 return readl(priv->base + addr); in ave_desc_read()320 addr = ((id == AVE_DESCID_TX) ? priv->tx.daddr : priv->rx.daddr) in ave_desc_write()321 + entry * priv->desc_size + offset; in ave_desc_write()[all …]