40 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/* Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. */3 4#ifndef __ABI_MACH_T234_POWERGATE_T234_H_5#define __ABI_MACH_T234_POWERGATE_T234_H_6 7#define TEGRA234_POWER_DOMAIN_OFA 1U8#define TEGRA234_POWER_DOMAIN_AUD 2U9#define TEGRA234_POWER_DOMAIN_DISP 3U10#define TEGRA234_POWER_DOMAIN_PCIEX8A 5U11#define TEGRA234_POWER_DOMAIN_PCIEX4A 6U12#define TEGRA234_POWER_DOMAIN_PCIEX4BA 7U13#define TEGRA234_POWER_DOMAIN_PCIEX4BB 8U14#define TEGRA234_POWER_DOMAIN_PCIEX1A 9U15#define TEGRA234_POWER_DOMAIN_XUSBA 10U16#define TEGRA234_POWER_DOMAIN_XUSBB 11U17#define TEGRA234_POWER_DOMAIN_XUSBC 12U18#define TEGRA234_POWER_DOMAIN_PCIEX4CA 13U19#define TEGRA234_POWER_DOMAIN_PCIEX4CB 14U20#define TEGRA234_POWER_DOMAIN_PCIEX4CC 15U21#define TEGRA234_POWER_DOMAIN_PCIEX8B 16U22#define TEGRA234_POWER_DOMAIN_MGBEA 17U23#define TEGRA234_POWER_DOMAIN_MGBEB 18U24#define TEGRA234_POWER_DOMAIN_MGBEC 19U25#define TEGRA234_POWER_DOMAIN_MGBED 20U26#define TEGRA234_POWER_DOMAIN_ISPA 22U27#define TEGRA234_POWER_DOMAIN_NVDEC 23U28#define TEGRA234_POWER_DOMAIN_NVJPGA 24U29#define TEGRA234_POWER_DOMAIN_NVENC 25U30#define TEGRA234_POWER_DOMAIN_VI 28U31#define TEGRA234_POWER_DOMAIN_VIC 29U32#define TEGRA234_POWER_DOMAIN_PVA 30U33#define TEGRA234_POWER_DOMAIN_DLAA 32U34#define TEGRA234_POWER_DOMAIN_DLAB 33U35#define TEGRA234_POWER_DOMAIN_CV 34U36#define TEGRA234_POWER_DOMAIN_GPU 35U37#define TEGRA234_POWER_DOMAIN_NVJPGB 36U38 39#endif40