Home | History | Annotate | Line # | Download | only in memory
      1      1.1  jmcneill /*	$NetBSD: tegra30-mc.h,v 1.1.1.4 2021/11/07 16:49:56 jmcneill Exp $	*/
      2      1.1  jmcneill 
      3  1.1.1.2  jmcneill /* SPDX-License-Identifier: GPL-2.0 */
      4      1.1  jmcneill #ifndef DT_BINDINGS_MEMORY_TEGRA30_MC_H
      5      1.1  jmcneill #define DT_BINDINGS_MEMORY_TEGRA30_MC_H
      6      1.1  jmcneill 
      7      1.1  jmcneill #define TEGRA_SWGROUP_PTC	0
      8      1.1  jmcneill #define TEGRA_SWGROUP_DC	1
      9      1.1  jmcneill #define TEGRA_SWGROUP_DCB	2
     10      1.1  jmcneill #define TEGRA_SWGROUP_EPP	3
     11      1.1  jmcneill #define TEGRA_SWGROUP_G2	4
     12      1.1  jmcneill #define TEGRA_SWGROUP_MPE	5
     13      1.1  jmcneill #define TEGRA_SWGROUP_VI	6
     14      1.1  jmcneill #define TEGRA_SWGROUP_AFI	7
     15      1.1  jmcneill #define TEGRA_SWGROUP_AVPC	8
     16      1.1  jmcneill #define TEGRA_SWGROUP_NV	9
     17      1.1  jmcneill #define TEGRA_SWGROUP_NV2	10
     18      1.1  jmcneill #define TEGRA_SWGROUP_HDA	11
     19      1.1  jmcneill #define TEGRA_SWGROUP_HC	12
     20      1.1  jmcneill #define TEGRA_SWGROUP_PPCS	13
     21      1.1  jmcneill #define TEGRA_SWGROUP_SATA	14
     22      1.1  jmcneill #define TEGRA_SWGROUP_VDE	15
     23      1.1  jmcneill #define TEGRA_SWGROUP_MPCORELP	16
     24      1.1  jmcneill #define TEGRA_SWGROUP_MPCORE	17
     25      1.1  jmcneill #define TEGRA_SWGROUP_ISP	18
     26      1.1  jmcneill 
     27  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_AFI		0
     28  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_AVPC		1
     29  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_DC		2
     30  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_DCB		3
     31  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_EPP		4
     32  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_2D		5
     33  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_HC		6
     34  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_HDA		7
     35  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_ISP		8
     36  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_MPCORE		9
     37  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_MPCORELP	10
     38  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_MPE		11
     39  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_3D		12
     40  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_3D2		13
     41  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_PPCS		14
     42  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_SATA		15
     43  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_VDE		16
     44  1.1.1.3  jmcneill #define TEGRA30_MC_RESET_VI		17
     45  1.1.1.3  jmcneill 
     46  1.1.1.4  jmcneill #define TEGRA30_MC_PTCR			0
     47  1.1.1.4  jmcneill #define TEGRA30_MC_DISPLAY0A		1
     48  1.1.1.4  jmcneill #define TEGRA30_MC_DISPLAY0AB		2
     49  1.1.1.4  jmcneill #define TEGRA30_MC_DISPLAY0B		3
     50  1.1.1.4  jmcneill #define TEGRA30_MC_DISPLAY0BB		4
     51  1.1.1.4  jmcneill #define TEGRA30_MC_DISPLAY0C		5
     52  1.1.1.4  jmcneill #define TEGRA30_MC_DISPLAY0CB		6
     53  1.1.1.4  jmcneill #define TEGRA30_MC_DISPLAY1B		7
     54  1.1.1.4  jmcneill #define TEGRA30_MC_DISPLAY1BB		8
     55  1.1.1.4  jmcneill #define TEGRA30_MC_EPPUP		9
     56  1.1.1.4  jmcneill #define TEGRA30_MC_G2PR			10
     57  1.1.1.4  jmcneill #define TEGRA30_MC_G2SR			11
     58  1.1.1.4  jmcneill #define TEGRA30_MC_MPEUNIFBR		12
     59  1.1.1.4  jmcneill #define TEGRA30_MC_VIRUV		13
     60  1.1.1.4  jmcneill #define TEGRA30_MC_AFIR			14
     61  1.1.1.4  jmcneill #define TEGRA30_MC_AVPCARM7R		15
     62  1.1.1.4  jmcneill #define TEGRA30_MC_DISPLAYHC		16
     63  1.1.1.4  jmcneill #define TEGRA30_MC_DISPLAYHCB		17
     64  1.1.1.4  jmcneill #define TEGRA30_MC_FDCDRD		18
     65  1.1.1.4  jmcneill #define TEGRA30_MC_FDCDRD2		19
     66  1.1.1.4  jmcneill #define TEGRA30_MC_G2DR			20
     67  1.1.1.4  jmcneill #define TEGRA30_MC_HDAR			21
     68  1.1.1.4  jmcneill #define TEGRA30_MC_HOST1XDMAR		22
     69  1.1.1.4  jmcneill #define TEGRA30_MC_HOST1XR		23
     70  1.1.1.4  jmcneill #define TEGRA30_MC_IDXSRD		24
     71  1.1.1.4  jmcneill #define TEGRA30_MC_IDXSRD2		25
     72  1.1.1.4  jmcneill #define TEGRA30_MC_MPE_IPRED		26
     73  1.1.1.4  jmcneill #define TEGRA30_MC_MPEAMEMRD		27
     74  1.1.1.4  jmcneill #define TEGRA30_MC_MPECSRD		28
     75  1.1.1.4  jmcneill #define TEGRA30_MC_PPCSAHBDMAR		29
     76  1.1.1.4  jmcneill #define TEGRA30_MC_PPCSAHBSLVR		30
     77  1.1.1.4  jmcneill #define TEGRA30_MC_SATAR		31
     78  1.1.1.4  jmcneill #define TEGRA30_MC_TEXSRD		32
     79  1.1.1.4  jmcneill #define TEGRA30_MC_TEXSRD2		33
     80  1.1.1.4  jmcneill #define TEGRA30_MC_VDEBSEVR		34
     81  1.1.1.4  jmcneill #define TEGRA30_MC_VDEMBER		35
     82  1.1.1.4  jmcneill #define TEGRA30_MC_VDEMCER		36
     83  1.1.1.4  jmcneill #define TEGRA30_MC_VDETPER		37
     84  1.1.1.4  jmcneill #define TEGRA30_MC_MPCORELPR		38
     85  1.1.1.4  jmcneill #define TEGRA30_MC_MPCORER		39
     86  1.1.1.4  jmcneill #define TEGRA30_MC_EPPU			40
     87  1.1.1.4  jmcneill #define TEGRA30_MC_EPPV			41
     88  1.1.1.4  jmcneill #define TEGRA30_MC_EPPY			42
     89  1.1.1.4  jmcneill #define TEGRA30_MC_MPEUNIFBW		43
     90  1.1.1.4  jmcneill #define TEGRA30_MC_VIWSB		44
     91  1.1.1.4  jmcneill #define TEGRA30_MC_VIWU			45
     92  1.1.1.4  jmcneill #define TEGRA30_MC_VIWV			46
     93  1.1.1.4  jmcneill #define TEGRA30_MC_VIWY			47
     94  1.1.1.4  jmcneill #define TEGRA30_MC_G2DW			48
     95  1.1.1.4  jmcneill #define TEGRA30_MC_AFIW			49
     96  1.1.1.4  jmcneill #define TEGRA30_MC_AVPCARM7W		50
     97  1.1.1.4  jmcneill #define TEGRA30_MC_FDCDWR		51
     98  1.1.1.4  jmcneill #define TEGRA30_MC_FDCDWR2		52
     99  1.1.1.4  jmcneill #define TEGRA30_MC_HDAW			53
    100  1.1.1.4  jmcneill #define TEGRA30_MC_HOST1XW		54
    101  1.1.1.4  jmcneill #define TEGRA30_MC_ISPW			55
    102  1.1.1.4  jmcneill #define TEGRA30_MC_MPCORELPW		56
    103  1.1.1.4  jmcneill #define TEGRA30_MC_MPCOREW		57
    104  1.1.1.4  jmcneill #define TEGRA30_MC_MPECSWR		58
    105  1.1.1.4  jmcneill #define TEGRA30_MC_PPCSAHBDMAW		59
    106  1.1.1.4  jmcneill #define TEGRA30_MC_PPCSAHBSLVW		60
    107  1.1.1.4  jmcneill #define TEGRA30_MC_SATAW		61
    108  1.1.1.4  jmcneill #define TEGRA30_MC_VDEBSEVW		62
    109  1.1.1.4  jmcneill #define TEGRA30_MC_VDEDBGW		63
    110  1.1.1.4  jmcneill #define TEGRA30_MC_VDEMBEW		64
    111  1.1.1.4  jmcneill #define TEGRA30_MC_VDETPMW		65
    112  1.1.1.4  jmcneill 
    113      1.1  jmcneill #endif
    114