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

#include <chip.h>

Collaboration diagram for southbridge_intel_i82801dx_config:
Collaboration graph

Data Fields

int enable_usb
 
int enable_native_ide
 
uint8_t pirqa_routing
 Interrupt Routing configuration If bit7 is 1, the interrupt is disabled. More...
 
uint8_t pirqb_routing
 
uint8_t pirqc_routing
 
uint8_t pirqd_routing
 
uint8_t pirqe_routing
 
uint8_t pirqf_routing
 
uint8_t pirqg_routing
 
uint8_t pirqh_routing
 
uint8_t ide0_enable
 
uint8_t ide1_enable
 

Detailed Description

Definition at line 8 of file chip.h.

Field Documentation

◆ enable_native_ide

int southbridge_intel_i82801dx_config::enable_native_ide

Definition at line 10 of file chip.h.

◆ enable_usb

int southbridge_intel_i82801dx_config::enable_usb

Definition at line 9 of file chip.h.

◆ ide0_enable

uint8_t southbridge_intel_i82801dx_config::ide0_enable

Definition at line 24 of file chip.h.

◆ ide1_enable

uint8_t southbridge_intel_i82801dx_config::ide1_enable

Definition at line 25 of file chip.h.

◆ pirqa_routing

uint8_t southbridge_intel_i82801dx_config::pirqa_routing

Interrupt Routing configuration If bit7 is 1, the interrupt is disabled.

Definition at line 15 of file chip.h.

◆ pirqb_routing

uint8_t southbridge_intel_i82801dx_config::pirqb_routing

Definition at line 16 of file chip.h.

◆ pirqc_routing

uint8_t southbridge_intel_i82801dx_config::pirqc_routing

Definition at line 17 of file chip.h.

◆ pirqd_routing

uint8_t southbridge_intel_i82801dx_config::pirqd_routing

Definition at line 18 of file chip.h.

◆ pirqe_routing

uint8_t southbridge_intel_i82801dx_config::pirqe_routing

Definition at line 19 of file chip.h.

◆ pirqf_routing

uint8_t southbridge_intel_i82801dx_config::pirqf_routing

Definition at line 20 of file chip.h.

◆ pirqg_routing

uint8_t southbridge_intel_i82801dx_config::pirqg_routing

Definition at line 21 of file chip.h.

◆ pirqh_routing

uint8_t southbridge_intel_i82801dx_config::pirqh_routing

Definition at line 22 of file chip.h.


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