sb/intel/common/rcba_pirq.c: Use common RCBA acces MACROs
Change-Id: I2fe8d8388cb96e42af4f9be251a41cceeb2e4710 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/27042 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
1f2ae91074
commit
8d0e88db34
|
@ -18,6 +18,7 @@
|
|||
#include <device/pci.h>
|
||||
#include <southbridge/intel/common/acpi_pirq_gen.h>
|
||||
#include <southbridge/intel/common/rcba_pirq.h>
|
||||
#include <southbridge/intel/common/rcba.h>
|
||||
|
||||
#define MAX_SLOT 31
|
||||
#define MIN_SLOT 19
|
||||
|
|
|
@ -37,8 +37,4 @@
|
|||
#define D20IR 0x3160 /* 16bit */
|
||||
#define D19IR 0x3168 /* 16bit */
|
||||
|
||||
#define DEFAULT_RCBA 0xfed1c000
|
||||
|
||||
#define RCBA16(x) (*((volatile u16 *)(DEFAULT_RCBA + (x))))
|
||||
|
||||
#endif /* SOUTHBRIDGE_INTEL_COMMON_RCBA_PIRQ_H */
|
||||
|
|
Loading…
Reference in New Issue