Lines Matching defs:Attributes
412 @param Attributes The requested bit mask of attributes for the allocated range. Only
419 @retval EFI_UNSUPPORTED Attributes is unsupported. The only legal attribute bits are
432 IN UINT64 Attributes
492 @param Attributes A pointer to the mask of attributes that this PCI root bridge is
496 bridge supports is returned in Supports. If Attributes is
498 using is returned in Attributes.
499 @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL.
507 OUT UINT64 *Attributes
513 The SetAttributes() function sets the attributes specified in Attributes for the PCI root
517 result, this function may set the attributes specified by Attributes on a larger resource range
523 @param[in] Attributes The mask of attributes to set. If the attribute bit
531 by the attributes specified by Attributes.
533 attributes specified by Attributes.
544 IN UINT64 Attributes,
685 PrivateData->Attributes = PrivateData->Supports;
1885 @param Attributes The requested bit mask of attributes for the allocated range. Only
1892 @retval EFI_UNSUPPORTED Attributes is unsupported. The only legal attribute bits are
1905 IN UINT64 Attributes
1912 // Validate Attributes
1914 if ((Attributes & EFI_PCI_ATTRIBUTE_INVALID_FOR_ALLOCATE_BUFFER) != 0) {
2013 @param Attributes A pointer to the mask of attributes that this PCI root bridge is
2017 bridge supports is returned in Supports. If Attributes is
2019 using is returned in Attributes.
2020 @retval EFI_INVALID_PARAMETER Both Supports and Attributes are NULL.
2028 OUT UINT64 *Attributes
2035 if (Attributes == NULL && Supported == NULL) {
2040 // Set the return value for Supported and Attributes
2046 if (Attributes != NULL) {
2047 *Attributes = PrivateData->Attributes;
2056 The SetAttributes() function sets the attributes specified in Attributes for the PCI root
2060 result, this function may set the attributes specified by Attributes on a larger resource range
2066 @param[in] Attributes The mask of attributes to set. If the attribute bit
2074 by the attributes specified by Attributes.
2076 attributes specified by Attributes.
2087 IN UINT64 Attributes,
2096 if (Attributes != 0) {
2097 if ((Attributes & (~(PrivateData->Supports))) != 0) {
2108 if (Attributes & (~PrivateData->Attributes)) {