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

#ifndef _SOC_JASPERLAKE_P2SB_H_
#define _SOC_JASPERLAKE_P2SB_H_

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

#define PCH_P2SB_EPMASK0		0x220

#endif