Home
last modified time | relevance | path

Searched full:portals (Results 1 – 25 of 101) sorted by relevance

12345

/freebsd/sys/contrib/device-tree/Bindings/soc/fsl/
H A Dqman-portals.txt1 QorIQ DPAA Queue Manager Portals Device Tree Binding
12 Portals are memory mapped interfaces to QMan that allow low-latency, lock-less
56 In addition to these properties the qman-portals should have sub-nodes to
57 represent the HW devices/portals that are connected to the software portal
86 The example below shows a (P4080) QMan portals container/bus node with two portals
88 qman-portals@ff4200000 {
H A Dbman-portals.txt1 QorIQ DPAA Buffer Manager Portals Device Tree Binding
12 Portals are memory mapped interfaces to BMan that allow low-latency, lock-less
38 The example below shows a (P4080) BMan portals container/bus node with two portals
40 bman-portals@ff4000000 {
H A Dbman.txt39 - fsl,bman-portals
42 Definition: Phandle to this BMan instance's portals
56 Devices connected to a BMan instance via Direct Connect Portals (DCP) must link
114 bportals: bman-portals@ff4000000 {
129 fsl,bman-portals = <&bportals>;
H A Dfsl,qman-portal.yaml7 title: QorIQ DPAA Queue Manager Portals
13 Portals are memory mapped interfaces to QMan that allow low-latency, lock-less
56 In addition to these properties the qman-portals should have sub-nodes to
57 represent the HW devices/portals that are connected to the software portal
H A Dqman.txt41 - fsl,qman-portals
44 Definition: Phandle to this QMan instance's portals
70 Devices connected to a QMan instance via Direct Connect Portals (DCP) must link
147 qportals: qman-portals@ff4200000 {
178 fsl,qman-portals = <&qportals>;
H A Dfsl,bman.yaml48 Devices connected to a BMan instance via Direct Connect Portals (DCP) must link
51 fsl,bman-portals:
81 fsl,bman-portals = <&bportals>;
H A Dfsl,qman.yaml41 fsl,qman-portals:
66 Portals (DCP) must link to the respective QMan instance.
90 fsl,qman-portals = <&qportals>;
H A Dfsl,bman-portal.yaml7 title: QorIQ DPAA Queue Manager Portals
15 Portals are memory mapped interfaces to BMan that allow low-latency, lock-less
/freebsd/sys/dev/dpaa/
H A Dbman_fdt.c43 #include "portals.h"
83 * BMAN Portals
85 #define BMAN_PORT_DEVSTR "Freescale Buffer Manager - Portals"
100 "bman-portals",
131 } else if (!ofw_bus_is_compatible(dev, "fsl,bman-portals")) in bman_portals_fdt_probe()
179 /* Find portals tied to CPUs */ in bman_portals_fdt_attach()
H A Dqman_fdt.c43 #include "portals.h"
83 * QMAN Portals
85 #define QMAN_PORT_DEVSTR "Freescale Queue Manager - Portals"
100 "qman-portals",
131 } else if (!ofw_bus_is_compatible(dev, "fsl,qman-portals")) in qman_portals_fdt_probe()
207 /* Find portals tied to CPUs */ in qman_portals_fdt_attach()
H A Dqman.h45 * Pool channel common to all software portals.
131 * destined to software portals. Refer to
/freebsd/sys/contrib/device-tree/Bindings/powerpc/fsl/
H A Dinterlaken-lac.txt25 interface. It accepts LA command through software portals, which are system
92 The Interlaken Look-Aside Controller (LAC) utilizes Software Portals to accept
113 Definition: Must include "fsl,interlaken-lac-portals"
122 Interlaken Look-Aside Controller (LAC) Software Portals Child Nodes
125 There are up to 24 available software portals with each software portal
160 lac-portals {
163 compatible = "fsl,interlaken-lac-portals";
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Dfsl,qoriq-mc.yaml81 0x0 - MC portals
82 0x1 - QBMAN portals
164 * Region type 0x0 - MC portals
165 * Region type 0x1 - QBMAN portals
H A Dfsl,qoriq-mc.txt71 0x0 - MC portals
72 0x1 - QBMAN portals
180 * Region type 0x0 - MC portals
181 * Region type 0x1 - QBMAN portals
/freebsd/sys/contrib/ncsw/user/env/
H A Dxx.c52 #include <dev/dpaa/portals.h>
113 /* Structure to store portals' properties */
288 /* Check interrupt numbers of all available portals */ in XX_IsPortalIntr()
739 len = strlen("bman-portals"); in XX_PortalSetInfo()
743 if (strncmp(dev_name, "bman-portals", len) && strncmp(dev_name, in XX_PortalSetInfo()
744 "qman-portals", len)) in XX_PortalSetInfo()
747 if (strncmp(dev_name, "bman-portals", len) == 0) in XX_PortalSetInfo()
/freebsd/sys/contrib/ncsw/inc/integrations/
H A Ddpaa_integration_ext.h48 @Description DPAA SW Portals Enumeration.
66 @Description DPAA Direct Connect Portals Enumeration.
95 …_CHANNEL_SWPORTAL0 = 0, /**< Dedicated channels serviced by software portals 0 to 9 */
106 …OL1 = 0x21, /**< Pool channels that can be serviced by any of the software portals */
/freebsd/sys/contrib/device-tree/src/powerpc/fsl/
H A Dcyrus_p5020.dts47 bportals: bman-portals@ff4000000 {
51 qportals: qman-portals@ff4200000 {
H A Doca4080.dts75 bportals: bman-portals@ff4000000 {
79 qportals: qman-portals@ff4200000 {
H A Dkmcoge4.dts47 bportals: bman-portals@ff4000000 {
51 qportals: qman-portals@ff4200000 {
H A Dinterlaken-lac-portals.dtsi1 /* T4240 Interlaken LAC Portal device tree stub with 24 portals.
36 compatible = "fsl,interlaken-lac-portals";
H A Dt208xrdb.dtsi101 bportals: bman-portals@ff4000000 {
105 qportals: qman-portals@ff6000000 {
H A Dt1023rdb.dts96 bportals: bman-portals@ff4000000 {
100 qportals: qman-portals@ff6000000 {
H A Db4qds.dtsi131 bportals: bman-portals@ff4000000 {
135 qportals: qman-portals@ff6000000 {
H A Dkmcent2.dts89 bportals: bman-portals@ff4000000 {
93 qportals: qman-portals@ff6000000 {
H A Dt1024qds.dts104 bportals: bman-portals@ff4000000 {
108 qportals: qman-portals@ff6000000 {

12345