Searched +full:versal +full:- +full:ipi +full:- +full:mailbox (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/mailbox/xlnx,zynqmp-ipi-mailbox.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Xilinx IPI(Inter Processor Interrupt) mailbox controller10 The Xilinx IPI(Inter Processor Interrupt) mailbox controller is to manage11 messaging between two Xilinx Zynq UltraScale+ MPSoC IPI agents. Each IPI14 +-------------------------------------+15 | Xilinx ZynqMP IPI Controller |16 +-------------------------------------+[all …]
1 // SPDX-License-Identifier: GPL-2.07 #include <dt-bindings/power/xlnx-zynqmp-power.h>8 #include <linux/dma-mapping.h>9 #include <linux/firmware/xlnx-zynqmp.h>12 #include <linux/mailbox/zynqmp-ipi-message.h>22 /* IPI buffer MAX length */25 /* RX mailbox client buffer max length */34 * reflects possible values of xlnx,cluster-mode dt-property38 LOCKSTEP_MODE = 1, /* cores execute same code in lockstep,clk-for-clk */43 * struct mem_bank_data - Memory Bank description[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Xilinx Inter Processor Interrupt(IPI) Mailbox Driver8 #include <linux/arm-smccc.h>17 #include <linux/mailbox/zynqmp-ipi-message.h>24 /* IPI agent ID any */27 /* indicate if ZynqMP IPI mailbox driver uses SMC calls or HVC calls */31 /* Default IPI SMC function IDs */40 /* IPI SMC Macros */50 /* IPI mailbox status */55 #define IPI_MB_CHNL_TX 0 /* IPI mailbox TX channel */[all …]