summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/arch-apollolake/pm.h
blob: 6718290c4fec0c0920768b6fe765a2b2051c421b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2015-2016 Intel Corp.
 * (Written by Lance Zhao <lijian.zhao@intel.com> for Intel Corp.)
 */

#ifndef _ASM_ARCH_PM_H
#define _ASM_ARCH_PM_H

#define PMC_GPE_SW_31_0	0
#define PMC_GPE_SW_63_32	1
#define PMC_GPE_NW_31_0	3
#define PMC_GPE_NW_63_32	4
#define PMC_GPE_NW_95_64	5
#define PMC_GPE_N_31_0		6
#define PMC_GPE_N_63_32	7
#define PMC_GPE_W_31_0		9

#endif