Home
last modified time | relevance | path

Searched refs:crossbar (Results 1 – 21 of 21) sorted by relevance

/linux-6.12.1/Documentation/devicetree/bindings/dma/
Dti-dma-crossbar.txt4 - 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 client 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 */
48 compatible = "ti,dra7-dma-crossbar";
[all …]
/linux-6.12.1/Documentation/devicetree/bindings/arm/omap/
Dcrossbar.txt10 - 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>;
47 An interrupt consumer on an SoC using crossbar will use:
/linux-6.12.1/drivers/media/platform/nxp/imx8-isi/
Dimx8-isi-core.c57 struct media_pad *pad = &isi->crossbar.pads[masd->port]; in mxc_isi_async_notifier_bound()
143 ret = mxc_isi_crossbar_register(&isi->crossbar); in mxc_isi_v4l2_init()
160 ret = media_create_pad_link(&isi->crossbar.sd.entity, in mxc_isi_v4l2_init()
161 isi->crossbar.num_sinks + i, in mxc_isi_v4l2_init()
237 mxc_isi_crossbar_unregister(&isi->crossbar); in mxc_isi_v4l2_cleanup()
503 mxc_isi_crossbar_cleanup(&isi->crossbar); in mxc_isi_probe()
522 mxc_isi_crossbar_cleanup(&isi->crossbar); in mxc_isi_remove()
DMakefile3 imx8-isi-y := imx8-isi-core.o imx8-isi-crossbar.o imx8-isi-gasket.o \
Dimx8-isi-core.h287 struct mxc_isi_crossbar crossbar; member
Dimx8-isi-m2m.c797 &m2m->isi->crossbar.sd.entity, in mxc_isi_m2m_register()
798 m2m->isi->crossbar.num_sinks - 1, in mxc_isi_m2m_register()
Dimx8-isi-pipe.c237 struct mxc_isi_crossbar *xbar = &pipe->isi->crossbar; in mxc_isi_pipe_enable()
304 struct mxc_isi_crossbar *xbar = &pipe->isi->crossbar; in mxc_isi_pipe_disable()
Dimx8-isi-crossbar.c434 struct mxc_isi_crossbar *xbar = &isi->crossbar; in mxc_isi_crossbar_init()
/linux-6.12.1/drivers/dma/ti/
DMakefile18 obj-$(CONFIG_TI_DMA_CROSSBAR) += dma-crossbar.o
/linux-6.12.1/arch/arm/boot/dts/ti/omap/
Ddra7.dtsi806 /* IRQ for DWC3_3 and DWC3_4 need IRQ crossbar */
868 crossbar_mpu: crossbar@4a002a48 {
869 compatible = "ti,irq-crossbar";
875 ti,max-crossbar-sources = <MAX_SOURCES>;
Ddm814x.dtsi464 compatible = "ti,am335x-edma-crossbar";
Dam335x-evm.dts737 /* these are on the crossbar and are outlined in the
Dam437x-sk-evm.dts693 * these are on the crossbar and are outlined in the
Dam437x-gp-evm.dts872 /* these are on the crossbar and are outlined in the
Ddra7-l4.dtsi120 compatible = "ti,dra7-dma-crossbar";
129 compatible = "ti,dra7-dma-crossbar";
Dam33xx-l4.dtsi345 compatible = "ti,am335x-edma-crossbar";
Dam437x-l4.dtsi331 compatible = "ti,am335x-edma-crossbar";
/linux-6.12.1/drivers/irqchip/
DMakefile63 obj-$(CONFIG_IRQ_CROSSBAR) += irq-crossbar.o
DKconfig328 The primary irqchip invokes the crossbar's callback which inturn allocates
/linux-6.12.1/Documentation/mm/
Dnuma.rst20 connected together with some sort of system interconnect--e.g., a crossbar or
/linux-6.12.1/
DMAINTAINERS22894 F: Documentation/devicetree/bindings/dma/ti-dma-crossbar.txt