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