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

tegra124-car.h (492B)


      1/* SPDX-License-Identifier: GPL-2.0 */
      2/*
      3 * This header provides Tegra124-specific constants for binding
      4 * nvidia,tegra124-car.
      5 */
      6
      7#include <dt-bindings/clock/tegra124-car-common.h>
      8
      9#ifndef _DT_BINDINGS_CLOCK_TEGRA124_CAR_H
     10#define _DT_BINDINGS_CLOCK_TEGRA124_CAR_H
     11
     12#define TEGRA124_CLK_PLL_X		227
     13#define TEGRA124_CLK_PLL_X_OUT0		228
     14
     15#define TEGRA124_CLK_CCLK_G		262
     16#define TEGRA124_CLK_CCLK_LP		263
     17
     18#define TEGRA124_CLK_CLK_MAX		315
     19
     20#endif	/* _DT_BINDINGS_CLOCK_TEGRA124_CAR_H */