coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
chip.h File Reference
Include dependency graph for chip.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  drivers_i2c_sx9310_config
 

Macros

#define MAX_COMBINED_SENSORS_ENTRIES   4
 

Enumerations

enum  sx9310_resolution {
  SX9310_COARSEST = 1 , SX9310_VERY_COARSE , SX9310_COARSE , SX9310_MEDIUM_COARSE ,
  SX9310_MEDIUM , SX9310_FINE , SX9310_VERY_FINE , SX9310_FINEST
}
 

Macro Definition Documentation

◆ MAX_COMBINED_SENSORS_ENTRIES

#define MAX_COMBINED_SENSORS_ENTRIES   4

Definition at line 9 of file chip.h.

Enumeration Type Documentation

◆ sx9310_resolution

Enumerator
SX9310_COARSEST 
SX9310_VERY_COARSE 
SX9310_COARSE 
SX9310_MEDIUM_COARSE 
SX9310_MEDIUM 
SX9310_FINE 
SX9310_VERY_FINE 
SX9310_FINEST 

Definition at line 11 of file chip.h.