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

Go to the source code of this file.

Macros

#define PMBASE_TCO_OFFSET   0x60
 
#define TCO1_STS   0x04
 
#define TCO1_TIMEOUT   (1 << 3)
 
#define TCO2_STS   0x06
 
#define SECOND_TO_STS   (1 << 1)
 
#define TCO1_CNT   0x08
 
#define TCO_TMR_HLT   (1 << 11)
 

Macro Definition Documentation

◆ PMBASE_TCO_OFFSET

#define PMBASE_TCO_OFFSET   0x60

Definition at line 6 of file tco.h.

◆ SECOND_TO_STS

#define SECOND_TO_STS   (1 << 1)

Definition at line 10 of file tco.h.

◆ TCO1_CNT

#define TCO1_CNT   0x08

Definition at line 11 of file tco.h.

◆ TCO1_STS

#define TCO1_STS   0x04

Definition at line 7 of file tco.h.

◆ TCO1_TIMEOUT

#define TCO1_TIMEOUT   (1 << 3)

Definition at line 8 of file tco.h.

◆ TCO2_STS

#define TCO2_STS   0x06

Definition at line 9 of file tco.h.

◆ TCO_TMR_HLT

#define TCO_TMR_HLT   (1 << 11)

Definition at line 12 of file tco.h.