summaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/include/soc/p2sb.h
blob: cfabf141ab86056792666351d57106d7f580c758 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: GPL-2.0-only */
/* This file is part of the coreboot project. */

#ifndef _SOC_P2SB_H_
#define _SOC_P2SB_H_

/* PCI config space registers */
#define HPTC_OFFSET		0x60
#define HPTC_ADDR_ENABLE_BIT	(1 << 7)

#define PCH_P2SB_EPMASK0	0xB0

#endif /* _SOC_P2SB_H_ */