summaryrefslogtreecommitdiffstats
path: root/include/lib/cpus/aarch64/neoverse_n_common.h
blob: 7cb91cd051df7f02812d778dfb84e8973d895055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * Copyright (c) 2020, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef NEOVERSE_N_COMMON_H
#define NEOVERSE_N_COMMON_H

/******************************************************************************
 * Neoverse Nx CPU Configuration register definitions
 *****************************************************************************/
#define CPUCFR_EL1		S3_0_C15_C0_0

/* SCU bit of CPU Configuration Register, EL1 */
#define SCU_SHIFT		U(2)

#endif /* NEOVERSE_N_COMMON_H */