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

#include <env_ctrl_chip.h>

Collaboration diagram for ite_ec_config:
Collaboration graph

Data Fields

enum ite_ec_voltage_pin vin_mask
 
struct ite_ec_thermal_config tmpin [ITE_EC_TMPIN_CNT]
 
struct ite_ec_fan_config fan [ITE_EC_FAN_CNT]
 
bool tmpin_beep
 
bool fan_beep
 
bool vin_beep
 
bool smbus_en
 
bool smbus_24mhz
 

Detailed Description

Definition at line 72 of file env_ctrl_chip.h.

Field Documentation

◆ fan

struct ite_ec_fan_config ite_ec_config::fan[ITE_EC_FAN_CNT]

Definition at line 64 of file env_ctrl_chip.h.

Referenced by ite_ec_init().

◆ fan_beep

bool ite_ec_config::fan_beep

Definition at line 89 of file env_ctrl_chip.h.

Referenced by enable_beeps().

◆ smbus_24mhz

bool ite_ec_config::smbus_24mhz

Definition at line 100 of file env_ctrl_chip.h.

Referenced by ite_ec_init().

◆ smbus_en

bool ite_ec_config::smbus_en

Definition at line 95 of file env_ctrl_chip.h.

Referenced by ite_ec_init().

◆ tmpin

struct ite_ec_thermal_config ite_ec_config::tmpin[ITE_EC_TMPIN_CNT]

Definition at line 64 of file env_ctrl_chip.h.

Referenced by ite_ec_init().

◆ tmpin_beep

bool ite_ec_config::tmpin_beep

Definition at line 88 of file env_ctrl_chip.h.

Referenced by enable_beeps().

◆ vin_beep

bool ite_ec_config::vin_beep

Definition at line 90 of file env_ctrl_chip.h.

Referenced by enable_beeps().

◆ vin_mask

enum ite_ec_voltage_pin ite_ec_config::vin_mask

Definition at line 64 of file env_ctrl_chip.h.

Referenced by ite_ec_init().


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