Home | History | Annotate | Line # | Download | only in memory
tegra20-mc.h revision 1.1
      1 /*	$NetBSD: tegra20-mc.h,v 1.1 2018/06/27 16:27:08 jmcneill Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0 */
      4 #ifndef DT_BINDINGS_MEMORY_TEGRA20_MC_H
      5 #define DT_BINDINGS_MEMORY_TEGRA20_MC_H
      6 
      7 #define TEGRA20_MC_RESET_AVPC		0
      8 #define TEGRA20_MC_RESET_DC		1
      9 #define TEGRA20_MC_RESET_DCB		2
     10 #define TEGRA20_MC_RESET_EPP		3
     11 #define TEGRA20_MC_RESET_2D		4
     12 #define TEGRA20_MC_RESET_HC		5
     13 #define TEGRA20_MC_RESET_ISP		6
     14 #define TEGRA20_MC_RESET_MPCORE		7
     15 #define TEGRA20_MC_RESET_MPEA		8
     16 #define TEGRA20_MC_RESET_MPEB		9
     17 #define TEGRA20_MC_RESET_MPEC		10
     18 #define TEGRA20_MC_RESET_3D		11
     19 #define TEGRA20_MC_RESET_PPCS		12
     20 #define TEGRA20_MC_RESET_VDE		13
     21 #define TEGRA20_MC_RESET_VI		14
     22 
     23 #endif
     24