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

tegra-pmc.h (394B)


      1/* SPDX-License-Identifier: GPL-2.0-only */
      2/*
      3 * Copyright (c) 2019-2020, NVIDIA CORPORATION.  All rights reserved.
      4 */
      5
      6#ifndef _DT_BINDINGS_SOC_TEGRA_PMC_H
      7#define _DT_BINDINGS_SOC_TEGRA_PMC_H
      8
      9#define TEGRA_PMC_CLK_OUT_1		0
     10#define TEGRA_PMC_CLK_OUT_2		1
     11#define TEGRA_PMC_CLK_OUT_3		2
     12#define TEGRA_PMC_CLK_BLINK		3
     13
     14#define TEGRA_PMC_CLK_MAX		4
     15
     16#endif	/* _DT_BINDINGS_SOC_TEGRA_PMC_H */