From 382c83e6db6a390624ff5ac067ff4480b2c06e73 Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 3 Aug 2023 00:29:55 +0200 Subject: soc/amd/*/include/data_fabric: rename D18F0_MMIO_* to DF_MMIO_* Now that the data fabric PCI device functions are included in the register definitions, the remaining data fabric device function numbers can be dropped from the define names. Signed-off-by: Felix Held Change-Id: Ia0355838ac1d513ba562fd6fb4672342dd383498 Reviewed-on: https://review.coreboot.org/c/coreboot/+/76888 Reviewed-by: Martin Roth Tested-by: build bot (Jenkins) Reviewed-by: Eric Lai --- src/soc/amd/cezanne/include/soc/data_fabric.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'src/soc/amd/cezanne') diff --git a/src/soc/amd/cezanne/include/soc/data_fabric.h b/src/soc/amd/cezanne/include/soc/data_fabric.h index 100529e5fb..eac8801113 100644 --- a/src/soc/amd/cezanne/include/soc/data_fabric.h +++ b/src/soc/amd/cezanne/include/soc/data_fabric.h @@ -6,11 +6,10 @@ #include #include -/* D18F0 - Fabric Configuration registers */ -#define D18F0_MMIO_BASE0 DF_REG_ID(0, 0x200) -#define D18F0_MMIO_LIMIT0 DF_REG_ID(0, 0x204) -#define D18F0_MMIO_SHIFT 16 -#define D18F0_MMIO_CTRL0 DF_REG_ID(0, 0x208) +#define DF_MMIO_BASE0 DF_REG_ID(0, 0x200) +#define DF_MMIO_LIMIT0 DF_REG_ID(0, 0x204) +#define DF_MMIO_SHIFT 16 +#define DF_MMIO_CTRL0 DF_REG_ID(0, 0x208) #define DF_MMIO_REG_SET_SIZE 4 #define DF_MMIO_REG_SET_COUNT 8 -- cgit v1.2.3