Home
last modified time | relevance | path

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

/openbmc/linux/drivers/fpga/
H A Dzynqmp-fpga.c59 if (priv->flags & FPGA_MGR_PARTIAL_RECONFIG) in zynqmp_fpga_ops_write()
H A Daltera-pr-ip-core.c84 if (!(info->flags & FPGA_MGR_PARTIAL_RECONFIG)) { in alt_pr_fpga_write_init()
H A Dice40-spi.c62 if ((info->flags & FPGA_MGR_PARTIAL_RECONFIG)) { in ice40_fpga_ops_write_init()
H A 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()
H A Dxilinx-spi.c101 if (info->flags & FPGA_MGR_PARTIAL_RECONFIG) { in xilinx_spi_write_init()
H A Daltera-ps-spi.c116 if (info->flags & FPGA_MGR_PARTIAL_RECONFIG) { in altera_ps_write_init()
H A Ddfl-fme-mgr.c116 if (!(info->flags & FPGA_MGR_PARTIAL_RECONFIG)) { in fme_mgr_write_init()
H A Dof-fpga-region.c225 info->flags |= FPGA_MGR_PARTIAL_RECONFIG; in of_fpga_region_parse_ov()
H A Dmicrochip-spi.c259 if (info->flags & FPGA_MGR_PARTIAL_RECONFIG) { in mpf_ops_write_init()
H A Dlattice-sysconfig.c280 if (info->flags & FPGA_MGR_PARTIAL_RECONFIG) { in sysconfig_ops_write_init()
H A Ddfl-fme-pr.c124 info->flags |= FPGA_MGR_PARTIAL_RECONFIG; in fme_pr()
H A Dsocfpga-a10.c281 if (info->flags & FPGA_MGR_PARTIAL_RECONFIG) in socfpga_a10_fpga_write_init()
H A Dmachxo2-spi.c200 if ((info->flags & FPGA_MGR_PARTIAL_RECONFIG)) { in machxo2_write_init()
H A Dstratix10-soc.c187 if (info->flags & FPGA_MGR_PARTIAL_RECONFIG) { in s10_ops_write_init()
H A Dsocfpga.c406 if (info->flags & FPGA_MGR_PARTIAL_RECONFIG) { in socfpga_fpga_ops_configure_init()
H A Daltera-cvp.c328 if (iflags & FPGA_MGR_PARTIAL_RECONFIG) { in altera_cvp_write_init()
/openbmc/linux/include/linux/fpga/
H A Dfpga-mgr.h75 #define FPGA_MGR_PARTIAL_RECONFIG BIT(0) macro
/openbmc/linux/Documentation/driver-api/fpga/
H A Dfpga-programming.rst49 info->flags = FPGA_MGR_PARTIAL_RECONFIG;