···11+/*22+ * Copyright (C) 2020 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 _smuio_11_0_6_OFFSET_HEADER2222+#define _smuio_11_0_6_OFFSET_HEADER2323+2424+2525+2626+// addressBlock: smuio_smuio_SmuSmuioDec2727+// base address: 0x5a0002828+#define mmCGTT_ROM_CLK_CTRL0 0x00e42929+#define mmCGTT_ROM_CLK_CTRL0_BASE_IDX 03030+#define mmROM_INDEX 0x00e53131+#define mmROM_INDEX_BASE_IDX 03232+#define mmROM_DATA 0x00e63333+#define mmROM_DATA_BASE_IDX 03434+3535+#endif
···11+/*22+ * Copyright (C) 2020 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 _smuio_11_0_6_SH_MASK_HEADER2222+#define _smuio_11_0_6_SH_MASK_HEADER2323+2424+2525+//CGTT_ROM_CLK_CTRL02626+#define CGTT_ROM_CLK_CTRL0__ON_DELAY__SHIFT 0x02727+#define CGTT_ROM_CLK_CTRL0__OFF_HYSTERESIS__SHIFT 0x42828+#define CGTT_ROM_CLK_CTRL0__SOFT_OVERRIDE1__SHIFT 0x1e2929+#define CGTT_ROM_CLK_CTRL0__SOFT_OVERRIDE0__SHIFT 0x1f3030+#define CGTT_ROM_CLK_CTRL0__ON_DELAY_MASK 0x0000000FL3131+#define CGTT_ROM_CLK_CTRL0__OFF_HYSTERESIS_MASK 0x00000FF0L3232+#define CGTT_ROM_CLK_CTRL0__SOFT_OVERRIDE1_MASK 0x40000000L3333+#define CGTT_ROM_CLK_CTRL0__SOFT_OVERRIDE0_MASK 0x80000000L3434+//ROM_INDEX3535+#define ROM_INDEX__ROM_INDEX__SHIFT 0x03636+#define ROM_INDEX__ROM_INDEX_MASK 0x01FFFFFFL3737+//ROM_DATA3838+#define ROM_DATA__ROM_DATA__SHIFT 0x03939+#define ROM_DATA__ROM_DATA_MASK 0xFFFFFFFFL4040+4141+#endif