mirror of https://github.com/acidanthera/audk.git
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@242 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
50a3fe9561
commit
89aa8406d9
|
@ -53,7 +53,7 @@
|
|||
|
||||
**/
|
||||
#define PCI_TO_CF8_ADDRESS(A) \
|
||||
((UINT32) ((((A) >> 4) & 0xffffff00) | ((A) & 0xfc) | 0x80000000))
|
||||
((UINT32) ((((A) >> 4) & 0x00ffff00) | ((A) & 0xfc) | 0x80000000))
|
||||
|
||||
/**
|
||||
Reads an 8-bit PCI configuration register.
|
||||
|
|
Loading…
Reference in New Issue