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

#include <chip.h>

Collaboration diagram for ehl_ibecc_config:
Collaboration graph

Data Fields

bool enable
 
bool parity_en
 
enum ibecc_mode mode
 
bool region_enable [MAX_IBECC_REGIONS]
 
uint16_t region_base [MAX_IBECC_REGIONS]
 
uint16_t region_mask [MAX_IBECC_REGIONS]
 

Detailed Description

Definition at line 37 of file chip.h.

Field Documentation

◆ enable

bool ehl_ibecc_config::enable

Definition at line 38 of file chip.h.

◆ mode

enum ibecc_mode ehl_ibecc_config::mode

Definition at line 39 of file chip.h.

◆ parity_en

bool ehl_ibecc_config::parity_en

Definition at line 39 of file chip.h.

◆ region_base

uint16_t ehl_ibecc_config::region_base[MAX_IBECC_REGIONS]

Definition at line 42 of file chip.h.

◆ region_enable

bool ehl_ibecc_config::region_enable[MAX_IBECC_REGIONS]

Definition at line 41 of file chip.h.

◆ region_mask

uint16_t ehl_ibecc_config::region_mask[MAX_IBECC_REGIONS]

Definition at line 43 of file chip.h.


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