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

#include <StmApi.h>

Collaboration diagram for STM_RSC_MMIO_DESC:
Collaboration graph

Data Fields

STM_RSC_DESC_HEADER hdr
 
uint64_t base
 
uint64_t length
 
uint32_t rwx_attributes: 3
 
uint32_t reserved: 29
 
uint32_t reserved_2
 

Detailed Description

Definition at line 375 of file StmApi.h.

Field Documentation

◆ base

uint64_t STM_RSC_MMIO_DESC::base

Definition at line 377 of file StmApi.h.

Referenced by add_simple_resources(), and fixup_pciex_resource().

◆ hdr

STM_RSC_DESC_HEADER STM_RSC_MMIO_DESC::hdr

Definition at line 376 of file StmApi.h.

◆ length

uint64_t STM_RSC_MMIO_DESC::length

Definition at line 378 of file StmApi.h.

Referenced by fixup_pciex_resource().

◆ reserved

uint32_t STM_RSC_MMIO_DESC::reserved

Definition at line 380 of file StmApi.h.

◆ reserved_2

uint32_t STM_RSC_MMIO_DESC::reserved_2

Definition at line 381 of file StmApi.h.

◆ rwx_attributes

uint32_t STM_RSC_MMIO_DESC::rwx_attributes

Definition at line 379 of file StmApi.h.


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