Lines Matching +full:bus +full:- +full:range

6 Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
7 SPDX-License-Identifier: BSD-2-Clause-Patent
38 /// support separate windows for Non-prefetchable and Prefetchable
39 /// memory. A PCI bus driver needs to include requests for Prefetchable
40 /// memory in the Non-prefetchable memory pool.
47 /// the PCI bus driver needs to include requests for 64 bit
87 /// The bus allocation phase is about to begin. No specific action
94 /// The bus allocation and bus programming phase is complete. No specific
120 /// De-allocate previously allocated resources previously for all the PCI
144 /// This notification is only applicable to PCI-PCI bridges and
146 /// the bus behind the PCI-PCI Bridge. This notification is sent after
147 /// the primary bus number, the secondary bus number and the subordinate
148 /// bus number registers in the PCI-PCI Bridge are programmed to valid
161 …These are the notifications from the PCI bus driver that it is about to enter a certain phase of t…
234 Sets up the specified PCI root bridge for the bus enumeration process.
239 @param[out] Configuration The pointer to the pointer to the PCI bus resource descriptor.
241 @retval EFI_SUCCESS The PCI root bridge was set up and the bus range was returned in
257 Programs the PCI root bridge hardware so that it decodes the specified PCI bus range.
261 @param[in] RootBridgeHandle The PCI root bridge whose bus range is to be programmed.
262 @param[in] Configuration The pointer to the PCI bus resource descriptor.
264 @retval EFI_SUCCESS The bus range for the PCI root bridge was programmed.
269 @retval EFI_INVALID_PARAMETER Configuration does not include a valid ACPI 2.0 bus resource
272 descriptors other than bus descriptors.
275 @retval EFI_INVALID_PARAMETER "Address Range Minimum" is invalid for this root bridge.
276 @retval EFI_INVALID_PARAMETER "Address Range Length" is invalid for this root bridge.
307 @retval EFI_INVALID_PARAMETER "Address Range Maximum" is invalid.
308 @retval EFI_INVALID_PARAMETER "Address Range Length" is invalid for this PCI root bridge.
343 Provides the hooks from the PCI bus driver to every PCI controller (device/function) at various
349 @param[in] PciAddress The address of the PCI device on the PCI bus.
358 a PCI-to-PCI bridge.
375 /// The notification from the PCI bus enumerator that it is about to enter
387 /// Retrieves the allocation-related attributes of a PCI root bridge.
392 /// Sets up a PCI root bridge for bus enumeration.
397 /// Sets up the PCI root bridge so that it decodes a specific range of bus numbers.
412 /// Provides hooks from the PCI bus driver to every PCI controller