1/*	$NetBSD: tegra234-powergate.h,v 1.1.1.1 2026/01/18 05:21:54 skrll Exp $	*/
2
3/* SPDX-License-Identifier: GPL-2.0 */
4/* Copyright (c) 2018-2022, NVIDIA CORPORATION.  All rights reserved. */
5
6#ifndef __ABI_MACH_T234_POWERGATE_T234_H_
7#define __ABI_MACH_T234_POWERGATE_T234_H_
8
9#define TEGRA234_POWER_DOMAIN_OFA	1U
10#define TEGRA234_POWER_DOMAIN_AUD	2U
11#define TEGRA234_POWER_DOMAIN_DISP	3U
12#define TEGRA234_POWER_DOMAIN_PCIEX8A	5U
13#define TEGRA234_POWER_DOMAIN_PCIEX4A	6U
14#define TEGRA234_POWER_DOMAIN_PCIEX4BA	7U
15#define TEGRA234_POWER_DOMAIN_PCIEX4BB	8U
16#define TEGRA234_POWER_DOMAIN_PCIEX1A	9U
17#define TEGRA234_POWER_DOMAIN_XUSBA	10U
18#define TEGRA234_POWER_DOMAIN_XUSBB	11U
19#define TEGRA234_POWER_DOMAIN_XUSBC	12U
20#define TEGRA234_POWER_DOMAIN_PCIEX4CA	13U
21#define TEGRA234_POWER_DOMAIN_PCIEX4CB	14U
22#define TEGRA234_POWER_DOMAIN_PCIEX4CC	15U
23#define TEGRA234_POWER_DOMAIN_PCIEX8B	16U
24#define TEGRA234_POWER_DOMAIN_MGBEA	17U
25#define TEGRA234_POWER_DOMAIN_MGBEB	18U
26#define TEGRA234_POWER_DOMAIN_MGBEC	19U
27#define TEGRA234_POWER_DOMAIN_MGBED	20U
28#define TEGRA234_POWER_DOMAIN_ISPA	22U
29#define TEGRA234_POWER_DOMAIN_NVDEC	23U
30#define TEGRA234_POWER_DOMAIN_NVJPGA	24U
31#define TEGRA234_POWER_DOMAIN_NVENC	25U
32#define TEGRA234_POWER_DOMAIN_VI	28U
33#define TEGRA234_POWER_DOMAIN_VIC	29U
34#define TEGRA234_POWER_DOMAIN_PVA	30U
35#define TEGRA234_POWER_DOMAIN_DLAA	32U
36#define TEGRA234_POWER_DOMAIN_DLAB	33U
37#define TEGRA234_POWER_DOMAIN_CV	34U
38#define TEGRA234_POWER_DOMAIN_GPU	35U
39#define TEGRA234_POWER_DOMAIN_NVJPGB	36U
40
41#endif
42