1 /* $NetBSD: tegra194-powergate.h,v 1.1.1.1 2018/04/28 18:25:53 jmcneill Exp $ */ 2 3 /* SPDX-License-Identifier: GPL-2.0 */ 4 /* Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. */ 5 6 #ifndef __ABI_MACH_T194_POWERGATE_T194_H_ 7 #define __ABI_MACH_T194_POWERGATE_T194_H_ 8 9 #define TEGRA194_POWER_DOMAIN_AUD 1 10 #define TEGRA194_POWER_DOMAIN_DISP 2 11 #define TEGRA194_POWER_DOMAIN_DISPB 3 12 #define TEGRA194_POWER_DOMAIN_DISPC 4 13 #define TEGRA194_POWER_DOMAIN_ISPA 5 14 #define TEGRA194_POWER_DOMAIN_NVDECA 6 15 #define TEGRA194_POWER_DOMAIN_NVJPG 7 16 #define TEGRA194_POWER_DOMAIN_NVENCA 8 17 #define TEGRA194_POWER_DOMAIN_NVENCB 9 18 #define TEGRA194_POWER_DOMAIN_NVDECB 10 19 #define TEGRA194_POWER_DOMAIN_SAX 11 20 #define TEGRA194_POWER_DOMAIN_VE 12 21 #define TEGRA194_POWER_DOMAIN_VIC 13 22 #define TEGRA194_POWER_DOMAIN_XUSBA 14 23 #define TEGRA194_POWER_DOMAIN_XUSBB 15 24 #define TEGRA194_POWER_DOMAIN_XUSBC 16 25 #define TEGRA194_POWER_DOMAIN_PCIEX8A 17 26 #define TEGRA194_POWER_DOMAIN_PCIEX4A 18 27 #define TEGRA194_POWER_DOMAIN_PCIEX1A 19 28 #define TEGRA194_POWER_DOMAIN_PCIEX8B 21 29 #define TEGRA194_POWER_DOMAIN_PVAA 22 30 #define TEGRA194_POWER_DOMAIN_PVAB 23 31 #define TEGRA194_POWER_DOMAIN_DLAA 24 32 #define TEGRA194_POWER_DOMAIN_DLAB 25 33 #define TEGRA194_POWER_DOMAIN_CV 26 34 #define TEGRA194_POWER_DOMAIN_GPU 27 35 #define TEGRA194_POWER_DOMAIN_MAX 27 36 37 #endif 38