Home | History | Annotate | Line # | Download | only in memory
tegra30-mc.h revision 1.1.1.3
      1 /*	$NetBSD: tegra30-mc.h,v 1.1.1.3 2018/06/27 16:27:08 jmcneill Exp $	*/
      2 
      3 /* SPDX-License-Identifier: GPL-2.0 */
      4 #ifndef DT_BINDINGS_MEMORY_TEGRA30_MC_H
      5 #define DT_BINDINGS_MEMORY_TEGRA30_MC_H
      6 
      7 #define TEGRA_SWGROUP_PTC	0
      8 #define TEGRA_SWGROUP_DC	1
      9 #define TEGRA_SWGROUP_DCB	2
     10 #define TEGRA_SWGROUP_EPP	3
     11 #define TEGRA_SWGROUP_G2	4
     12 #define TEGRA_SWGROUP_MPE	5
     13 #define TEGRA_SWGROUP_VI	6
     14 #define TEGRA_SWGROUP_AFI	7
     15 #define TEGRA_SWGROUP_AVPC	8
     16 #define TEGRA_SWGROUP_NV	9
     17 #define TEGRA_SWGROUP_NV2	10
     18 #define TEGRA_SWGROUP_HDA	11
     19 #define TEGRA_SWGROUP_HC	12
     20 #define TEGRA_SWGROUP_PPCS	13
     21 #define TEGRA_SWGROUP_SATA	14
     22 #define TEGRA_SWGROUP_VDE	15
     23 #define TEGRA_SWGROUP_MPCORELP	16
     24 #define TEGRA_SWGROUP_MPCORE	17
     25 #define TEGRA_SWGROUP_ISP	18
     26 
     27 #define TEGRA30_MC_RESET_AFI		0
     28 #define TEGRA30_MC_RESET_AVPC		1
     29 #define TEGRA30_MC_RESET_DC		2
     30 #define TEGRA30_MC_RESET_DCB		3
     31 #define TEGRA30_MC_RESET_EPP		4
     32 #define TEGRA30_MC_RESET_2D		5
     33 #define TEGRA30_MC_RESET_HC		6
     34 #define TEGRA30_MC_RESET_HDA		7
     35 #define TEGRA30_MC_RESET_ISP		8
     36 #define TEGRA30_MC_RESET_MPCORE		9
     37 #define TEGRA30_MC_RESET_MPCORELP	10
     38 #define TEGRA30_MC_RESET_MPE		11
     39 #define TEGRA30_MC_RESET_3D		12
     40 #define TEGRA30_MC_RESET_3D2		13
     41 #define TEGRA30_MC_RESET_PPCS		14
     42 #define TEGRA30_MC_RESET_SATA		15
     43 #define TEGRA30_MC_RESET_VDE		16
     44 #define TEGRA30_MC_RESET_VI		17
     45 
     46 #endif
     47