Searched +full:pr +full:- +full:decoupler (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/Documentation/devicetree/bindings/fpga/ |
H A D | xlnx,pr-decoupler.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/fpga/xlnx,pr-decoupler.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Xilinx LogiCORE Partial Reconfig Decoupler/AXI shutdown manager Softcore 10 - Nava kishore Manne <nava.kishore.manne@amd.com> 13 The Xilinx LogiCORE Partial Reconfig(PR) Decoupler manages one or more 19 is compatible with the Xilinx LogiCORE pr-decoupler. The Dynamic Function 21 bridge. The controller safely handles AXI4MM and AXI4-Lite interfaces on a 25 Please refer to fpga-region.txt and fpga-bridge.txt in this directory for [all …]
|
/openbmc/linux/drivers/fpga/ |
H A D | xilinx-pr-decoupler.c | 1 // SPDX-License-Identifier: GPL-2.0-only 7 * Decoupler IP Core. 15 #include <linux/fpga/fpga-bridge.h> 34 writel(val, d->io_base + offset); in xlnx_pr_decoupler_write() 40 return readl(d->io_base + offset); in xlnx_pr_decouple_read() 46 struct xlnx_pr_decoupler_data *priv = bridge->priv; in xlnx_pr_decoupler_enable_set() 48 err = clk_enable(priv->clk); in xlnx_pr_decoupler_enable_set() 57 clk_disable(priv->clk); in xlnx_pr_decoupler_enable_set() 64 const struct xlnx_pr_decoupler_data *priv = bridge->priv; in xlnx_pr_decoupler_enable_show() 68 err = clk_enable(priv->clk); in xlnx_pr_decoupler_enable_show() [all …]
|
H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 52 FPGA manager driver support for Arria-V, Cyclone-V, Stratix-V, 88 tristate "Technologic Systems TS-73xx SBC FPGA Manager" 92 present on the TS-73xx SBC boards. 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 128 safely handles AXI4MM and AXI4-Lite interfaces on a 161 Select this option to enable common support for Field-Programmable 210 the card. It also instantiates the SPI master (spi-altera) for [all …]
|
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 7 obj-$(CONFIG_FPGA) += fpga-mgr.o 10 obj-$(CONFIG_FPGA_MGR_ALTERA_CVP) += altera-cvp.o 11 obj-$(CONFIG_FPGA_MGR_ALTERA_PS_SPI) += altera-ps-spi.o 12 obj-$(CONFIG_FPGA_MGR_ICE40_SPI) += ice40-spi.o 13 obj-$(CONFIG_FPGA_MGR_MACHXO2_SPI) += machxo2-spi.o 14 obj-$(CONFIG_FPGA_MGR_SOCFPGA) += socfpga.o 15 obj-$(CONFIG_FPGA_MGR_SOCFPGA_A10) += socfpga-a10.o 16 obj-$(CONFIG_FPGA_MGR_STRATIX10_SOC) += stratix10-soc.o 17 obj-$(CONFIG_FPGA_MGR_TS73XX) += ts73xx-fpga.o [all …]
|
/openbmc/linux/ |
H A D | opengrok2.0.log | 1 2024-12-28 20:05:26.116-0600 FINEST t586 Statistics.logIt: Added: '/openbmc/linux/tools/testing/selftests/drivers/net/mlxsw/rtnetlink.sh' (ShAnalyzer) (took 79 ms) 2 2024-12-28 20:05:26.112-0600 FINER t592 IndexDatabase.createAnnotationCache: failed to create annotation: repository {dir='/opengrok/src/openbmc/qemu',type=git,historyCache=on,renamed=false,merge=true,annotationCache=off} does not allow to create annotation cache for '/opengrok/src/openbmc/qemu/chardev/spice.c' 3 2024-12-28 20:05:26.116-0600 FINEST t592 Statistics.logIt: Added: '/openbmc/qemu/chardev/spice.c' (CAnalyzer) (took 33 ms) 4 2024-1 [all...] |