coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pcie.h File Reference
Include dependency graph for pcie.h:

Go to the source code of this file.

Functions

const struct pcie_rp_groupget_pch_pcie_rp_table (void)
 
const struct pcie_rp_groupget_cpu_pcie_rp_table (void)
 
const struct pcie_rp_groupget_tbt_pcie_rp_table (void)
 

Function Documentation

◆ get_cpu_pcie_rp_table()

const struct pcie_rp_group* get_cpu_pcie_rp_table ( void  )

Definition at line 53 of file pcie_rp.c.

References CONFIG, cpu_m_rp_groups, cpu_n_rp_groups, and cpu_rp_groups.

Referenced by fill_fspm_pcie_rp_params(), and fill_fsps_cpu_pcie_params().

Here is the caller graph for this function:

◆ get_pch_pcie_rp_table()

const struct pcie_rp_group* get_pch_pcie_rp_table ( void  )

Definition at line 23 of file pcie_rp.c.

Referenced by fill_fspm_pcie_rp_params(), fill_fsps_pcie_params(), and soc_init_pre_device().

Here is the caller graph for this function:

◆ get_tbt_pcie_rp_table()

const struct pcie_rp_group* get_tbt_pcie_rp_table ( void  )

Definition at line 75 of file pcie_rp.c.

References tbt_rp_groups.

Referenced by soc_init_pre_device().

Here is the caller graph for this function: