coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
p2sb.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 #ifndef _SOC_P2SB_H_
4 #define _SOC_P2SB_H_
5 
6 /* PCI config space registers */
7 #define HPTC_OFFSET 0x60
8 #define HPTC_ADDR_ENABLE_BIT (1 << 7)
9 
10 #define PCH_P2SB_EPMASK0 0xB0
11 
12 #endif /* _SOC_P2SB_H_ */