]> git.ipfire.org Git - people/ms/u-boot.git/blob - arch/arm/include/asm/arch-tegra30/flow.h
Add more SPDX-License-Identifier tags
[people/ms/u-boot.git] / arch / arm / include / asm / arch-tegra30 / flow.h
1 /*
2 * Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
3 *
4 * SPDX-License-Identifier: GPL-2.0
5 */
6
7 #ifndef _TEGRA30_FLOW_H_
8 #define _TEGRA30_FLOW_H_
9
10 struct flow_ctlr {
11 u32 halt_cpu_events;
12 u32 halt_cop_events;
13 u32 cpu_csr;
14 u32 cop_csr;
15 u32 xrq_events;
16 u32 halt_cpu1_events;
17 u32 cpu1_csr;
18 u32 halt_cpu2_events;
19 u32 cpu2_csr;
20 u32 halt_cpu3_events;
21 u32 cpu3_csr;
22 u32 cluster_control;
23 };
24
25 #endif /* _TEGRA30_FLOW_H_ */