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 NUVOTON_CHIPID_VAL   0x0004
 
#define ECRAM_TRACKPAD_STATE   0x14
 
#define ECRAM_KBL_STATE   0x16
 
#define ECRAM_KBL_BRIGHTNESS   0x17
 
#define ECRAM_KBL_TIMEOUT   0x12
 
#define ECRAM_FN_LOCK_STATE   0x15
 
#define ECRAM_FN_CTRL_REVERSE   0x13
 
#define ECRAM_MAX_CHARGE   dead_code_t(uint8_t)
 
#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   0x13

Definition at line 22 of file ecdefs.h.

◆ ECRAM_FN_LOCK_STATE

#define ECRAM_FN_LOCK_STATE   0x15

Definition at line 21 of file ecdefs.h.

◆ ECRAM_KBL_BRIGHTNESS

#define ECRAM_KBL_BRIGHTNESS   0x17

Definition at line 19 of file ecdefs.h.

◆ ECRAM_KBL_STATE

#define ECRAM_KBL_STATE   0x16

Definition at line 18 of file ecdefs.h.

◆ ECRAM_KBL_TIMEOUT

#define ECRAM_KBL_TIMEOUT   0x12

Definition at line 20 of file ecdefs.h.

◆ ECRAM_MAX_CHARGE

#define ECRAM_MAX_CHARGE   dead_code_t(uint8_t)

Definition at line 23 of file ecdefs.h.

◆ ECRAM_TRACKPAD_STATE

#define ECRAM_TRACKPAD_STATE   0x14

Definition at line 17 of file ecdefs.h.

◆ NUVOTON_CHIPID_VAL

#define NUVOTON_CHIPID_VAL   0x0004

Definition at line 14 of file ecdefs.h.