blob: adb13bc92ec1331971e29e2eb3cf42f3c6615a0d [file] [log] [blame]
Bipin Ravi4da1b0b2021-03-16 15:20:58 -05001/*
2 * Copyright (c) 2021, Arm Limited. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifndef CORTEX_A78C_H
8#define CORTEX_A78C_H
9
10
11#define CORTEX_A78C_MIDR U(0x410FD4B1)
12
13/*******************************************************************************
14 * CPU Extended Control register specific definitions.
15 ******************************************************************************/
16#define CORTEX_A78C_CPUECTLR_EL1 S3_0_C15_C1_4
17
18/*******************************************************************************
19 * CPU Power Control register specific definitions
20 ******************************************************************************/
21#define CORTEX_A78C_CPUPWRCTLR_EL1 S3_0_C15_C2_7
22#define CORTEX_A78C_CPUPWRCTLR_EL1_CORE_PWRDN_EN_BIT U(1)
23
24#endif /* CORTEX_A78C_H */