Lines Matching full:driver

3   the PCI bus driver/PCI Host Bridge Resource Allocation driver and a platform-specific
4 driver to describe the unique features of a platform.
44 /// resources. If a PCI device driver asks for these resources, the request
54 /// The PCI bus driver will not allocate I/O addresses out of the ISA I/O
61 /// In this case, the PCI bus driver will ask the PCI host bridge driver for
62 /// larger I/O ranges. The PCI host bridge driver is not aware of the ISA
74 /// 3FF), but not if it also asks for the ISA aliases. The PCI bus driver will
77 /// driver asks for the ISA I/O ranges, including aliases, the request will be
97 /// bus driver will not allocate I/O addresses out of the legacy ISA I/O
98 /// range (0x100-0x3FF). If a PCI device driver asks for the ISA I/O
152 /// platform hook is called before the PCI bus driver calls the
153 /// EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL driver.
158 /// platform hook is called before the PCI bus driver calls the
159 /// EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL driver.
164 /// returning to the PCI Bus Driver Notify phase. This platform hook is called after
165 /// the PCI bus driver calls the EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL
166 /// driver.
171 /// returning to the PCI Bus Driver Notify phase. This platform hook is called after
172 /// the PCI bus driver calls the EFI_PCI_HOST_BRIDGE_RESOURCE_ALLOCATION_PROTOCOL
173 /// driver.
185 The PlatformNotify() function can be used to notify the platform driver so that
188 may be added as required in the future. The PCI bus driver calls the platform driver
190 driver is notified, and once after the PCI Host Bridge Resource Allocation Protocol
191 driver has been notified.
200 @param[in] ExecPhase Defines the execution phase of the PCI chipset driver.
218 The PlatformPrepController() function can be used to notify the platform driver so that
221 added as required in the future. The PCI bus driver calls the platform driver twice for
222 every PCI controller-once before the PCI Host Bridge Resource Allocation Protocol driver
223 is notified, and once after the PCI Host Bridge Resource Allocation Protocol driver has
235 @param[in] ExecPhase Defines the execution phase of the PCI chipset driver.
255 enumeration. The PCI bus driver and the PCI Host Bridge Resource Allocation Protocol
256 driver can call this member function to retrieve the policy.
281 and return it to the PCI bus driver. The PCI bus driver will call this member function before
311 /// This protocol provides the interface between the PCI bus driver/PCI Host
312 /// Bridge Resource Allocation driver and a platform-specific driver to describe