blob: f3e947e9eee5cdd65094d8b8dcf3a636361685e7 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0 */
Tom Warren13ac5442012-12-11 13:34:12 +00002/*
3 * Copyright (c) 2010-2012, NVIDIA CORPORATION. All rights reserved.
Tom Warren13ac5442012-12-11 13:34:12 +00004 */
5
6#ifndef _TEGRA30_FLOW_H_
7#define _TEGRA30_FLOW_H_
8
9struct flow_ctlr {
10 u32 halt_cpu_events;
11 u32 halt_cop_events;
12 u32 cpu_csr;
13 u32 cop_csr;
14 u32 xrq_events;
15 u32 halt_cpu1_events;
16 u32 cpu1_csr;
17 u32 halt_cpu2_events;
18 u32 cpu2_csr;
19 u32 halt_cpu3_events;
20 u32 cpu3_csr;
21 u32 cluster_control;
22};
23
24#endif /* _TEGRA30_FLOW_H_ */