coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
mtk_pcie_config Struct Reference

#include <pcie_common.h>

Collaboration diagram for mtk_pcie_config:
Collaboration graph

Data Fields

uintptr_t base
 
const struct mtk_pcie_mmio_res mmio_res_io
 
const struct mtk_pcie_mmio_res mmio_res_mem
 

Detailed Description

Definition at line 16 of file pcie_common.h.

Field Documentation

◆ base

uintptr_t mtk_pcie_config::base

Definition at line 17 of file pcie_common.h.

Referenced by mtk_pcie_domain_enable(), and mtk_pcie_domain_set_resources().

◆ mmio_res_io

const struct mtk_pcie_mmio_res mtk_pcie_config::mmio_res_io

Definition at line 17 of file pcie_common.h.

Referenced by mtk_pcie_domain_read_resources(), and mtk_pcie_domain_set_resources().

◆ mmio_res_mem

const struct mtk_pcie_mmio_res mtk_pcie_config::mmio_res_mem

Definition at line 17 of file pcie_common.h.

Referenced by mtk_pcie_domain_read_resources(), and mtk_pcie_domain_set_resources().


The documentation for this struct was generated from the following file: