summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/cannonlake/include/soc/p2sb.h
blob: b0a31c86701d2e31756d2e078a1e629c56a1ff92 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-only */

#ifndef _SOC_CANNONLAKE_P2SB_H_
#define _SOC_CANNONLAKE_P2SB_H_

#define HPTC_OFFSET			0x60
#define HPTC_ADDR_ENABLE_BIT		(1 << 7)

#define PCH_P2SB_EPMASK0		0x220

#endif