tegra194-powergate.h 1.2 KB

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