summaryrefslogtreecommitdiff
path: root/include/lib/cpus/aarch64/cortex_a76ae.h
blob: 9e34efba4c1018346fac43da2dbd21a44c7f2b38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
/*
 * Copyright (c) 2019, Arm Limited. All rights reserved.
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */

#ifndef CORTEX_A76AE_H
#define CORTEX_A76AE_H

#include <lib/utils_def.h>

/* Cortex-A76AE MIDR for revision 0 */
#define CORTEX_A76AE_MIDR		U(0x410FD0E0)

/*******************************************************************************
 * CPU Extended Control register specific definitions.
 ******************************************************************************/
#define CORTEX_A76AE_CPUPWRCTLR_EL1	S3_0_C15_C2_7

/* Definitions of register field mask in CORTEX_A76AE_CPUPWRCTLR_EL1 */
#define CORTEX_A76AE_CORE_PWRDN_EN_MASK	U(0x1)

#define CORTEX_A76AE_CPUECTLR_EL1	S3_0_C15_C1_4

#endif /* CORTEX_A76AE_H */