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

#ifndef _SOC_ICELAKE_P2SB_H_
#define _SOC_ICELAKE_P2SB_H_

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

#define PCH_P2SB_EPMASK0		0x220

#endif