Home
last modified time | relevance | path

Searched refs:FPGA_MGR_PARTIAL_RECONFIG (Results 1 – 16 of 16) sorted by relevance

/linux-5.19.10/drivers/fpga/
Dzynqmp-fpga.c59 if (priv->flags & FPGA_MGR_PARTIAL_RECONFIG) in zynqmp_fpga_ops_write()
Daltera-pr-ip-core.c84 if (!(info->flags & FPGA_MGR_PARTIAL_RECONFIG)) { in alt_pr_fpga_write_init()
Dice40-spi.c62 if ((info->flags & FPGA_MGR_PARTIAL_RECONFIG)) { in ice40_fpga_ops_write_init()
Dzynq-fpga.c277 if (!(info->flags & FPGA_MGR_PARTIAL_RECONFIG)) { in zynq_fpga_ops_write_init()
511 if (!(info->flags & FPGA_MGR_PARTIAL_RECONFIG)) { in zynq_fpga_ops_write_complete()
Dxilinx-spi.c101 if (info->flags & FPGA_MGR_PARTIAL_RECONFIG) { in xilinx_spi_write_init()
Daltera-ps-spi.c116 if (info->flags & FPGA_MGR_PARTIAL_RECONFIG) { in altera_ps_write_init()
Ddfl-fme-mgr.c116 if (!(info->flags & FPGA_MGR_PARTIAL_RECONFIG)) { in fme_mgr_write_init()
Dof-fpga-region.c223 info->flags |= FPGA_MGR_PARTIAL_RECONFIG; in of_fpga_region_parse_ov()
Ddfl-fme-pr.c124 info->flags |= FPGA_MGR_PARTIAL_RECONFIG; in fme_pr()
Dmachxo2-spi.c200 if ((info->flags & FPGA_MGR_PARTIAL_RECONFIG)) { in machxo2_write_init()
Dsocfpga-a10.c281 if (info->flags & FPGA_MGR_PARTIAL_RECONFIG) in socfpga_a10_fpga_write_init()
Dstratix10-soc.c186 if (info->flags & FPGA_MGR_PARTIAL_RECONFIG) { in s10_ops_write_init()
Dsocfpga.c406 if (info->flags & FPGA_MGR_PARTIAL_RECONFIG) { in socfpga_fpga_ops_configure_init()
Daltera-cvp.c328 if (iflags & FPGA_MGR_PARTIAL_RECONFIG) { in altera_cvp_write_init()
/linux-5.19.10/include/linux/fpga/
Dfpga-mgr.h71 #define FPGA_MGR_PARTIAL_RECONFIG BIT(0) macro
/linux-5.19.10/Documentation/driver-api/fpga/
Dfpga-programming.rst49 info->flags = FPGA_MGR_PARTIAL_RECONFIG;