coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pcie_gpp.c File Reference
#include <amdblocks/amd_pci_util.h>
#include <soc/pci_devs.h>
Include dependency graph for pcie_gpp.c:

Go to the source code of this file.

Functions

const struct pci_routing_infoget_pci_routing_table (size_t *entries)
 

Variables

const struct pci_routing_info pci_routing_table []
 

Function Documentation

◆ get_pci_routing_table()

const struct pci_routing_info* get_pci_routing_table ( size_t entries)

Variable Documentation

◆ pci_routing_table

const struct pci_routing_info pci_routing_table[]
Initial value:
= {
}
#define PCIE_GPP_B_DEVFN
Definition: pci_devs.h:99
@ PCI_SWIZZLE_ABCD
Definition: amd_pci_util.h:36
@ PCI_SWIZZLE_CDAB
Definition: amd_pci_util.h:38
#define PCIE_GPP_6_DEVFN
Definition: pci_devs.h:49
#define PCIE_GPP_1_DEVFN
Definition: pci_devs.h:29
#define PCIE_GPP_3_DEVFN
Definition: pci_devs.h:37
#define PCIE_GPP_A_DEVFN
Definition: pci_devs.h:56
#define PCIE_GPP_4_DEVFN
Definition: pci_devs.h:41
#define PCIE_GPP_5_DEVFN
Definition: pci_devs.h:45
#define PCIE_GPP_0_DEVFN
Definition: pci_devs.h:25
#define PCIE_GPP_2_DEVFN
Definition: pci_devs.h:33

Definition at line 1 of file pcie_gpp.c.

Referenced by get_pci_routing_table().