amd/pi/hudson: Clean up whitespace in header files
Change spaces to tabs and do general whitespace cleanup. Change-Id: I4a4ecd42f91c9c6015a4f065b7386b17523ac6d9 Signed-off-by: Marc Jones <marcj303@gmail.com> Reviewed-on: https://review.coreboot.org/19401 Reviewed-by: Martin Roth <martinroth@google.com> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
e7394ca903
commit
c1f32336e6
|
@ -36,6 +36,7 @@
|
|||
#define PM2_INDEX 0xcd0
|
||||
#define PM2_DATA 0xcd1
|
||||
|
||||
#define PM_ACPI_MMIO_EN 0x24
|
||||
#define PM_SERIRQ_CONF 0x54
|
||||
#define PM_EVT_BLK 0x60
|
||||
#define PM1_CNT_BLK 0x62
|
||||
|
@ -44,9 +45,11 @@
|
|||
#define PM_GPE0_BLK 0x68
|
||||
#define PM_ACPI_SMI_CMD 0x6A
|
||||
#define PM_ACPI_CONF 0x74
|
||||
#define PM_PMIO_DEBUG 0xD2
|
||||
#define PM_MANUAL_RESET 0xD3
|
||||
#define PM_HUD_SD_FLASH_CTRL 0xE7
|
||||
#define PM_YANG_SD_FLASH_CTRL 0xE8
|
||||
#define PM_PCIB_CFG 0xEA
|
||||
|
||||
#define HUDSON_ACPI_IO_BASE 0x600
|
||||
#define ACPI_PM_EVT_BLK (HUDSON_ACPI_IO_BASE + 0x00) /* 4 bytes */
|
||||
|
|
|
@ -74,8 +74,8 @@
|
|||
#if IS_ENABLED(CONFIG_SOUTHBRIDGE_AMD_PI_BOLTON)
|
||||
#define IDE_DEV 0x14
|
||||
#define IDE_FUNC 1
|
||||
# define IDE_DEVID 0x780C
|
||||
# define IDE_DEVFN PCI_DEVFN(IDE_DEV,IDE_FUNC)
|
||||
#define IDE_DEVID 0x780C
|
||||
#define IDE_DEVFN PCI_DEVFN(IDE_DEV,IDE_FUNC)
|
||||
#endif
|
||||
|
||||
/* HD Audio */
|
||||
|
@ -93,8 +93,8 @@
|
|||
/* PCI Ports */
|
||||
#define SB_PCI_PORT_DEV 0x14
|
||||
#define SB_PCI_PORT_FUNC 4
|
||||
# define SB_PCI_PORT_DEVID 0x780F
|
||||
# define SB_PCI_PORT_DEVFN PCI_DEVFN(SB_PCI_PORT_DEV,SB_PCI_PORT_FUNC)
|
||||
#define SB_PCI_PORT_DEVID 0x780F
|
||||
#define SB_PCI_PORT_DEVFN PCI_DEVFN(SB_PCI_PORT_DEV,SB_PCI_PORT_FUNC)
|
||||
|
||||
/* SD Controller */
|
||||
#define SD_DEV 0x14
|
||||
|
|
Loading…
Reference in New Issue