Searched full:reconfiguration (Results 1 – 25 of 180) sorted by relevance
12345678
/linux-6.8/Documentation/devicetree/bindings/fpga/ |
D | fpga-region.txt | 18 FPGA Regions represent FPGA's and partial reconfiguration regions of FPGA's in 31 Full Reconfiguration 34 Partial Reconfiguration (PR) 39 Partial Reconfiguration Region (PRR) 41 * A PRR is a specific section of an FPGA reserved for reconfiguration. 62 * During Full Reconfiguration, hardware bridges between the host and FPGA 64 * During Partial Reconfiguration of a specific region, that region's bridge 78 * An FPGA image that is designed to do full reconfiguration of the FPGA. 79 * A base image may set up a set of partial reconfiguration regions that may 144 reconfiguration. It must include a phandle to an FPGA Manager. The base [all …]
|
D | altera-pr-ip.txt | 1 Altera Arria10 Partial Reconfiguration IP
|
/linux-6.8/Documentation/ABI/testing/ |
D | sysfs-class-fpga-manager | 50 reconfiguration hardware. 51 e.g. start reconfiguration 54 reconfiguration hardware. 55 * reconfig incompatible image - reconfiguration image is 58 reconfiguration hardware 60 reconfiguration hardware
|
D | sysfs-driver-intel-m10-bmc-sec-update | 16 reconfiguration region if one is programmed, else it 44 signing keys for the partial reconfiguration region. The
|
D | sysfs-class-fpga-region | 6 of the FPGA reconfiguration hardware and image. This value
|
/linux-6.8/drivers/fpga/ |
D | Kconfig | 29 tristate "Altera Partial Reconfiguration IP Core" 31 Core driver support for Altera Partial Reconfiguration IP component 34 tristate "Platform support of Altera Partial Reconfiguration IP Core" 37 Platform driver support for Altera Partial Reconfiguration IP 130 reconfiguration, preventing the system deadlock that can 222 management functions such as FPGA partial reconfiguration, power
|
D | altera-pr-ip-core.c | 3 * Driver for Altera Partial Reconfiguration IP Core 85 dev_err(&mgr->dev, "%s Partial Reconfiguration flag not set\n", in alt_pr_fpga_write_init() 94 "%s Partial Reconfiguration already started\n", in alt_pr_fpga_write_init() 156 "successful partial reconfiguration\n"); in alt_pr_fpga_write_complete() 200 MODULE_DESCRIPTION("Altera Partial Reconfiguration IP Core");
|
D | altera-pr-ip-core-plat.c | 3 * Driver for Altera Partial Reconfiguration IP Core 45 MODULE_DESCRIPTION("Altera Partial Reconfiguration IP Platform Driver");
|
D | xilinx-pr-decoupler.c | 6 * FPGA Bridge Driver for the Xilinx LogiCORE Partial Reconfiguration 174 MODULE_DESCRIPTION("Xilinx Partial Reconfiguration Decoupler");
|
D | altera-fpga2sdram.c | 14 * reconfiguration. The code reconfiguring the ports cannot run out of SDRAM 15 * nor can the FPGA access the SDRAM during reconfiguration. This driver does
|
D | stratix10-soc.c | 172 * s10_ops_write_init - prepare for FPGA reconfiguration by requesting 188 dev_dbg(dev, "Requesting partial reconfiguration.\n"); in s10_ops_write_init() 191 dev_dbg(dev, "Requesting full reconfiguration.\n"); in s10_ops_write_init()
|
/linux-6.8/Documentation/driver-api/fpga/ |
D | intro.rst | 39 bridge in FPGA fabric that surrounds a partial reconfiguration region 51 FPGA in full reconfiguration or to a partial reconfiguration region.
|
/linux-6.8/include/linux/ |
D | fs_context.h | 2 /* Filesystem superblock creation and reconfiguration context. 32 FS_CONTEXT_FOR_RECONFIGURE, /* Superblock reconfiguration (remount) */ 42 FS_CONTEXT_AWAITING_RECONF, /* Awaiting initialisation for reconfiguration */ 43 FS_CONTEXT_RECONF_PARAMS, /* Loading params for reconfiguration */ 83 * reconfiguration of a superblock. 85 * Superblock creation fills in ->root whereas reconfiguration begins with this
|
D | clockchips.h | 90 * @min_delta_ticks: minimum delta value in ticks stored for reconfiguration 91 * @max_delta_ticks: maximum delta value in ticks stored for reconfiguration
|
/linux-6.8/Documentation/fpga/ |
D | dfl.rst | 17 enables system level management functions such as FPGA reconfiguration. 71 Feature Register Set, e.g. FME Partial Reconfiguration Feature Register Set. 199 The FPGA Management Engine performs reconfiguration and other infrastructure 281 reset at any time, e.g. during DMA or Partial Reconfiguration. But it should 342 b) Partial Reconfiguration. The FME driver creates FPGA manager, FPGA 346 reconfiguration of the PR bitstream to the given port. 360 Partial Reconfiguration 363 reconfiguration of a PR bitstream file. The PR bitstream file must have been 365 (port) of the FPGA, otherwise, the reconfiguration operation will fail and 369 userspace before calling the reconfiguration IOCTL. [all …]
|
/linux-6.8/arch/powerpc/mm/ |
D | drmem.c | 3 * Dynamic reconfiguration memory support 178 memory = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory"); in drmem_update_dt() 340 * dynamic-reconfiguration-memory node property. 493 dn = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory"); in drmem_init() 495 pr_info("No dynamic reconfiguration memory found\n"); in drmem_init()
|
D | numa.c | 561 memory = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory"); in of_get_assoc_arrays() 620 * ibm,dynamic-reconfiguration-memory node. 847 * Extract NUMA information from the ibm,dynamic-reconfiguration-memory 1016 * ibm,dynamic-reconfiguration-memory node. in parse_numa_properties() 1018 memory = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory"); in parse_numa_properties() 1255 * ibm,dynamic-reconfiguration-memory/ibm,dynamic-memory. 1331 memory = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory"); in hot_add_scn_to_nid() 1359 memory = of_find_node_by_path("/ibm,dynamic-reconfiguration-memory"); in hot_add_drconf_memory_max()
|
/linux-6.8/include/linux/fpga/ |
D | fpga-mgr.h | 65 * %FPGA_MGR_PARTIAL_RECONFIG: do partial reconfiguration if supported 155 * @status: returns status of the FPGA, including reconfiguration error code 189 /* FPGA manager status: Partial/Full Reconfiguration errors */
|
D | altera-pr-ip-core.h | 3 * Driver for Altera Partial Reconfiguration IP Core
|
/linux-6.8/Documentation/driver-api/soundwire/ |
D | error_handling.rst | 50 Errors during global reconfiguration sequences are extremely difficult to 57 such as frame reconfiguration would be handled at different times). A global
|
/linux-6.8/drivers/slimbus/ |
D | sched.c | 18 * The sequence involves sending 3 broadcast messages (reconfiguration 21 * This API executes clock pause reconfiguration sequence if wakeup is false.
|
/linux-6.8/Documentation/driver-api/ |
D | slimbus.rst | 22 reconfiguration sequence is a broadcast message announced to all devices) 105 SLIMbus mandates that a reconfiguration sequence (known as clock-pause) be
|
/linux-6.8/Documentation/filesystems/ |
D | mount_api.rst | 64 The creation and reconfiguration of a superblock is governed by a filesystem 280 information stored in the filesystem context (reconfiguration goes via a 294 Called to effect reconfiguration of a superblock using information stored 322 reconfiguration (FS_CONTEXT_FOR_RECONFIGURE) in which case it indicates 369 In the case of reconfiguration, the target superblock will be accessible 384 Called to apply any reconfiguration to an LSM's context. It must not
|
/linux-6.8/Documentation/userspace-api/media/drivers/ |
D | omap3isp-uapi.rst | 174 driver supports reconfiguration while streaming, it does not support a 175 reconfiguration which requires bigger buffer size than what is already
|
/linux-6.8/arch/powerpc/include/asm/ |
D | prom.h | 139 /* ibm,dynamic-reconfiguration-memory property supported */ 155 #define OV5_DRMEM_V2 0x1680 /* ibm,dynamic-reconfiguration-v2 */
|
12345678