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

#include <chip.h>

Collaboration diagram for drivers_net_config:
Collaboration graph

Data Fields

uint16_t customized_leds
 
uint8_t led_feature
 
uint16_t customized_led0
 
uint16_t customized_led2
 
unsigned int wake
 
bool has_power_resource
 
struct acpi_gpio stop_gpio
 
unsigned int stop_delay_ms
 
unsigned int stop_off_delay_ms
 
uint8_t device_index
 
bool enable_aspm_l1_2
 

Detailed Description

Definition at line 9 of file chip.h.

Field Documentation

◆ customized_led0

uint16_t drivers_net_config::customized_led0

Definition at line 13 of file chip.h.

◆ customized_led2

uint16_t drivers_net_config::customized_led2

Definition at line 14 of file chip.h.

◆ customized_leds

uint16_t drivers_net_config::customized_leds

Definition at line 10 of file chip.h.

◆ device_index

uint8_t drivers_net_config::device_index

Definition at line 33 of file chip.h.

◆ enable_aspm_l1_2

bool drivers_net_config::enable_aspm_l1_2

Definition at line 36 of file chip.h.

◆ has_power_resource

bool drivers_net_config::has_power_resource

Definition at line 19 of file chip.h.

◆ led_feature

uint8_t drivers_net_config::led_feature

Definition at line 12 of file chip.h.

◆ stop_delay_ms

unsigned int drivers_net_config::stop_delay_ms

Definition at line 24 of file chip.h.

◆ stop_gpio

struct acpi_gpio drivers_net_config::stop_gpio

Definition at line 19 of file chip.h.

◆ stop_off_delay_ms

unsigned int drivers_net_config::stop_off_delay_ms

Definition at line 26 of file chip.h.

◆ wake

unsigned int drivers_net_config::wake

Definition at line 16 of file chip.h.


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