OvmfPkg: Apply uncrustify changes
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=3737 Apply uncrustify changes to .c/.h files in the OvmfPkg package Cc: Andrew Fish <afish@apple.com> Cc: Leif Lindholm <leif@nuviainc.com> Cc: Michael D Kinney <michael.d.kinney@intel.com> Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com> Reviewed-by: Andrew Fish <afish@apple.com>
This commit is contained in:
committed by
mergify[bot]
parent
d1050b9dff
commit
ac0a286f4d
@@ -19,36 +19,36 @@
|
||||
//
|
||||
// Host Bridge Device ID (DID) value for I440FX
|
||||
//
|
||||
#define INTEL_82441_DEVICE_ID 0x1237
|
||||
#define INTEL_82441_DEVICE_ID 0x1237
|
||||
|
||||
//
|
||||
// B/D/F/Type: 0/0/0/PCI
|
||||
//
|
||||
#define PMC_REGISTER_PIIX4(Offset) PCI_LIB_ADDRESS (0, 0, 0, (Offset))
|
||||
#define PMC_REGISTER_PIIX4(Offset) PCI_LIB_ADDRESS (0, 0, 0, (Offset))
|
||||
|
||||
#define PIIX4_PAM0 0x59
|
||||
#define PIIX4_PAM1 0x5A
|
||||
#define PIIX4_PAM2 0x5B
|
||||
#define PIIX4_PAM3 0x5C
|
||||
#define PIIX4_PAM4 0x5D
|
||||
#define PIIX4_PAM5 0x5E
|
||||
#define PIIX4_PAM6 0x5F
|
||||
#define PIIX4_PAM0 0x59
|
||||
#define PIIX4_PAM1 0x5A
|
||||
#define PIIX4_PAM2 0x5B
|
||||
#define PIIX4_PAM3 0x5C
|
||||
#define PIIX4_PAM4 0x5D
|
||||
#define PIIX4_PAM5 0x5E
|
||||
#define PIIX4_PAM6 0x5F
|
||||
|
||||
//
|
||||
// B/D/F/Type: 0/1/3/PCI
|
||||
//
|
||||
#define POWER_MGMT_REGISTER_PIIX4(Offset) PCI_LIB_ADDRESS (0, 1, 3, (Offset))
|
||||
#define POWER_MGMT_REGISTER_PIIX4(Offset) PCI_LIB_ADDRESS (0, 1, 3, (Offset))
|
||||
|
||||
#define PIIX4_PMBA 0x40
|
||||
#define PIIX4_PMBA_MASK (BIT15 | BIT14 | BIT13 | BIT12 | BIT11 | \
|
||||
#define PIIX4_PMBA 0x40
|
||||
#define PIIX4_PMBA_MASK (BIT15 | BIT14 | BIT13 | BIT12 | BIT11 | \
|
||||
BIT10 | BIT9 | BIT8 | BIT7 | BIT6)
|
||||
|
||||
#define PIIX4_PMREGMISC 0x80
|
||||
#define PIIX4_PMREGMISC_PMIOSE BIT0
|
||||
#define PIIX4_PMREGMISC 0x80
|
||||
#define PIIX4_PMREGMISC_PMIOSE BIT0
|
||||
|
||||
//
|
||||
// IO ports
|
||||
//
|
||||
#define PIIX4_CPU_HOTPLUG_BASE 0xAF00
|
||||
#define PIIX4_CPU_HOTPLUG_BASE 0xAF00
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user