diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2021-01-29 02:37:33 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-01-30 02:15:36 +0000 |
commit | 29148b9cd6798c9e3bc57d893040d4dfe2847259 (patch) | |
tree | 48c4bf10bf3da446ded3b7c55ea2aa4ed2ef7e3c /src/soc/amd/picasso/include | |
parent | db185182b51b3c1651744ca2a3d6a3942f4af511 (diff) |
soc/amd/piasso/data_fabric: rename data_fabric_read_reg32
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: Ib1b4da8f5daac2bae5e54f213accda03e121297d
Reviewed-on: https://review.coreboot.org/c/coreboot/+/50098
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/soc/amd/picasso/include')
-rw-r--r-- | src/soc/amd/picasso/include/soc/data_fabric.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/include/soc/data_fabric.h b/src/soc/amd/picasso/include/soc/data_fabric.h index d64c67a2bd..4ee1dd9056 100644 --- a/src/soc/amd/picasso/include/soc/data_fabric.h +++ b/src/soc/amd/picasso/include/soc/data_fabric.h @@ -72,6 +72,6 @@ #define DF_IND_CFG_INST_ID_MASK (0xff << DF_IND_CFG_ACC_REG_SHIFT) void data_fabric_set_mmio_np(void); -uint32_t data_fabric_read_reg32(uint8_t function, uint16_t reg, uint8_t instance_id); +uint32_t data_fabric_read32(uint8_t function, uint16_t reg, uint8_t instance_id); #endif /* AMD_PICASSO_DATA_FABRIC_H */ |