soc/intel/common/intelblocks: Define PAD_CFG0_MODE_NF7

BUG=b:142961277
BRANCH=none
TEST=none

Change-Id: Ibe0991b2e0d13e07d65906201597f9021cfc7156
Signed-off-by: Nick Vaccaro <nvaccaro@google.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/36907
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Wonkyu Kim <wonkyu.kim@intel.com>
Reviewed-by: Subrata Banik <subrata.banik@intel.com>
This commit is contained in:
Nick Vaccaro 2019-11-16 23:59:07 -08:00 committed by Patrick Georgi
parent 06f2fcc0ff
commit 7aeeb9bf96
1 changed files with 1 additions and 0 deletions

View File

@ -32,6 +32,7 @@
#define PAD_CFG0_MODE_NF4 (4 << 10)
#define PAD_CFG0_MODE_NF5 (5 << 10)
#define PAD_CFG0_MODE_NF6 (6 << 10)
#define PAD_CFG0_MODE_NF7 (7 << 10)
#define PAD_CFG0_ROUTE_MASK (0xF << 17)
#define PAD_CFG0_ROUTE_NMI (1 << 17)
#define PAD_CFG0_ROUTE_SMI (1 << 18)