coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
data_fabric.h File Reference
#include <types.h>
Include dependency graph for data_fabric.h:

Go to the source code of this file.

Macros

#define DF_MMIO_NP   BIT(16)
 
#define IOMS0_FABRIC_ID   10
 
#define NUM_NB_MMIO_REGS   8
 

Functions

void data_fabric_set_mmio_np (void)
 

Macro Definition Documentation

◆ DF_MMIO_NP

#define DF_MMIO_NP   BIT(16)

Definition at line 9 of file data_fabric.h.

◆ IOMS0_FABRIC_ID

#define IOMS0_FABRIC_ID   10

Definition at line 11 of file data_fabric.h.

◆ NUM_NB_MMIO_REGS

#define NUM_NB_MMIO_REGS   8

Definition at line 13 of file data_fabric.h.

Function Documentation

◆ data_fabric_set_mmio_np()

void data_fabric_set_mmio_np ( void  )

Definition at line 15 of file data_fabric.c.