Lines Matching refs:Region
1 FPGA Region Device Tree Binding
9 - FPGA Region
39 Partial Reconfiguration Region (PRR)
108 When a DT overlay that targets a FPGA Region is applied, the FPGA Region will
117 When the overlay is removed, the child nodes will be removed and the FPGA Region
121 FPGA Region
125 Region brings together the elements needed to program on a running system and
136 An FPGA Region that exists in the live Device Tree reflects the current state.
138 Region, the FPGA already has been programmed. A DTO that targets a FPGA Region
143 The base FPGA Region in the device tree represents the FPGA and supports full
150 For partial reconfiguration (PR), each PR region will have an FPGA Region.
155 If an FPGA Region does not specify a FPGA Manager, it will inherit the FPGA
156 Manager specified by its ancestor FPGA Region. This supports both the case
286 a FPGA Region. The target of the Device Tree Overlay is the FPGA Region. Some
298 FPGA Region. The FPGA Region is the child of the bridge that allows
318 * FPGA Region
327 The live Device Tree must contain an FPGA Region, an FPGA Manager, and any FPGA
328 Bridges. The FPGA Region's "fpga-mgr" property specifies the manager by phandle
329 to handle programming the FPGA. If the FPGA Region is the child of another FPGA
330 Region, the parent's FPGA Manager is used. If FPGA Bridges need to be involved,
331 they are specified in the FPGA Region by the "fpga-bridges" property. During
332 FPGA programming, the FPGA Region will disable the bridges that are in its
399 The base FPGA Region is specified similar to the first example above.