162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 262306a36Sopenharmony_ci/* Copyright (c) 2018-2022, NVIDIA CORPORATION. All rights reserved. */ 362306a36Sopenharmony_ci 462306a36Sopenharmony_ci#ifndef __ABI_MACH_T234_POWERGATE_T234_H_ 562306a36Sopenharmony_ci#define __ABI_MACH_T234_POWERGATE_T234_H_ 662306a36Sopenharmony_ci 762306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_OFA 1U 862306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_AUD 2U 962306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_DISP 3U 1062306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_PCIEX8A 5U 1162306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_PCIEX4A 6U 1262306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_PCIEX4BA 7U 1362306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_PCIEX4BB 8U 1462306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_PCIEX1A 9U 1562306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_XUSBA 10U 1662306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_XUSBB 11U 1762306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_XUSBC 12U 1862306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_PCIEX4CA 13U 1962306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_PCIEX4CB 14U 2062306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_PCIEX4CC 15U 2162306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_PCIEX8B 16U 2262306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_MGBEA 17U 2362306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_MGBEB 18U 2462306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_MGBEC 19U 2562306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_MGBED 20U 2662306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_ISPA 22U 2762306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_NVDEC 23U 2862306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_NVJPGA 24U 2962306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_NVENC 25U 3062306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_VI 28U 3162306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_VIC 29U 3262306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_PVA 30U 3362306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_DLAA 32U 3462306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_DLAB 33U 3562306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_CV 34U 3662306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_GPU 35U 3762306a36Sopenharmony_ci#define TEGRA234_POWER_DOMAIN_NVJPGB 36U 3862306a36Sopenharmony_ci 3962306a36Sopenharmony_ci#endif 40