Home
last modified time | relevance | path

Searched full:crossbar (Results 1 – 25 of 80) sorted by relevance

1234

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/arm/omap/
H A Dcrossbar.txt5 In such places a interrupt controllers are preceded by an CROSSBAR
10 - compatible : Should be "ti,irq-crossbar"
11 - reg: Base address and the size of the crossbar registers.
14 - ti,max-crossbar-sources: Maximum number of crossbar sources that can be routed.
18 crossbar. These interrupt lines are reserved in the soc,
19 so crossbar bar driver should not consider them as free
25 crossbar. These irqs have a crossbar register, but still cannot be used.
31 crossbar_mpu: crossbar@4a002a48 {
32 compatible = "ti,irq-crossbar";
35 ti,max-crossbar-sources = <400>;
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/dma/
H A Dti-dma-crossbar.txt1 Texas Instruments DMA Crossbar (DMA request router)
4 - compatible: "ti,dra7-dma-crossbar" for DRA7xx DMA crossbar
5 "ti,am335x-edma-crossbar" for AM335x and AM437x
8 for ti,dra7-dma-crossbar and <3> for ti,am335x-edma-crossbar.
9 - dma-requests: Number of DMA requests the crossbar can receive
23 When requesting channel via ti,dra7-dma-crossbar, the DMA clinet must request
24 the DMA event number as crossbar ID (input to the DMA crossbar).
26 For ti,am335x-edma-crossbar: the meaning of parameters of dmas for clients:
28 the event should be assigned and <1> is the mux selection for in the crossbar.
46 /* DMA crossbar */
[all …]
H A Ddma-router.yaml44 compatible = "ti,dra7-dma-crossbar";
/OK3568_Linux_fs/buildroot/package/python-crossbar/
H A D0001-Avoid-intentional-syntax-error.patch10 https://github.com/crossbario/crossbar/issues/750.
14 crossbar/worker/test/examples/syntaxerror.py | 2 --
17 diff --git a/crossbar/worker/test/examples/syntaxerror.py b/crossbar/worker/test/examples/syntaxerr…
19 --- a/crossbar/worker/test/examples/syntaxerror.py
20 +++ b/crossbar/worker/test/examples/syntaxerror.py
H A Dpython-crossbar.hash1 # md5, sha256 from https://pypi.org/pypi/crossbar/json
2 md5 df576100bcf6e423cdc1e2e96b602140 crossbar-21.3.1.tar.gz
3 sha256 ac71959f0c57ab08d43f7830b85c6312e000b25543a179cd751ac357944dd7ef crossbar-21.3.1.tar.gz
5 sha256 57c8ff33c9c0cfc3ef00e650a1cc910d7ee479a8bc509f6c9209a7c2a11399d6 crossbar/LICENSE
H A DConfig.in2 bool "python-crossbar"
46 Crossbar.io is an open-source WAMP application router that
50 https://pypi.python.org/pypi/crossbar
52 comment "python-crossbar needs a toolchain w/ C++"
H A Dpython-crossbar.mk3 # python-crossbar
8 PYTHON_CROSSBAR_SOURCE = crossbar-$(PYTHON_CROSSBAR_VERSION).tar.gz
11 PYTHON_CROSSBAR_LICENSE_FILES = crossbar/LICENSE
/OK3568_Linux_fs/kernel/drivers/irqchip/
H A Dirq-crossbar.c3 * drivers/irqchip/irq-crossbar.c
22 * struct crossbar_device - crossbar device description
25 * @safe_map: safe default value to initialize the crossbar
26 * @max_crossbar_sources: Maximum number of crossbar sources
27 * @irq_map: array of interrupts to crossbar number mapping
28 * @crossbar_base: crossbar base address
141 * crossbar_domain_free - unmap/free a crossbar<->irq connection
211 of_property_read_u32(node, "ti,max-crossbar-sources", in crossbar_of_init()
214 pr_err("missing 'ti,max-crossbar-sources' property\n"); in crossbar_of_init()
252 /* Skip irqs hardwired to bypass the crossbar */ in crossbar_of_init()
[all …]
H A DKconfig302 Support for a CROSSBAR ip that precedes the main interrupt controller.
303 The primary irqchip invokes the crossbar's callback which inturn allocates
/OK3568_Linux_fs/kernel/drivers/dma/ti/
H A Ddma-crossbar.c24 .compatible = "ti,dra7-dma-crossbar",
28 .compatible = "ti,am335x-edma-crossbar",
34 /* Crossbar on AM335x/AM437x family */
186 /* Reset the crossbar */ in ti_am335x_xbar_probe()
196 /* Crossbar on DRA7xx family */
207 u16 safe_val; /* Value to rest the crossbar lines */
421 /* Reset the crossbar */ in ti_dra7_xbar_probe()
430 /* Restore the defaults for the crossbar */ in ti_dra7_xbar_probe()
457 dev_err(&pdev->dev, "Unsupported crossbar\n"); in ti_dma_xbar_probe()
467 .name = "ti-dma-crossbar",
H A DMakefile11 obj-$(CONFIG_TI_DMA_CROSSBAR) += dma-crossbar.o
/OK3568_Linux_fs/kernel/include/dt-bindings/memory/
H A Dtegra194-mc.h167 /* ISP read client for Crossbar A */
169 /* ISP read client 1 for Crossbar A */
171 /* ISP Write client for Crossbar A */
173 /* ISP Write client Crossbar B */
367 /* ISP read client 1 for Crossbar A */
389 /* ISP read client for Crossbar A */
H A Dtegra186-mc.h137 /* ISP Read client for Crossbar A */
139 /* ISP Write client for Crossbar A */
141 /* ISP Write client Crossbar B */
/OK3568_Linux_fs/buildroot/support/testing/tests/package/
H A Dsample_python_crossbar.py2 import crossbar
5 crossbar.run(["version"])
/OK3568_Linux_fs/u-boot/board/freescale/b4860qds/
H A Db4860qds.c369 debug("Configuring crossbar to use onboard SGMII PHYs:" in configure_vsc3316_3308()
372 /* Configure VSC3316 crossbar switch */ in configure_vsc3316_3308()
419 debug("Configuring crossbar for Aurora, SGMII 3 and 4," in configure_vsc3316_3308()
422 /* Configure VSC3316 crossbar switch */ in configure_vsc3316_3308()
449 debug("Configuring crossbar to use onboard SGMII PHYs:" in configure_vsc3316_3308()
452 /* Configure VSC3316 crossbar switch */ in configure_vsc3316_3308()
474 /* Configure VSC3316 crossbar switch */ in configure_vsc3316_3308()
496 /* Configure VSC3308 crossbar switch */ in configure_vsc3316_3308()
1072 /* Configure VSC3316 and VSC3308 crossbar switches */ in board_early_init_r()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/memory-controllers/
H A Dnvidia,tegra30-mc.yaml25 Memory Crossbar, which routes request and responses between Arbitration
27 Memory Crossbar is just a pass through between a single Arbitration Domain
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-autobahn_22.3.2.bb2 HOMEPAGE = "http://crossbar.io/autobahn"
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mailbox/
H A Domap-mailbox.txt15 (excluding the SoCs that have a Interrupt Crossbar IP). Each interrupt line is
26 the Crossbar, a kind of interrupt router/multiplexer. The K3 AM65x and J721E
/OK3568_Linux_fs/buildroot/package/python-autobahn/
H A Dpython-autobahn.mk12 PYTHON_AUTOBAHN_CPE_ID_VENDOR = crossbar
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/44x/
H A Dfsp2.h10 #define DCRN_PLB4_PCBI 0x010 /* PLB Crossbar ID/Rev Register */
18 #define DCRN_PLB4_PCBC 0x018 /* PLB Crossbar Control Register */
/OK3568_Linux_fs/u-boot/board/freescale/m52277evb/
H A DREADME32 - include/asm-m68k/crossbar.h CrossBar structure and definition
/OK3568_Linux_fs/u-boot/arch/arm/lib/
H A Dasm-offsets.c53 /* Multi-Layer AHB Crossbar Switch */ in main()
119 /* Multi-Layer AHB Crossbar Switch */ in main()
/OK3568_Linux_fs/kernel/drivers/clk/st/
H A Dclk-flexgen.c27 /* Crossbar */
222 /* Crossbar element config */ in clk_register_flexgen()
/OK3568_Linux_fs/u-boot/board/freescale/mx31ads/
H A Dlowlevel_init.S70 /* RedBoot: MAX (Multi-Layer AHB Crossbar Switch) setup */
179 * Then it also initializes Multi-Layer AHB Crossbar Switch,
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/h/
H A Dsupern_2.h745 #define QELM_XBAR_W 0x80 /* Crossbar Control ELM W */
746 #define QELM_XBAR_X 0x81 /* Crossbar Control ELM X */
747 #define QELM_XBAR_Y 0x82 /* Crossbar Control ELM Y */
748 #define QELM_XBAR_Z 0x83 /* Crossbar Control ELM Z */
749 #define QELM_XBAR_P 0x84 /* Crossbar Control Bus P */
750 #define QELM_XBAR_S 0x85 /* Crossbar Control Bus S */
751 #define QELM_XBAR_R 0x86 /* Crossbar Control Bus R */
752 #define QELM_WR_XBAR 0x87 /* Write the Crossbar now (write) */

1234