coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ecdefs.h File Reference
#include <assert.h>
#include <stdint.h>
Include dependency graph for ecdefs.h:

Go to the source code of this file.

Macros

#define ITE_CHIPID_VAL   0x8987
 
#define ECRAM_TRACKPAD_STATE   0x14
 
#define ECRAM_KBL_STATE   0x18
 
#define ECRAM_KBL_BRIGHTNESS   0x19
 
#define ECRAM_KBL_TIMEOUT   0x1a
 
#define ECRAM_FN_LOCK_STATE   0x2c
 
#define ECRAM_FN_CTRL_REVERSE   0x2d
 
#define ECRAM_MAX_CHARGE   0x46
 
#define ECRAM_FAN_MODE   dead_code_t(uint8_t)
 

Macro Definition Documentation

◆ ECRAM_FAN_MODE

#define ECRAM_FAN_MODE   dead_code_t(uint8_t)

Definition at line 24 of file ecdefs.h.

◆ ECRAM_FN_CTRL_REVERSE

#define ECRAM_FN_CTRL_REVERSE   0x2d

Definition at line 22 of file ecdefs.h.

◆ ECRAM_FN_LOCK_STATE

#define ECRAM_FN_LOCK_STATE   0x2c

Definition at line 21 of file ecdefs.h.

◆ ECRAM_KBL_BRIGHTNESS

#define ECRAM_KBL_BRIGHTNESS   0x19

Definition at line 19 of file ecdefs.h.

◆ ECRAM_KBL_STATE

#define ECRAM_KBL_STATE   0x18

Definition at line 18 of file ecdefs.h.

◆ ECRAM_KBL_TIMEOUT

#define ECRAM_KBL_TIMEOUT   0x1a

Definition at line 20 of file ecdefs.h.

◆ ECRAM_MAX_CHARGE

#define ECRAM_MAX_CHARGE   0x46

Definition at line 23 of file ecdefs.h.

◆ ECRAM_TRACKPAD_STATE

#define ECRAM_TRACKPAD_STATE   0x14

Definition at line 17 of file ecdefs.h.

◆ ITE_CHIPID_VAL

#define ITE_CHIPID_VAL   0x8987

Definition at line 14 of file ecdefs.h.