coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
pcie_common.h File Reference
#include <device/device.h>
#include <types.h>
Include dependency graph for pcie_common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  mtk_pcie_mmio_res
 
struct  mtk_pcie_config
 

Functions

void mtk_pcie_domain_read_resources (struct device *dev)
 
void mtk_pcie_domain_set_resources (struct device *dev)
 
void mtk_pcie_domain_enable (struct device *dev)
 

Function Documentation

◆ mtk_pcie_domain_enable()

◆ mtk_pcie_domain_read_resources()

void mtk_pcie_domain_read_resources ( struct device dev)

Definition at line 181 of file pcie.c.

References config, config_of(), IOINDEX_SUBTRACTIVE, mtk_pcie_config::mmio_res_io, mtk_pcie_config::mmio_res_mem, and mtk_pcie_domain_new_res().

Here is the call graph for this function:

◆ mtk_pcie_domain_set_resources()

void mtk_pcie_domain_set_resources ( struct device dev)