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

#include <StmApi.h>

Collaboration diagram for STM_RSC_PCI_CFG_DESC:
Collaboration graph

Data Fields

STM_RSC_DESC_HEADER hdr
 
uint16_t rw_attributes: 2
 
uint16_t reserved: 14
 
uint16_t base
 
uint16_t length
 
uint8_t originating_bus_number
 
uint8_t last_node_index
 
STM_PCI_DEVICE_PATH_NODE pci_device_path [1]
 

Detailed Description

Definition at line 408 of file StmApi.h.

Field Documentation

◆ base

uint16_t STM_RSC_PCI_CFG_DESC::base

Definition at line 412 of file StmApi.h.

Referenced by handle_single_resource().

◆ hdr

STM_RSC_DESC_HEADER STM_RSC_PCI_CFG_DESC::hdr

Definition at line 409 of file StmApi.h.

◆ last_node_index

uint8_t STM_RSC_PCI_CFG_DESC::last_node_index

Definition at line 415 of file StmApi.h.

Referenced by handle_single_resource().

◆ length

uint16_t STM_RSC_PCI_CFG_DESC::length

Definition at line 413 of file StmApi.h.

Referenced by handle_single_resource().

◆ originating_bus_number

uint8_t STM_RSC_PCI_CFG_DESC::originating_bus_number

Definition at line 414 of file StmApi.h.

Referenced by handle_single_resource().

◆ pci_device_path

STM_PCI_DEVICE_PATH_NODE STM_RSC_PCI_CFG_DESC::pci_device_path[1]

Definition at line 416 of file StmApi.h.

Referenced by handle_single_resource().

◆ reserved

uint16_t STM_RSC_PCI_CFG_DESC::reserved

Definition at line 411 of file StmApi.h.

◆ rw_attributes

uint16_t STM_RSC_PCI_CFG_DESC::rw_attributes

Definition at line 410 of file StmApi.h.

Referenced by handle_single_resource().


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