···11+/*22+ * Copyright (C) 2018 Advanced Micro Devices, Inc.33+ *44+ * Permission is hereby granted, free of charge, to any person obtaining a55+ * copy of this software and associated documentation files (the "Software"),66+ * to deal in the Software without restriction, including without limitation77+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,88+ * and/or sell copies of the Software, and to permit persons to whom the99+ * Software is furnished to do so, subject to the following conditions:1010+ *1111+ * The above copyright notice and this permission notice shall be included1212+ * in all copies or substantial portions of the Software.1313+ *1414+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS1515+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,1616+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL1717+ * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN1818+ * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN1919+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.2020+ */2121+#ifndef _df_1_7_DEFAULT_HEADER2222+#define _df_1_7_DEFAULT_HEADER2323+2424+#define mmFabricConfigAccessControl_DEFAULT 0x000000002525+2626+#endif
···11+/*22+ * Copyright (C) 2018 Advanced Micro Devices, Inc.33+ *44+ * Permission is hereby granted, free of charge, to any person obtaining a55+ * copy of this software and associated documentation files (the "Software"),66+ * to deal in the Software without restriction, including without limitation77+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,88+ * and/or sell copies of the Software, and to permit persons to whom the99+ * Software is furnished to do so, subject to the following conditions:1010+ *1111+ * The above copyright notice and this permission notice shall be included1212+ * in all copies or substantial portions of the Software.1313+ *1414+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS1515+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,1616+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL1717+ * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN1818+ * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN1919+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.2020+ */2121+#ifndef _df_1_7_OFFSET_HEADER2222+#define _df_1_7_OFFSET_HEADER2323+2424+#define mmFabricConfigAccessControl 0x04102525+#define mmFabricConfigAccessControl_BASE_IDX 02626+2727+#define mmDF_PIE_AON0_DfGlobalClkGater 0x00fc2828+#define mmDF_PIE_AON0_DfGlobalClkGater_BASE_IDX 02929+3030+#define mmDF_CS_AON0_DramBaseAddress0 0x00443131+#define mmDF_CS_AON0_DramBaseAddress0_BASE_IDX 03232+3333+#endif
···11+/*22+ * Copyright (C) 2018 Advanced Micro Devices, Inc.33+ *44+ * Permission is hereby granted, free of charge, to any person obtaining a55+ * copy of this software and associated documentation files (the "Software"),66+ * to deal in the Software without restriction, including without limitation77+ * the rights to use, copy, modify, merge, publish, distribute, sublicense,88+ * and/or sell copies of the Software, and to permit persons to whom the99+ * Software is furnished to do so, subject to the following conditions:1010+ *1111+ * The above copyright notice and this permission notice shall be included1212+ * in all copies or substantial portions of the Software.1313+ *1414+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS1515+ * OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,1616+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL1717+ * THE COPYRIGHT HOLDER(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN1818+ * AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN1919+ * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.2020+ */2121+#ifndef _df_1_7_SH_MASK_HEADER2222+#define _df_1_7_SH_MASK_HEADER2323+2424+/* FabricConfigAccessControl */2525+#define FabricConfigAccessControl__CfgRegInstAccEn__SHIFT 0x02626+#define FabricConfigAccessControl__CfgRegInstAccRegLock__SHIFT 0x12727+#define FabricConfigAccessControl__CfgRegInstID__SHIFT 0x102828+#define FabricConfigAccessControl__CfgRegInstAccEn_MASK 0x00000001L2929+#define FabricConfigAccessControl__CfgRegInstAccRegLock_MASK 0x00000002L3030+#define FabricConfigAccessControl__CfgRegInstID_MASK 0x00FF0000L3131+3232+/* DF_PIE_AON0_DfGlobalClkGater */3333+#define DF_PIE_AON0_DfGlobalClkGater__MGCGMode__SHIFT 0x03434+#define DF_PIE_AON0_DfGlobalClkGater__MGCGMode_MASK 0x0000000FL3535+3636+/* DF_CS_AON0_DramBaseAddress0 */3737+#define DF_CS_AON0_DramBaseAddress0__AddrRngVal__SHIFT 0x03838+#define DF_CS_AON0_DramBaseAddress0__LgcyMmioHoleEn__SHIFT 0x13939+#define DF_CS_AON0_DramBaseAddress0__IntLvNumChan__SHIFT 0x44040+#define DF_CS_AON0_DramBaseAddress0__IntLvAddrSel__SHIFT 0x84141+#define DF_CS_AON0_DramBaseAddress0__DramBaseAddr__SHIFT 0xc4242+#define DF_CS_AON0_DramBaseAddress0__AddrRngVal_MASK 0x00000001L4343+#define DF_CS_AON0_DramBaseAddress0__LgcyMmioHoleEn_MASK 0x00000002L4444+#define DF_CS_AON0_DramBaseAddress0__IntLvNumChan_MASK 0x000000F0L4545+#define DF_CS_AON0_DramBaseAddress0__IntLvAddrSel_MASK 0x00000700L4646+#define DF_CS_AON0_DramBaseAddress0__DramBaseAddr_MASK 0xFFFFF000L4747+4848+#endif