soc/pci_devs.h: Use consistent naming in soc/pci_devs.h
This patch to make common PCI device name between APL and SKL. Change-Id: I5e4c7502e9678c0a367e9c7a96cf848d5b24f68e Signed-off-by: Barnali Sarkar <barnali.sarkar@intel.com> Signed-off-by: Subrata Banik <subrata.banik@intel.com> Reviewed-on: https://review.coreboot.org/18576 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
committed by
Martin Roth
parent
fc4c7d8320
commit
2ee54db246
@@ -30,12 +30,12 @@
|
||||
|
||||
static inline u32 me_read_config32(int offset)
|
||||
{
|
||||
return pci_read_config32(PCH_DEV_ME, offset);
|
||||
return pci_read_config32(PCH_DEV_CSE, offset);
|
||||
}
|
||||
|
||||
static inline void me_write_config32(int offset, u32 value)
|
||||
{
|
||||
pci_write_config32(PCH_DEV_ME, offset, value);
|
||||
pci_write_config32(PCH_DEV_CSE, offset, value);
|
||||
}
|
||||
|
||||
static inline u32 me_read_mmio32(int offset)
|
||||
|
Reference in New Issue
Block a user