Searched full:decoupler (Results 1 – 4 of 4) sorted by relevance
/linux-6.14.4/Documentation/devicetree/bindings/fpga/ |
D | xlnx,pr-decoupler.yaml | 4 $id: http://devicetree.org/schemas/fpga/xlnx,pr-decoupler.yaml# 7 title: Xilinx LogiCORE Partial Reconfig Decoupler/AXI shutdown manager Softcore 16 The Xilinx LogiCORE Partial Reconfig(PR) Decoupler manages one or more 22 is compatible with the Xilinx LogiCORE pr-decoupler. The Dynamic Function 35 - const: xlnx,pr-decoupler-1.00 36 - const: xlnx,pr-decoupler 62 compatible = "xlnx,pr-decoupler-1.00", "xlnx,pr-decoupler";
|
/linux-6.14.4/drivers/fpga/ |
D | xilinx-pr-decoupler.c | 7 * Decoupler IP Core. 87 .name = "Xilinx PR Decoupler", 95 { .compatible = "xlnx,pr-decoupler-1.00", .data = &decoupler_config }, 96 { .compatible = "xlnx,pr-decoupler", .data = &decoupler_config }, 174 MODULE_DESCRIPTION("Xilinx Partial Reconfiguration Decoupler");
|
D | Kconfig | 129 tristate "Xilinx LogiCORE PR Decoupler" 133 Say Y to enable drivers for Xilinx LogiCORE PR Decoupler 135 The PR Decoupler exists in the FPGA fabric to isolate one
|
D | Makefile | 37 obj-$(CONFIG_XILINX_PR_DECOUPLER) += xilinx-pr-decoupler.o
|