Searched full:decoupler (Results 1 – 4 of 4) sorted by relevance
/Linux-v6.6/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 13 The Xilinx LogiCORE Partial Reconfig(PR) Decoupler manages one or more 19 is compatible with the Xilinx LogiCORE pr-decoupler. The Dynamic Function 32 - const: xlnx,pr-decoupler-1.00 33 - const: xlnx,pr-decoupler 59 compatible = "xlnx,pr-decoupler-1.00", "xlnx,pr-decoupler";
|
/Linux-v6.6/drivers/fpga/ |
D | xilinx-pr-decoupler.c | 7 * Decoupler IP Core. 86 .name = "Xilinx PR Decoupler", 94 { .compatible = "xlnx,pr-decoupler-1.00", .data = &decoupler_config }, 95 { .compatible = "xlnx,pr-decoupler", .data = &decoupler_config }, 183 MODULE_DESCRIPTION("Xilinx Partial Reconfiguration Decoupler");
|
D | Kconfig | 117 tristate "Xilinx LogiCORE PR Decoupler" 121 Say Y to enable drivers for Xilinx LogiCORE PR Decoupler 123 The PR Decoupler exists in the FPGA fabric to isolate one
|
D | Makefile | 35 obj-$(CONFIG_XILINX_PR_DECOUPLER) += xilinx-pr-decoupler.o
|