aboutsummaryrefslogtreecommitdiff
path: root/src/soc/amd/glinda/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/amd/glinda/include')
-rw-r--r--src/soc/amd/glinda/include/soc/data_fabric.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/soc/amd/glinda/include/soc/data_fabric.h b/src/soc/amd/glinda/include/soc/data_fabric.h
index d34c4daeb1..9ebb74f96b 100644
--- a/src/soc/amd/glinda/include/soc/data_fabric.h
+++ b/src/soc/amd/glinda/include/soc/data_fabric.h
@@ -6,6 +6,8 @@
#include <amdblocks/data_fabric_defs.h>
#include <types.h>
+#define IOMS0_FABRIC_ID 15
+
#define DF_MMIO_BASE0 DF_REG_ID(0, 0xD80)
#define DF_MMIO_LIMIT0 DF_REG_ID(0, 0xD84)
#define DF_MMIO_SHIFT 16
@@ -14,12 +16,6 @@
#define DF_MMIO_REG_SET_SIZE 4
#define DF_MMIO_REG_SET_COUNT 8
-#define DF_FICAA_BIOS DF_REG_ID(4, 0x8C)
-#define DF_FICAD_LO DF_REG_ID(4, 0xB8)
-#define DF_FICAD_HI DF_REG_ID(4, 0xBC)
-
-#define IOMS0_FABRIC_ID 15
-
union df_mmio_control {
struct {
uint32_t re : 1; /* [ 0.. 0] */
@@ -33,6 +29,10 @@ union df_mmio_control {
uint32_t raw;
};
+#define DF_FICAA_BIOS DF_REG_ID(4, 0x8C)
+#define DF_FICAD_LO DF_REG_ID(4, 0xB8)
+#define DF_FICAD_HI DF_REG_ID(4, 0xBC)
+
union df_ficaa {
struct {
uint32_t cfg_inst_acc_en : 1; /* [ 0.. 0] */