summaryrefslogtreecommitdiffstats
path: root/src/soc/amd/picasso/data_fabric.c
diff options
context:
space:
mode:
authorFelix Held <felix-coreboot@felixheld.de>2021-01-29 02:37:33 +0100
committerFelix Held <felix-coreboot@felixheld.de>2021-01-30 02:15:36 +0000
commit29148b9cd6798c9e3bc57d893040d4dfe2847259 (patch)
tree48c4bf10bf3da446ded3b7c55ea2aa4ed2ef7e3c /src/soc/amd/picasso/data_fabric.c
parentdb185182b51b3c1651744ca2a3d6a3942f4af511 (diff)
downloadcoreboot-29148b9cd6798c9e3bc57d893040d4dfe2847259.tar.gz
coreboot-29148b9cd6798c9e3bc57d893040d4dfe2847259.tar.bz2
coreboot-29148b9cd6798c9e3bc57d893040d4dfe2847259.zip
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/data_fabric.c')
-rw-r--r--src/soc/amd/picasso/data_fabric.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/picasso/data_fabric.c b/src/soc/amd/picasso/data_fabric.c
index 9f83a62a8c4d..82cece975e66 100644
--- a/src/soc/amd/picasso/data_fabric.c
+++ b/src/soc/amd/picasso/data_fabric.c
@@ -180,7 +180,7 @@ static void data_fabric_set_indirect_address(uint8_t func, uint16_t reg, uint8_t
pci_write_config32(SOC_DF_F4_DEV, DF_FICAA_BIOS, fabric_indirect_access_reg);
}
-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)
{
if (instance_id == BROADCAST_FABRIC_ID)
/* No bit masking required. Macros will apply mask to values. */