1/*	$NetBSD: umc_6_0_offset.h,v 1.2 2021/12/18 23:45:24 riastradh Exp $	*/
2
3/*
4 * Copyright (C) 2017  Advanced Micro Devices, Inc.
5 *
6 * Permission is hereby granted, free of charge, to any person obtaining a
7 * copy of this software and associated documentation files (the "Software"),
8 * to deal in the Software without restriction, including without limitation
9 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
10 * and/or sell copies of the Software, and to permit persons to whom the
11 * Software is furnished to do so, subject to the following conditions:
12 *
13 * The above copyright notice and this permission notice shall be included
14 * in all copies or substantial portions of the Software.
15 *
16 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
17 * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
18 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
19 * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
20 * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
21 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
22 */
23
24#ifndef _umc_6_0_OFFSET_H_
25#define _umc_6_0_OFFSET_H_
26
27#define mmUMCCH0_0_EccCtrl				0x0053
28#define mmUMCCH0_0_EccCtrl_BASE_IDX			0
29#define mmUMCCH1_0_EccCtrl				0x0853
30#define mmUMCCH1_0_EccCtrl_BASE_IDX			0
31#define mmUMCCH2_0_EccCtrl				0x1053
32#define mmUMCCH2_0_EccCtrl_BASE_IDX			0
33#define mmUMCCH3_0_EccCtrl				0x1853
34#define mmUMCCH3_0_EccCtrl_BASE_IDX			0
35
36#define mmUMCCH0_0_UMC_CONFIG				0x0040
37#define mmUMCCH0_0_UMC_CONFIG_BASE_IDX			0
38#define mmUMCCH1_0_UMC_CONFIG				0x0840
39#define mmUMCCH1_0_UMC_CONFIG_BASE_IDX			0
40#define mmUMCCH2_0_UMC_CONFIG				0x1040
41#define mmUMCCH2_0_UMC_CONFIG_BASE_IDX			0
42#define mmUMCCH3_0_UMC_CONFIG				0x1840
43#define mmUMCCH3_0_UMC_CONFIG_BASE_IDX			0
44
45#define mmUMCCH0_0_UmcLocalCap				0x0306
46#define mmUMCCH0_0_UmcLocalCap_BASE_IDX			0
47#define mmUMCCH1_0_UmcLocalCap				0x0b06
48#define mmUMCCH1_0_UmcLocalCap_BASE_IDX			0
49#define mmUMCCH2_0_UmcLocalCap				0x1306
50#define mmUMCCH2_0_UmcLocalCap_BASE_IDX			0
51#define mmUMCCH3_0_UmcLocalCap				0x1b06
52#define mmUMCCH3_0_UmcLocalCap_BASE_IDX			0
53
54#endif
55