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

#include <chip.h>

Collaboration diagram for drivers_i2c_lm96000_config:
Collaboration graph

Data Fields

struct {
   u16   low
 
   u16   high
 
vin [LM96000_VIN_CNT]
 
struct {
   signed char   low
 
   signed char   high
 
temp_in [LM96000_TEMP_IN_CNT]
 
struct {
   u16   low
 
fan_in [LM96000_FAN_IN_CNT]
 
struct lm96000_fan_config fan [LM96000_PWM_CTL_CNT]
 
struct lm96000_temp_zone zone [LM96000_TEMP_ZONE_CNT]
 

Detailed Description

Definition at line 100 of file chip.h.

Field Documentation

◆ fan

struct lm96000_fan_config drivers_i2c_lm96000_config::fan[LM96000_PWM_CTL_CNT]

Definition at line 96 of file chip.h.

◆ 

struct { ... } drivers_i2c_lm96000_config::fan_in[LM96000_FAN_IN_CNT]

◆ high [1/2]

u16 drivers_i2c_lm96000_config::high

Definition at line 103 of file chip.h.

◆ high [2/2]

signed char drivers_i2c_lm96000_config::high

Definition at line 108 of file chip.h.

◆ low [1/2]

u16 drivers_i2c_lm96000_config::low

Definition at line 102 of file chip.h.

◆ low [2/2]

signed char drivers_i2c_lm96000_config::low

Definition at line 107 of file chip.h.

◆ 

struct { ... } drivers_i2c_lm96000_config::temp_in[LM96000_TEMP_IN_CNT]

◆ 

struct { ... } drivers_i2c_lm96000_config::vin[LM96000_VIN_CNT]

◆ zone

struct lm96000_temp_zone drivers_i2c_lm96000_config::zone[LM96000_TEMP_ZONE_CNT]

Definition at line 96 of file chip.h.


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