Searched +full:ixp4xx +full:- +full:network +full:- +full:processing +full:- +full:engine (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/firmware/intel,ixp4xx-network-processing-engine.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: Intel IXP4xx Network Processing Engine11 - Linus Walleij <linus.walleij@linaro.org>14 On the IXP4xx SoCs, the Network Processing Engine (NPE) is a small17 on the IXP4xx platform. All IXP4xx platforms have three NPEs at24 - items:25 - const: intel,ixp4xx-network-processing-engine[all …]
1 // SPDX-License-Identifier: ISC3 * Device Tree file for Intel XScale Network Processors6 #include <dt-bindings/interrupt-controller/irq.h>7 #include <dt-bindings/gpio/gpio.h>11 #address-cells = <1>;12 #size-cells = <1>;14 compatible = "simple-bus";15 interrupt-parent = <&intcon>;17 qmgr: queue-manager@60000000 {18 compatible = "intel,ixp4xx-ahb-queue-manager";[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Intel IXP4xx Network Processor Engine driver for Linux8 * - Intel IXP4xx Developer's Manual and other e-papers9 * - Intel IXP400 Access Library Software (BSD license)10 * - previous works by Christian Hohnstaedt <chohnstaedt@innominate.com>15 #include <linux/dma-mapping.h>22 #include <linux/soc/ixp4xx/npe.h>118 #define NPE_A_FIRMWARE "NPE-A"119 #define NPE_B_FIRMWARE "NPE-B"120 #define NPE_C_FIRMWARE "NPE-C"[all …]