coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
fixed_mmio_descriptor Struct Reference
Collaboration diagram for fixed_mmio_descriptor:
Collaboration graph

Data Fields

unsigned int index
 
u32 size
 
int(* get_resource )(struct device *dev, unsigned int index, u32 *base, u32 *size)
 
const char * description
 

Detailed Description

Definition at line 77 of file northbridge.c.

Field Documentation

◆ description

const char * fixed_mmio_descriptor::description

Definition at line 81 of file northbridge.c.

◆ get_resource

int(* fixed_mmio_descriptor::get_resource)(struct device *dev, unsigned int index, u32 *base, u32 *size)

Definition at line 80 of file northbridge.c.

◆ index

unsigned int fixed_mmio_descriptor::index

Definition at line 78 of file northbridge.c.

Referenced by mc_add_fixed_mmio_resources().

◆ size

u32 fixed_mmio_descriptor::size

Definition at line 79 of file northbridge.c.

Referenced by mc_add_fixed_mmio_resources().


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