Lines Matching full:attributes

101   /// Retrieve the PCI controller's current attributes, and return them in Result.
105 /// Set the PCI controller's current attributes to Attributes.
109 …/// Enable the attributes specified by the bits that are set in Attributes for this PCI controller.
113 …/// Disable the attributes specified by the bits that are set in Attributes for this PCI controlle…
117 /// Retrieve the PCI controller's supported attributes, and return them in Result.
337 @param Attributes The requested bit mask of attributes for the allocated range.
340 @retval EFI_UNSUPPORTED Attributes is unsupported. The only legal attribute bits are
354 IN UINT64 Attributes
418 Performs an operation on the attributes that this PCI controller supports. The operations include
419 getting the set of supported attributes, retrieving the current attributes, setting the current
420 attributes, enabling attributes, and disabling attributes.
423 @param Operation The operation to perform on the attributes for this PCI controller.
424 @param Attributes The mask of attributes that are used for Set, Enable, and Disable
426 …@param Result A pointer to the result mask of attributes that are returned for the…
429 @retval EFI_SUCCESS The operation on the PCI controller's attributes was completed.
432 Attributes are not supported by this PCI controller or one of
441 IN UINT64 Attributes,
446 Gets the attributes that this PCI controller supports setting on a BAR using
452 …@param Supports A pointer to the mask of attributes that this PCI controller supports
457 @retval EFI_SUCCESS If Supports is not NULL, then the attributes that the PCI
461 @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL.
476 Sets the attributes for a range of a BAR on a PCI controller.
479 @param Attributes The mask of attributes to set for the resource range specified by
484 modified by the attributes specified by Attributes.
486 attributes specified by Attributes.
488 @retval EFI_SUCCESS The set of attributes specified by Attributes for the resource
494 @retval EFI_OUT_OF_RESOURCES There are not enough resources to set the attributes on the
503 IN UINT64 Attributes,
529 EFI_PCI_IO_PROTOCOL_ATTRIBUTES Attributes; member
543 /// The Attributes() function can be used to determine from which of these two sources