Link: https://lore.kernel.org/r/20260217200002.683975158@linuxfoundation.org Tested-by: Florian Fainelli <florian.fainelli@broadcom.com> Tested-by: Takeshi Ogasawara <takeshi.ogasawara@futuring-girl.com> Tested-by: Peter Schneider <pschneider1968@googlemail.com> Tested-by: Jon Hunter <jonathanh@nvidia.com> Tested-by: Salvatore Bonaccorso <carnil@debian.org> Tested-by: Brett A C Sheffield <bacs@librecast.net> Tested-by: Mark Brown <broonie@kernel.org> Tested-by: Luna Jernberg <droidbittin@gmail.com> Tested-by: Ronald Warsow <rwarsow@gmx.de> Tested-by: Justin M. Forbes <jforbes@fedoraproject.org> Tested-by: Ron Economos <re@w6rz.net> Tested-by: Miguel Ojeda <ojeda@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
36 lines
1.2 KiB
C
36 lines
1.2 KiB
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/* Copyright (c) 2018, NVIDIA CORPORATION. All rights reserved. */
|
|
|
|
#ifndef __ABI_MACH_T194_POWERGATE_T194_H_
|
|
#define __ABI_MACH_T194_POWERGATE_T194_H_
|
|
|
|
#define TEGRA194_POWER_DOMAIN_AUD 1
|
|
#define TEGRA194_POWER_DOMAIN_DISP 2
|
|
#define TEGRA194_POWER_DOMAIN_DISPB 3
|
|
#define TEGRA194_POWER_DOMAIN_DISPC 4
|
|
#define TEGRA194_POWER_DOMAIN_ISPA 5
|
|
#define TEGRA194_POWER_DOMAIN_NVDECA 6
|
|
#define TEGRA194_POWER_DOMAIN_NVJPG 7
|
|
#define TEGRA194_POWER_DOMAIN_NVENCA 8
|
|
#define TEGRA194_POWER_DOMAIN_NVENCB 9
|
|
#define TEGRA194_POWER_DOMAIN_NVDECB 10
|
|
#define TEGRA194_POWER_DOMAIN_SAX 11
|
|
#define TEGRA194_POWER_DOMAIN_VE 12
|
|
#define TEGRA194_POWER_DOMAIN_VIC 13
|
|
#define TEGRA194_POWER_DOMAIN_XUSBA 14
|
|
#define TEGRA194_POWER_DOMAIN_XUSBB 15
|
|
#define TEGRA194_POWER_DOMAIN_XUSBC 16
|
|
#define TEGRA194_POWER_DOMAIN_PCIEX8A 17
|
|
#define TEGRA194_POWER_DOMAIN_PCIEX4A 18
|
|
#define TEGRA194_POWER_DOMAIN_PCIEX1A 19
|
|
#define TEGRA194_POWER_DOMAIN_PCIEX8B 21
|
|
#define TEGRA194_POWER_DOMAIN_PVAA 22
|
|
#define TEGRA194_POWER_DOMAIN_PVAB 23
|
|
#define TEGRA194_POWER_DOMAIN_DLAA 24
|
|
#define TEGRA194_POWER_DOMAIN_DLAB 25
|
|
#define TEGRA194_POWER_DOMAIN_CV 26
|
|
#define TEGRA194_POWER_DOMAIN_GPU 27
|
|
#define TEGRA194_POWER_DOMAIN_MAX 27
|
|
|
|
#endif
|