Lines Matching full:attributes
270 @param Attributes The requested bit mask of attributes for the allocated range.
273 @retval EFI_UNSUPPORTED Attributes is unsupported. The only legal attribute bits are
287 IN UINT64 Attributes
328 Gets the attributes that a PCI root bridge supports setting with SetAttributes(), and the
329 attributes that a PCI root bridge is currently using.
332 …@param Supports A pointer to the mask of attributes that this PCI root bridge suppor…
334 …@param Attributes A pointer to the mask of attributes that this PCI root bridge is cur…
337 @retval EFI_SUCCESS If Supports is not NULL, then the attributes that the PCI root
338 bridge supports is returned in Supports. If Attributes is
339 not NULL, then the attributes that the PCI root bridge is currently
340 using is returned in Attributes.
341 @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL.
350 OUT UINT64 *Attributes
354 Sets attributes for a resource range on a PCI root bridge.
357 @param Attributes The mask of attributes to set.
359 attributes specified by Attributes.
361 attributes specified by Attributes.
363 @retval EFI_SUCCESS The set of attributes specified by Attributes for the resource
367 @retval EFI_UNSUPPORTED A bit is set in Attributes that is not supported by the PCI Root
369 @retval EFI_OUT_OF_RESOURCES There are not enough resources to set the attributes on the
378 IN UINT64 Attributes,