Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/PciSegmentLib.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/PciSegmentLib.h
r48674 r58459 24 24 accesses when PCI Segments other than Segment #0 must be accessed. 25 25 26 Copyright (c) 2006 - 20 09, Intel Corporation. All rights reserved.<BR>26 Copyright (c) 2006 - 2012, Intel Corporation. All rights reserved.<BR> 27 27 This program and the accompanying materials 28 28 are licensed and made available under the terms and conditions of the BSD License … … 244 244 If EndBit is greater than 7, then ASSERT(). 245 245 If EndBit is less than StartBit, then ASSERT(). 246 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 246 247 247 248 @param Address PCI configuration register to write. … … 279 280 If EndBit is greater than 7, then ASSERT(). 280 281 If EndBit is less than StartBit, then ASSERT(). 282 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 281 283 282 284 @param Address PCI configuration register to write. … … 314 316 If EndBit is greater than 7, then ASSERT(). 315 317 If EndBit is less than StartBit, then ASSERT(). 318 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 316 319 317 320 @param Address PCI configuration register to write. … … 351 354 If EndBit is greater than 7, then ASSERT(). 352 355 If EndBit is less than StartBit, then ASSERT(). 356 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 357 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 353 358 354 359 @param Address PCI configuration register to write. … … 540 545 If EndBit is greater than 15, then ASSERT(). 541 546 If EndBit is less than StartBit, then ASSERT(). 547 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 542 548 543 549 @param Address PCI configuration register to write. … … 570 576 If EndBit is greater than 15, then ASSERT(). 571 577 If EndBit is less than StartBit, then ASSERT(). 578 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 572 579 573 580 @param Address PCI configuration register to write. … … 606 613 If EndBit is greater than 7, then ASSERT(). 607 614 If EndBit is less than StartBit, then ASSERT(). 615 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 608 616 609 617 @param Address Address that encodes the PCI Segment, Bus, Device, Function, and Register. … … 643 651 If EndBit is greater than 15, then ASSERT(). 644 652 If EndBit is less than StartBit, then ASSERT(). 653 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 654 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 645 655 646 656 @param Address PCI configuration register to write. … … 829 839 If EndBit is greater than 31, then ASSERT(). 830 840 If EndBit is less than StartBit, then ASSERT(). 841 If Value is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 831 842 832 843 @param Address PCI configuration register to write. … … 864 875 If EndBit is greater than 31, then ASSERT(). 865 876 If EndBit is less than StartBit, then ASSERT(). 877 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 866 878 867 879 @param Address PCI configuration register to write. … … 899 911 If EndBit is greater than 31, then ASSERT(). 900 912 If EndBit is less than StartBit, then ASSERT(). 901 913 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 902 914 903 915 @param Address PCI configuration register to write. … … 937 949 If EndBit is greater than 31, then ASSERT(). 938 950 If EndBit is less than StartBit, then ASSERT(). 951 If AndData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 952 If OrData is larger than the bitmask value range specified by StartBit and EndBit, then ASSERT(). 939 953 940 954 @param Address PCI configuration register to write.
Note:
See TracChangeset
for help on using the changeset viewer.