cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

tegra234-powergate.h (779B)


      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_AUD	2U
      8#define TEGRA234_POWER_DOMAIN_DISP	3U
      9#define TEGRA234_POWER_DOMAIN_PCIEX8A	5U
     10#define TEGRA234_POWER_DOMAIN_PCIEX4A	6U
     11#define TEGRA234_POWER_DOMAIN_PCIEX4BA	7U
     12#define TEGRA234_POWER_DOMAIN_PCIEX4BB	8U
     13#define TEGRA234_POWER_DOMAIN_PCIEX1A	9U
     14#define TEGRA234_POWER_DOMAIN_PCIEX4CA	13U
     15#define TEGRA234_POWER_DOMAIN_PCIEX4CB	14U
     16#define TEGRA234_POWER_DOMAIN_PCIEX4CC	15U
     17#define TEGRA234_POWER_DOMAIN_PCIEX8B	16U
     18#define TEGRA234_POWER_DOMAIN_MGBEA	17U
     19#define TEGRA234_POWER_DOMAIN_MGBEB	18U
     20#define TEGRA234_POWER_DOMAIN_MGBEC	19U
     21
     22#endif