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 an 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 an 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 an FPGA Manager, it will inherit the FPGA
156 Manager specified by its ancestor FPGA Region. This supports both the case
281 a FPGA Region. The target of the Device Tree Overlay is the FPGA Region. Some
293 FPGA Region. The FPGA Region is the child of the bridge that allows
313 * FPGA Region
322 The live Device Tree must contain an FPGA Region, an FPGA Manager, and any FPGA
323 Bridges. The FPGA Region's "fpga-mgr" property specifies the manager by phandle
324 to handle programming the FPGA. If the FPGA Region is the child of another FPGA
325 Region, the parent's FPGA Manager is used. If FPGA Bridges need to be involved,
326 they are specified in the FPGA Region by the "fpga-bridges" property. During
327 FPGA programming, the FPGA Region will disable the bridges that are in its
391 The base FPGA Region is specified similar to the first example above.